All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH ethtool-next v2 0/2] Add support to get/set tx push by ethtool -G/g
@ 2022-04-21  8:46 Guangbin Huang
  2022-04-21  8:46 ` [PATCH ethtool-next v2 1/2] update UAPI header copies Guangbin Huang
  2022-04-21  8:46 ` [PATCH ethtool-next v2 2/2] ethtool: add support to get/set tx push by ethtool -G/g Guangbin Huang
  0 siblings, 2 replies; 6+ messages in thread
From: Guangbin Huang @ 2022-04-21  8:46 UTC (permalink / raw)
  To: mkubecek, davem, kuba; +Cc: netdev, lipeng321, huangguangbin2

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

-- 
2.33.0


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

end of thread, other threads:[~2022-04-28 11:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-21  8:46 [PATCH ethtool-next v2 0/2] Add support to get/set tx push by ethtool -G/g Guangbin Huang
2022-04-21  8:46 ` [PATCH ethtool-next v2 1/2] update UAPI header copies Guangbin Huang
2022-04-21  8:46 ` [PATCH ethtool-next v2 2/2] ethtool: add support to get/set tx push by ethtool -G/g Guangbin Huang
2022-04-27 13:46   ` sundeep subbaraya
2022-04-28 11:54     ` wangjie (L)
2022-04-28 11:56     ` wangjie (L)

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.