[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240713012205.4143828-1-kuba@kernel.org>
Date: Fri, 12 Jul 2024 18:22:05 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: torvalds@...ux-foundation.org
Cc: kuba@...nel.org,
davem@...emloft.net,
netdev@...r.kernel.org,
linux-kernel@...r.kernel.org,
pabeni@...hat.com
Subject: [GIT PULL] Networking for v6.10-rc8 (follow up)
Hi Linus!
If you're planning to cut final on Friday please consider pulling
for the bnxt fix.
The following changes since commit 51df8e0cbaefd432f7029dde94e6c7e4e5b19465:
Merge tag 'net-6.10-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2024-07-11 09:29:49 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git tags/net-6.10-rc8-2
for you to fetch changes up to f7ce5eb2cb7993e4417642ac28713a063123461f:
bnxt_en: Fix crash in bnxt_get_max_rss_ctx_ring() (2024-07-12 18:00:00 -0700)
----------------------------------------------------------------
A quick follow up to yesterday's PR. We got a regressions report for
the bnxt patch as soon as it got to your tree. The ethtool fix is also
good to have, although it's an older regression.
Current release - regressions:
- eth: bnxt_en: fix crash in bnxt_get_max_rss_ctx_ring() on older HW
when user tries to decrease the ring count
Previous releases - regressions:
- ethtool: fix RSS setting, accept "no change" setting if the driver
doesn't support the new features
- eth: i40e: remove needless retries of NVM update, don't wait 20min
when we know the firmware update won't succeed
Signed-off-by: Jakub Kicinski <kuba@...nel.org>
----------------------------------------------------------------
Aleksandr Loktionov (1):
i40e: fix: remove needless retries of NVM update
David S. Miller (1):
Merge branch 'octeontx2-cpt-rss-cfg-fixes' into main
Kiran Kumar K (1):
octeontx2-af: fix issue with IPv6 ext match for RSS
Michael Chan (1):
bnxt_en: Fix crash in bnxt_get_max_rss_ctx_ring()
Michal Mazur (1):
octeontx2-af: fix detection of IP layer
Nithin Dabilpuram (1):
octeontx2-af: replace cpt slot with lf id on reg write
Saeed Mahameed (1):
net: ethtool: Fix RSS setting
Satheesh Paul (1):
octeontx2-af: fix issue with IPv4 match for RSS
Srujana Challa (1):
octeontx2-af: fix a issue with cpt_lf_alloc mailbox
drivers/net/ethernet/broadcom/bnxt/bnxt.c | 3 +++
drivers/net/ethernet/intel/i40e/i40e_adminq.h | 4 ----
drivers/net/ethernet/marvell/octeontx2/af/mbox.h | 2 +-
drivers/net/ethernet/marvell/octeontx2/af/npc.h | 8 ++++++--
.../net/ethernet/marvell/octeontx2/af/rvu_cpt.c | 23 +++++++++++++++-------
.../net/ethernet/marvell/octeontx2/af/rvu_nix.c | 12 +++++++----
net/ethtool/ioctl.c | 3 ++-
7 files changed, 36 insertions(+), 19 deletions(-)
Powered by blists - more mailing lists