netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v3 0/2] net: wangxun: support to configure RSS
@ 2025-09-02  3:23 Jiawen Wu
  2025-09-02  3:23 ` [PATCH net-next v3 1/2] net: libwx: support multiple RSS for every pool Jiawen Wu
  2025-09-02  3:23 ` [PATCH net-next v3 2/2] net: wangxun: add RSS reta and rxfh fields support Jiawen Wu
  0 siblings, 2 replies; 6+ messages in thread
From: Jiawen Wu @ 2025-09-02  3:23 UTC (permalink / raw)
  To: netdev, Andrew Lunn, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Simon Horman, Alexander Lobakin
  Cc: Mengyuan Lou, Jiawen Wu

Implement ethtool ops for RSS configuration, and support multiple RSS
for multiple pools.

---
v3:
- remove the redundant check of .set_rxfh
- add a dependance of the new fix patch

v2: https://lore.kernel.org/all/20250829091752.24436-1-jiawenwu@trustnetic.com/
- embed iterator declarations inside the loop declarations
- replace int with u32 for the number of queues
- add space before '}'
- replace the offset with FIELD_PREP()

v1: https://lore.kernel.org/all/20250827064634.18436-1-jiawenwu@trustnetic.com/
---

Jiawen Wu (2):
  net: libwx: support multiple RSS for every pool
  net: wangxun: add RSS reta and rxfh fields support

 .../net/ethernet/wangxun/libwx/wx_ethtool.c   | 136 ++++++++++++++++++
 .../net/ethernet/wangxun/libwx/wx_ethtool.h   |  12 ++
 drivers/net/ethernet/wangxun/libwx/wx_hw.c    | 111 ++++++++++----
 drivers/net/ethernet/wangxun/libwx/wx_hw.h    |   5 +
 drivers/net/ethernet/wangxun/libwx/wx_lib.c   |  10 +-
 drivers/net/ethernet/wangxun/libwx/wx_type.h  |  23 +++
 .../net/ethernet/wangxun/ngbe/ngbe_ethtool.c  |   6 +
 .../ethernet/wangxun/txgbe/txgbe_ethtool.c    |   6 +
 8 files changed, 278 insertions(+), 31 deletions(-)

-- 
2.48.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-09-05  2:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-02  3:23 [PATCH net-next v3 0/2] net: wangxun: support to configure RSS Jiawen Wu
2025-09-02  3:23 ` [PATCH net-next v3 1/2] net: libwx: support multiple RSS for every pool Jiawen Wu
2025-09-03  0:41   ` Jakub Kicinski
2025-09-05  1:59     ` Jiawen Wu
2025-09-05  2:06       ` Jakub Kicinski
2025-09-02  3:23 ` [PATCH net-next v3 2/2] net: wangxun: add RSS reta and rxfh fields support Jiawen Wu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).