On Mon, Dec 20, 2021 at 04:31:53PM +0800, Guangbin Huang wrote: > Add support for "ethtool -G/g " to set/get rx buf len > and support for "ethtool --set/get-tunable " to > set/get tx copybreak buf size. Applied both patches to next branch (with minor subject adjustment so that the bot may not recognize). Next time, please do not forget to update also the man page (ethtool.8.in file). Michal > > Hao Chen (2): > ethtool: netlink: add support to set/get rx buf len > ethtool: netlink: add support to get/set tx copybreak buf size > > ethtool.c | 9 +++++++++ > netlink/rings.c | 7 +++++++ > 2 files changed, 16 insertions(+) > > -- > 2.33.0 >