mbox series

[0/7] bnxt patchset for thor and bnxt vector PMD

Message ID 20190830205201.26644-1-lance.richardson@broadcom.com (mailing list archive)
Headers
Series bnxt patchset for thor and bnxt vector PMD |

Message

Lance Richardson Aug. 30, 2019, 8:51 p.m. UTC
  Fixes and enhancements for adapters based on the BCM57500
controller and the bnxt vector PMD.

Patch set is against dpdk-next-net.

**Note** this patch series is dependent on the "bnxt patchset to support
device error recovery" series.

Lance Richardson (7):
  net/bnxt: fix thor tqm entry allocation
  net/bnxt: fix ring alignment for thor-based adapters
  net/bnxt: use common receive/transmit NQ ring
  net/bnxt: use correct default Rx queue for thor
  net/bnxt: add support for LRO for thor adapters
  net/bnxt: fix scatter receive offload capability
  net/bnxt: improve CPR handling in vector PMD

 doc/guides/rel_notes/release_19_11.rst |   6 ++
 drivers/net/bnxt/bnxt.h                |  17 ++++
 drivers/net/bnxt/bnxt_ethdev.c         |  19 +++-
 drivers/net/bnxt/bnxt_hwrm.c           |  43 ++++++---
 drivers/net/bnxt/bnxt_hwrm.h           |   1 +
 drivers/net/bnxt/bnxt_ring.c           | 124 +++++++++++++++++--------
 drivers/net/bnxt/bnxt_ring.h           |   3 +-
 drivers/net/bnxt/bnxt_rxq.c            |   8 +-
 drivers/net/bnxt/bnxt_rxq.h            |   1 -
 drivers/net/bnxt/bnxt_rxr.c            |  99 +++++++++++---------
 drivers/net/bnxt/bnxt_rxr.h            |  41 ++++++--
 drivers/net/bnxt/bnxt_rxtx_vec_sse.c   |  26 +-----
 drivers/net/bnxt/bnxt_txq.c            |   4 +-
 drivers/net/bnxt/bnxt_txq.h            |   1 -
 drivers/net/bnxt/bnxt_txr.c            |  25 -----
 15 files changed, 256 insertions(+), 162 deletions(-)