]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/commit
net: hns3: fix wrong combined count returned by ethtool -l
authorHuazhong Tan <tanhuazhong@huawei.com>
Fri, 18 Jan 2019 08:13:12 +0000 (16:13 +0800)
committerThadeu Lima de Souza Cascardo <cascardo@canonical.com>
Tue, 12 Mar 2019 16:38:15 +0000 (13:38 -0300)
commitb0d79942dd37ed5ba06c51d79c7f452f6760e529
tree352d1ab3313e70a1bc37e0fcb2cdab2da4b79809
parent1ee09cd90a529deb538146eb5ce774e188eb44b9
net: hns3: fix wrong combined count returned by ethtool -l

BugLink: https://bugs.launchpad.net/bugs/1819535
The current code returns the number of all queues that can be used and
the number of queues that have been allocated, which is incorrect.
What should be returned is the number of queues allocated for each enabled
TC and the number of queues that can be allocated.

This patch fixes it.

Fixes: 482d2e9c1cc7 ("net: hns3: add support to query tqps number")
Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com>
Signed-off-by: Yunsheng Lin <linyunsheng@huawei.com>
Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
(cherry picked from commit c3b9c50d1567aa12be4448fe85b09626eba2499c)
Signed-off-by: dann frazier <dann.frazier@canonical.com>
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c