net: hns3: fix index limit to support all queue stats
authorJie Wang <wangjie125@huawei.com>
Mon, 25 Mar 2024 12:43:09 +0000 (20:43 +0800)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 26 Mar 2024 14:32:39 +0000 (15:32 +0100)
commit47e39d213e09c6cae0d6b4d95e454ea404013312
treefee3c204d8987fc7333d657607a076204c3cd4f4
parent37ccdf7f11b12f987c5d9ff99e67104264016c8d
net: hns3: fix index limit to support all queue stats

Currently, hns hardware supports more than 512 queues and the index limit
in hclge_comm_tqps_update_stats is wrong. So this patch removes it.

Fixes: 287db5c40d15 ("net: hns3: create new set of common tqp stats APIs for PF and VF reuse")
Signed-off-by: Jie Wang <wangjie125@huawei.com>
Signed-off-by: Jijie Shao <shaojijie@huawei.com>
Reviewed-by: Michal Kubiak <michal.kubiak@intel.com>
Reviewed-by: Kalesh AP <kalesh-anakkur.purayil@broadcom.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/ethernet/hisilicon/hns3/hns3_common/hclge_comm_tqp_stats.c