commit | f0e98c97fa8f169952ca2c1187f9270902c1800d | [log] [tgz] |
---|---|---|
author | Peng Li <lipeng321@huawei.com> | Fri Dec 22 12:21:42 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 27 10:40:30 2017 -0500 |
tree | d18509a288e024de035a3c741f1a26668a2205df | |
parent | 09f2af6405b8cd4b2d91ec88188df6f06da38853 [diff] |
net: hns3: change the returned tqp number by ethtool -x This patch modifies the return data of get_rxnfc, it will return the current handle's rss_size but not the total tqp number. because the tc_size has been change to the log2 of roundup power of two of rss_size. Signed-off-by: Peng Li <lipeng321@huawei.com> Signed-off-by: Mingguang Qu <qumingguang@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>