Re: [PATCH V2 net-next 00/11] add some new features and fix some bugs

2018-01-12 Thread David Miller
From: Peng Li Date: Fri, 12 Jan 2018 16:23:06 +0800 > This patchset adds 3 ethtool features: get_channels, > get_coalesce and get_coalesce, and fix some bugs. Series applied, thank you.

[PATCH V2 net-next 00/11] add some new features and fix some bugs

2018-01-11 Thread Peng Li
This patchset adds 3 ethtool features: get_channels, get_coalesce and get_coalesce, and fix some bugs. [patch 1/11] adds ethtool_ops.get_channels (ethtool -l) support for VF. [patch 2/11] removes TSO config command from VF driver, as only main PF can config TSO MSS length according to hardware.