From: Jakub Kicinski <kuba@kernel.org>
To: torvalds@linux-foundation.org
Cc: kuba@kernel.org, davem@davemloft.net, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org, pabeni@redhat.com
Subject: [GIT PULL] Networking for v6.10-rc8 (follow up)
Date: Fri, 12 Jul 2024 18:22:05 -0700 [thread overview]
Message-ID: <20240713012205.4143828-1-kuba@kernel.org> (raw)
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@kernel.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(-)
next reply other threads:[~2024-07-13 1:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-13 1:22 Jakub Kicinski [this message]
2024-07-13 1:25 ` [GIT PULL] Networking for v6.10-rc8 (follow up) Jakub Kicinski
2024-07-13 1:41 ` pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240713012205.4143828-1-kuba@kernel.org \
--to=kuba@kernel.org \
--cc=davem@davemloft.net \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.