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. v1->v2: rebased to latest dpdk-next-net-brcm tree. 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) -- This electronic communication and the information and any files transmitted with it, or attached to it, are confidential and are intended solely for the use of the individual or entity to whom it is addressed and may contain information that is confidential, legally privileged, protected by privacy laws, or otherwise restricted from disclosure to anyone else. If you are not the intended recipient or the person responsible for delivering the e-mail to the intended recipient, you are hereby notified that any use, copying, distributing, dissemination, forwarding, printing, or copying of this e-mail is strictly prohibited. If you received this e-mail in error, please return the e-mail to the sender, delete it from your computer, and destroy any printed copy of it.