Re: [PATCH net-next v7 06/10] bng_en: add HW stats infra and structured ethtool ops
From: Jakub Kicinski
Date: Wed Mar 18 2026 - 18:03:07 EST
On Sun, 15 Mar 2026 19:46:01 +0530 Vikas Gupta wrote:
> + /* Per port queue IDs start from 0, 10, 20, etc */
> + queue_idx = queue_id % 10;
> + if (queue_idx >= BNGE_MAX_QUEUE) {
> + bn->pri2cos_valid = false;
> + bnge_hwrm_req_drop(bd, req_qc);
> + return rc;
> + }
Dan C's report looks still relevant:
https://lore.kernel.org/all/202603180509.nOQGZrG0-lkp@xxxxxxxxx/