All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net v3 0/3] Wangxun fixes
@ 2024-05-10  6:17 Jiawen Wu
  2024-05-10  6:17 ` [PATCH net v3 1/3] net: wangxun: fix to change Rx features Jiawen Wu
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jiawen Wu @ 2024-05-10  6:17 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni, linux, horms, andrew, netdev
  Cc: mengyuanlou, Jiawen Wu

Fixed some bugs when using ethtool to operate network devices.

v2 -> v3:
- Drop the first patch.

v1 -> v2:
- Factor out the same code.
- Remove statistics printing with more than 64 queues.
- Detail the commit logs to describe issues.
- Remove reset flag check in wx_update_stats().
- Change to set VLAN CTAG and STAG to be consistent.

Jiawen Wu (3):
  net: wangxun: fix to change Rx features
  net: wangxun: match VLAN CTAG and STAG features
  net: txgbe: fix to control VLAN strip

 drivers/net/ethernet/wangxun/libwx/wx_hw.c    |  2 +
 drivers/net/ethernet/wangxun/libwx/wx_lib.c   | 56 +++++++++++++++++--
 drivers/net/ethernet/wangxun/libwx/wx_lib.h   |  2 +
 drivers/net/ethernet/wangxun/libwx/wx_type.h  | 22 ++++++++
 .../net/ethernet/wangxun/ngbe/ngbe_ethtool.c  | 18 ++++--
 drivers/net/ethernet/wangxun/ngbe/ngbe_main.c |  1 +
 .../ethernet/wangxun/txgbe/txgbe_ethtool.c    | 18 ++++--
 .../net/ethernet/wangxun/txgbe/txgbe_main.c   | 31 ++++++++++
 .../net/ethernet/wangxun/txgbe/txgbe_type.h   |  1 +
 9 files changed, 137 insertions(+), 14 deletions(-)

-- 
2.27.0


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

end of thread, other threads:[~2024-05-13 23:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-10  6:17 [PATCH net v3 0/3] Wangxun fixes Jiawen Wu
2024-05-10  6:17 ` [PATCH net v3 1/3] net: wangxun: fix to change Rx features Jiawen Wu
2024-05-10  6:17 ` [PATCH net v3 2/3] net: wangxun: match VLAN CTAG and STAG features Jiawen Wu
2024-05-13 23:00   ` Jakub Kicinski
2024-05-10  6:17 ` [PATCH net v3 3/3] net: txgbe: fix to control VLAN strip Jiawen Wu

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.