mbox series

[net,v5,0/3] Wangxun fixes

Message ID 20240517065140.7148-1-jiawenwu@trustnetic.com (mailing list archive)
Headers show
Series Wangxun fixes | expand

Message

Jiawen Wu May 17, 2024, 6:51 a.m. UTC
Fixed some bugs when using ethtool to operate network devices.

v4 -> v5:
- Simplify if...else... to fix features.

v3 -> v4:
- Require both ctag and stag to be enabled or disabled.

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(-)

Comments

patchwork-bot+netdevbpf@kernel.org May 17, 2024, 9:20 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:

On Fri, 17 May 2024 14:51:37 +0800 you wrote:
> Fixed some bugs when using ethtool to operate network devices.
> 
> v4 -> v5:
> - Simplify if...else... to fix features.
> 
> v3 -> v4:
> - Require both ctag and stag to be enabled or disabled.
> 
> [...]

Here is the summary with links:
  - [net,v5,1/3] net: wangxun: fix to change Rx features
    https://git.kernel.org/netdev/net/c/68067f065ee7
  - [net,v5,2/3] net: wangxun: match VLAN CTAG and STAG features
    https://git.kernel.org/netdev/net/c/ac71ab7816b6
  - [net,v5,3/3] net: txgbe: fix to control VLAN strip
    https://git.kernel.org/netdev/net/c/1d3c6414950b

You are awesome, thank you!