net/hns3: fix taskqueue pair reset command
authorChengchang Tang <tangchengchang@huawei.com>
Mon, 30 Aug 2021 08:26:50 +0000 (16:26 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 9 Sep 2021 17:35:40 +0000 (19:35 +0200)
commit3fb0df3138e1f07dd3d79f80306c1d72eb4eaa77
tree2dbe61427056cd6420e4652941d1d9eec781eaa8
parentaa3497d4450a603ca18ae4971a96e3890824d887
net/hns3: fix taskqueue pair reset command

This new taskqueue pair reset command is used incorrectly, resulting in
the new command not taking effect.

This patch fixes the incorrect use.

Fixes: 6911e7c22c61 ("net/hns3: fix long task queue pairs reset time")
Cc: stable@dpdk.org
Signed-off-by: Chengchang Tang <tangchengchang@huawei.com>
Signed-off-by: Min Hu (Connor) <humin29@huawei.com>
drivers/net/hns3/hns3_rxtx.c