[PATCH net v6 0/2] octeontx2: Misc fixes for RVU drivers

Subrat Pandey posted 2 patches 2 weeks, 1 day ago
There is a newer version of this series
drivers/net/ethernet/marvell/octeontx2/af/mcs.c  |  4 ++--
.../net/ethernet/marvell/octeontx2/nic/cn20k.c   | 11 +----------
.../ethernet/marvell/octeontx2/nic/otx2_common.c | 16 ++++++----------
.../ethernet/marvell/octeontx2/nic/otx2_common.h |  8 ++++++++
4 files changed, 17 insertions(+), 22 deletions(-)
[PATCH net v6 0/2] octeontx2: Misc fixes for RVU drivers
Posted by Subrat Pandey 2 weeks, 1 day ago
A few independent fixes for the Marvell OcteonTX2 (RVU AF/PF) drivers:

 - Fix aura/CQ BPID assignment under CONFIG_DCB, which assumed
   queue_to_pfc_map was always allocated (not true for SDP VFs).
 - Fix the SC resource cleanup loop that iterated over secy.max
   instead of sc.max.

Changes in v6:
 - None. Rebased onto latest net tree.

Changes in v5:
 - patch 1: Fixing the compilation issue when CONFIG_DCB is
   disabled.

Changes in v4:
 - patch 1: Add 'inline' qualifier to otx2_get_bpid_idx() helper
   defined in the header.
 - patch 2: Correct commit subject in Fixes: tag to match the actual
   upstream commit title.

Changes in v3:
 - patch 1: Unify the BPID index logic into a shared otx2_get_bpid_idx()
   helper, dropping the per-file #ifdef CONFIG_DCB.
 - patch 2: Extend the sc.max fix to the SC stats loop in
   mcs_clear_all_stats(); add Fixes: tag.

Changes in v2:
 - Dropped "octeontx2-af: Fix mcs string buffer size", will
   re-target it to net-next.

Baha Mesleh (1):
  octeontx2-af: mcs: Fix SC resource cleanup loop

Geetha sowjanya (1):
  octeontx2-pf: Fix aura BPID assignment when CONFIG_DCB is enabled

 drivers/net/ethernet/marvell/octeontx2/af/mcs.c  |  4 ++--
 .../net/ethernet/marvell/octeontx2/nic/cn20k.c   | 11 +----------
 .../ethernet/marvell/octeontx2/nic/otx2_common.c | 16 ++++++----------
 .../ethernet/marvell/octeontx2/nic/otx2_common.h |  8 ++++++++
 4 files changed, 17 insertions(+), 22 deletions(-)

-- 
2.43.0
Re: [PATCH net v6 0/2] octeontx2: Misc fixes for RVU drivers
Posted by Jakub Kicinski 1 week, 1 day ago
On Thu, 10 Sep 2026 11:56:55 +0530 Subrat Pandey wrote:
> Changes in v6:
>  - None. Rebased onto latest net tree.

Could you please add the links to the previous posting in the lore
archive going forward? Eg
https://lore.kernel.org/all/20260910062657.3712256-1-subratp@marvell.com/
for this posting? (just starting from this posting, you don't have to
dig out the full history)

It's useful for checking if AI comments have already been replied to,
if not the review itself.