commit | 7e96adc46633b7283b20dc58bc9ab3693cea0df4 | [log] [tgz] |
---|---|---|
author | Fuyun Liang <liangfuyun1@huawei.com> | Fri Jan 12 16:23:09 2018 +0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Jan 12 10:12:32 2018 -0500 |
tree | db79a4535621edd7daacf43c8b7b2267d565dccb | |
parent | 27cdfed04f20da0909be57c1f4b98e35f82b7492 [diff] |
net: hns3: add ethtool_ops.get_coalesce support to PF This patch adds ethtool_ops.get_coalesce support to PF. Whilst our hardware supports per queue values, external interfaces support only a single shared value. As such we use the values for queue 0. Signed-off-by: Fuyun Liang <liangfuyun1@huawei.com> Signed-off-by: Peng Li <lipeng321@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>