mbox

[0/4] net/bnxt: rxq stop/start fixes

Message ID 20191104202747.12897-1-lance.richardson@broadcom.com (mailing list archive)
Headers

Message

Lance Richardson Nov. 4, 2019, 8:27 p.m. UTC
  This patch set fixes several problems involving stopping/starting
receive queues in the bnxt PMD.

Lance Richardson (4):
  net/bnxt: fix RSS table update for start/stop rxq
  net/bnxt: keep consistent rxq start/stop state
  net/bnxt: release hwrm lock before returning
  net/bnxt: fix rxq start/stop for Thor based NICs

 drivers/net/bnxt/bnxt_hwrm.c | 31 +++++++++++++++++----
 drivers/net/bnxt/bnxt_rxq.c  | 52 +++++++++++++++++++++++++++++-------
 drivers/net/bnxt/bnxt_vnic.c |  1 +
 3 files changed, 69 insertions(+), 15 deletions(-)