mbox series

[00/15] bnxt patch series

Message ID 20190712060622.76975-1-ajit.khaparde@broadcom.com (mailing list archive)
Headers
Series bnxt patch series |

Message

Ajit Khaparde July 12, 2019, 6:06 a.m. UTC
  Patchset fixing various bugs in bnxt PMD based on recent patch submission.
https://patchwork.dpdk.org/patch/56311/

Ajit Khaparde (3):
  net/bnxt: fix for doorbell register offset for Tx ring.
  net/bnxt: save the number of EM flow count
  net/bnxt: fix a compilation warning

Jay Ding (1):
  net/bnxt: fix to avoid sending invalid VNIC id to firmware

Kalesh AP (5):
  net/bnxt: fix extended port counter statistics
  net/bnxt: fix possible segfault in case of probe failure
  net/bnxt: do not fail VF probe when the MAC address is zero
  net/bnxt: fix to enable disable interrupts correctly in start stop
  net/bnxt: fix to check for invalid VNIC in cleanup path

Lance Richardson (4):
  net/bnxt: fix Tx hang after port stop/start
  net/bnxt: reset Rx allocation state on port restart
  net/bnxt: nq doorbell cleanups
  net/bnxt: avoid null pointer dereference

Qingmin Liu (1):
  net/bnxt: fix rxq count if ntuple filtering is disabled

Rahul Gupta (1):
  net/bnxt: correctly set L4 checksum error for tunnel and non-tunnel
    packets

 drivers/net/bnxt/bnxt.h        |   3 +
 drivers/net/bnxt/bnxt_ethdev.c | 307 +++++++++++++++++++--------------
 drivers/net/bnxt/bnxt_hwrm.c   |  56 +++++-
 drivers/net/bnxt/bnxt_hwrm.h   |   1 +
 drivers/net/bnxt/bnxt_irq.c    |   5 +-
 drivers/net/bnxt/bnxt_ring.c   |  11 +-
 drivers/net/bnxt/bnxt_ring.h   |  23 ++-
 drivers/net/bnxt/bnxt_rxr.c    |  43 +++--
 drivers/net/bnxt/bnxt_rxr.h    | 120 ++++++++++---
 drivers/net/bnxt/bnxt_util.c   |  11 ++
 drivers/net/bnxt/bnxt_util.h   |   1 +
 drivers/net/bnxt/bnxt_vnic.c   |   3 +
 12 files changed, 409 insertions(+), 175 deletions(-)