net/bnxt: keep consistent Rx queue start/stop state
authorLance Richardson <lance.richardson@broadcom.com>
Mon, 4 Nov 2019 20:27:45 +0000 (15:27 -0500)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 8 Nov 2019 22:15:04 +0000 (23:15 +0100)
commitf9241d2fae7d2762b5926a9dc732ae14757417ca
tree8cab7e012ebc8a7c95f3d84fc98c2b2f028da2ab
parent34a068411a8bed590141e24e2d3f3d04c989301a
net/bnxt: keep consistent Rx queue start/stop state

Receive queue state needs to reflect "started" state when rebuilding
the RSS table for Thor-based NICs. Move state update so that receive
queues being started are included in the RSS table.

Fixes: 38412304b50a ("net/bnxt: enable RSS for thor-based controllers")
Cc: stable@dpdk.org
Signed-off-by: Lance Richardson <lance.richardson@broadcom.com>
Reviewed-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
drivers/net/bnxt/bnxt_rxq.c