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

2018-01-11 Thread lipeng (Y)
On 2018/1/12 1:07, David Miller wrote: From: Peng Li Date: Thu, 11 Jan 2018 19:45:55 +0800 This patchset adds some new features and fixes some bugs: [patch 1/11] adds ethtool_ops.get_channels support for VF. [patch 2/11] removes TSO config command from VF driver.

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

2018-01-11 Thread lipeng (Y)
On 2018/1/12 1:07, David Miller wrote: From: Peng Li Date: Thu, 11 Jan 2018 19:45:55 +0800 This patchset adds some new features and fixes some bugs: [patch 1/11] adds ethtool_ops.get_channels support for VF. [patch 2/11] removes TSO config command from VF driver. [patch 3/11] adds

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

2018-01-11 Thread David Miller
From: Peng Li Date: Thu, 11 Jan 2018 19:45:55 +0800 > This patchset adds some new features and fixes some bugs: > [patch 1/11] adds ethtool_ops.get_channels support for VF. > [patch 2/11] removes TSO config command from VF driver. > [patch 3/11] adds

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

2018-01-11 Thread David Miller
From: Peng Li Date: Thu, 11 Jan 2018 19:45:55 +0800 > This patchset adds some new features and fixes some bugs: > [patch 1/11] adds ethtool_ops.get_channels support for VF. > [patch 2/11] removes TSO config command from VF driver. > [patch 3/11] adds ethtool_ops.get_coalesce support to PF. >

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

2018-01-11 Thread Peng Li
This patchset adds some new features and fixes some bugs: [patch 1/11] adds ethtool_ops.get_channels support for VF. [patch 2/11] removes TSO config command from VF driver. [patch 3/11] adds ethtool_ops.get_coalesce support to PF. [patch 4/11] adds ethtool_ops.set_coalesce support to PF. [patch

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

2018-01-11 Thread Peng Li
This patchset adds some new features and fixes some bugs: [patch 1/11] adds ethtool_ops.get_channels support for VF. [patch 2/11] removes TSO config command from VF driver. [patch 3/11] adds ethtool_ops.get_coalesce support to PF. [patch 4/11] adds ethtool_ops.set_coalesce support to PF. [patch