From: Jakub Kicinski <kuba@kernel.org>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, edumazet@google.com, pabeni@redhat.com,
andrew+netdev@lunn.ch, horms@kernel.org, shayagr@amazon.com,
akiyano@amazon.com, darinzon@amazon.com, skalluru@marvell.com,
manishc@marvell.com, michael.chan@broadcom.com,
pavan.chebbi@broadcom.com, sgoutham@marvell.com,
gakula@marvell.com, sbhatta@marvell.com, hkelam@marvell.com,
bbhushan2@marvell.com, Jakub Kicinski <kuba@kernel.org>
Subject: [PATCH net-next 0/5] eth: migrate some drivers to new RXFH callbacks
Date: Mon, 16 Jun 2025 18:45:50 -0700 [thread overview]
Message-ID: <20250617014555.434790-1-kuba@kernel.org> (raw)
Migrate a batch of drivers to the recently added dedicated
.get_rxfh_fields and .set_rxfh_fields ethtool callbacks.
Jakub Kicinski (5):
eth: bnx2x: migrate to new RXFH callbacks
eth: bnxt: migrate to new RXFH callbacks
eth: ena: migrate to new RXFH callbacks
eth: thunder: migrate to new RXFH callbacks
eth: otx2: migrate to new RXFH callbacks
drivers/net/ethernet/amazon/ena/ena_ethtool.c | 40 ++++++-------------
.../ethernet/broadcom/bnx2x/bnx2x_ethtool.c | 33 ++++++---------
.../net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 24 ++++++-----
.../ethernet/cavium/thunder/nicvf_ethtool.c | 37 +++++++----------
.../marvell/octeontx2/nic/otx2_ethtool.c | 31 ++++++++------
5 files changed, 71 insertions(+), 94 deletions(-)
--
2.49.0
next reply other threads:[~2025-06-17 1:46 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-17 1:45 Jakub Kicinski [this message]
2025-06-17 1:45 ` [PATCH net-next 1/5] eth: bnx2x: migrate to new RXFH callbacks Jakub Kicinski
2025-06-17 6:40 ` Subbaraya Sundeep
2025-06-17 22:14 ` Jakub Kicinski
2025-06-18 10:03 ` Subbaraya Sundeep
2025-06-17 1:45 ` [PATCH net-next 2/5] eth: bnxt: " Jakub Kicinski
2025-06-17 21:39 ` Michael Chan
2025-06-17 1:45 ` [PATCH net-next 3/5] eth: ena: " Jakub Kicinski
2025-06-17 6:50 ` Subbaraya Sundeep
2025-06-17 7:35 ` Arinzon, David
2025-06-17 1:45 ` [PATCH net-next 4/5] eth: thunder: " Jakub Kicinski
2025-06-17 6:43 ` Subbaraya Sundeep
2025-06-17 1:45 ` [PATCH net-next 5/5] eth: otx2: " Jakub Kicinski
2025-06-18 20:30 ` [PATCH net-next 0/5] eth: migrate some drivers " patchwork-bot+netdevbpf
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=20250617014555.434790-1-kuba@kernel.org \
--to=kuba@kernel.org \
--cc=akiyano@amazon.com \
--cc=andrew+netdev@lunn.ch \
--cc=bbhushan2@marvell.com \
--cc=darinzon@amazon.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=gakula@marvell.com \
--cc=hkelam@marvell.com \
--cc=horms@kernel.org \
--cc=manishc@marvell.com \
--cc=michael.chan@broadcom.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=pavan.chebbi@broadcom.com \
--cc=sbhatta@marvell.com \
--cc=sgoutham@marvell.com \
--cc=shayagr@amazon.com \
--cc=skalluru@marvell.com \
/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.