[dpdk-dev] [PATCH 0/6] net/bnxt: add support for Stingray2

Ajit Khaparde ajitkhaparde at gmail.com
Sun Dec 20 06:24:24 CET 2020


Add support for 58818/Stingray2 chip.
The new chip Stingray 2 belongs to the P5 generation.
Some changes in the PMD are required to support this new chip.
This patchset adds the necessary changes.
Please apply.


Kalesh AP (6):
  net/bnxt: add support for 58818 chip family
  net/bnxt: add new RX checksum mode
  net/bnxt: modify VNIC accounting
  net/bnxt: add LRO support for SR2 chip
  net/bnxt: modify context memory allocation code
  net/bnxt: add Rx logic for 58818 chips

 doc/guides/rel_notes/release_21_02.rst |   6 +
 drivers/net/bnxt/bnxt.h                |  19 +++
 drivers/net/bnxt/bnxt_cpr.h            |   7 +-
 drivers/net/bnxt/bnxt_ethdev.c         | 102 +++++++++----
 drivers/net/bnxt/bnxt_flow.c           |  14 +-
 drivers/net/bnxt/bnxt_hwrm.c           |  49 ++++++
 drivers/net/bnxt/bnxt_hwrm.h           |   5 +-
 drivers/net/bnxt/bnxt_ring.c           |  19 ++-
 drivers/net/bnxt/bnxt_rxr.c            |  96 +++++++++---
 drivers/net/bnxt/bnxt_rxr.h            | 203 ++++++++++++++++++++++++-
 10 files changed, 462 insertions(+), 58 deletions(-)

-- 
2.21.1 (Apple Git-122.3)



More information about the dev mailing list