mbox series

[ethtool-next,v3,0/2] Add support to get/set tx push by ethtool -G/g

Message ID 20220429091704.21258-1-huangguangbin2@huawei.com (mailing list archive)
Headers show
Series Add support to get/set tx push by ethtool -G/g | expand

Message

Guangbin Huang April 29, 2022, 9:17 a.m. UTC
From: Jie Wang <wangjie125@huawei.com>

These two patches first update uapi headers by using the import shell, then
add support to get/set tx push by ethtool -G/g.

Changelog:
v2->v3
1.Revise the min_argc value of tx-push.
link:https://lore.kernel.org/netdev/20220421084646.15458-1-huangguangbin2@huawei.com/

v1->v2
1.Update uapi headers by using the import shell scripts.
link:https://lore.kernel.org/netdev/20220419125030.3230-1-huangguangbin2@huawei.com/

Jie Wang (2):
  update UAPI header copies
  ethtool: add support to get/set tx push by ethtool -G/g

 ethtool.8.in                 |  4 ++
 ethtool.c                    |  1 +
 netlink/rings.c              |  7 +++
 uapi/linux/ethtool_netlink.h |  9 ++++
 uapi/linux/if_link.h         | 97 ++++++++++++++++++++++++++++++++++++
 uapi/linux/net_tstamp.h      | 17 ++++++-
 uapi/linux/netlink.h         |  1 +
 uapi/linux/rtnetlink.h       | 16 ++++++
 8 files changed, 151 insertions(+), 1 deletion(-)

Comments

patchwork-bot+netdevbpf@kernel.org May 8, 2022, 8:50 p.m. UTC | #1
Hello:

This series was applied to ethtool/ethtool.git (next)
by Michal Kubecek <mkubecek@suse.cz>:

On Fri, 29 Apr 2022 17:17:02 +0800 you wrote:
> From: Jie Wang <wangjie125@huawei.com>
> 
> These two patches first update uapi headers by using the import shell, then
> add support to get/set tx push by ethtool -G/g.
> 
> Changelog:
> v2->v3
> 1.Revise the min_argc value of tx-push.
> link:https://lore.kernel.org/netdev/20220421084646.15458-1-huangguangbin2@huawei.com/
> 
> [...]

Here is the summary with links:
  - [ethtool-next,v3,1/2] update UAPI header copies
    https://git.kernel.org/pub/scm/network/ethtool/ethtool.git/commit/?id=bd138ee083c4
  - [ethtool-next,v3,2/2] ethtool: add support to get/set tx push by ethtool -G/g
    (no matching commit)

You are awesome, thank you!