net/bnxt: fix Rx queue startup state
authorLance Richardson <lance.richardson@broadcom.com>
Tue, 14 Sep 2021 12:50:58 +0000 (08:50 -0400)
committerAjit Khaparde <ajit.khaparde@broadcom.com>
Wed, 15 Sep 2021 00:07:08 +0000 (02:07 +0200)
commitcc7f74948817d11b0fd5bdc1b82a936daf23282f
tree147ebe16c864c376507546afccdeef8232f6731b
parentaa52e5f0f9e6fe4acf3cd54ce7e392944f68d6c4
net/bnxt: fix Rx queue startup state

Since the addition of support for runtime queue setup,
receive queues that are started by default no longer
have the correct state. Fix this by setting the state
when a port is started.

Fixes: 0105ea1296c9 ("net/bnxt: support runtime queue setup")
Cc: stable@dpdk.org
Signed-off-by: Lance Richardson <lance.richardson@broadcom.com>
Reviewed-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
Reviewed-by: Somnath Kotur <somnath.kotur@broadcom.com>
Reviewed-by: Kalesh AP <kalesh-anakkur.purayil@broadcom.com>
drivers/net/bnxt/bnxt_ethdev.c