[PATCH v2 00/13] patchset for bnxt PMD
Ajit Khaparde
ajit.khaparde at broadcom.com
Sun Oct 27 18:11:15 CET 2024
This patchset contains changes to the BNXT PMD.
Some of them are fixes.
Please accept and apply.
v1->v2: Fixed up coding style issues, spelling errors.
Ajit Khaparde (6):
net/bnxt: fix TCP and UDP checksum flags
net/bnxt: free and account a bad Tx mbuf
net/bnxt: fix LRO offload capability
net/bnxt: remove some unnecessary logs
net/bnxt: add support for buffer split Rx offload
net/bnxt: remove unnecessary ifdef
Kalesh AP (2):
net/bnxt: add check to validate TSO segment size
net/bnxt: add check for invalid mbuf passed by application
Kishore Padmanabha (2):
net/bnxt: disable VLAN filter when TF is enabled
net/bnxt: remove the VNIC async event handler
Manish Kurup (1):
net/bnxt: register for and handle RSS change event
Peter Spreadborough (1):
net/bnxt: fix bad action offset in Tx bd
Somnath Kotur (1):
net/bnxt: add check for number of segs
drivers/net/bnxt/bnxt.h | 5 ++
drivers/net/bnxt/bnxt_cpr.c | 54 ++-----------
drivers/net/bnxt/bnxt_ethdev.c | 11 ++-
drivers/net/bnxt/bnxt_hwrm.c | 55 +++++++++----
drivers/net/bnxt/bnxt_hwrm.h | 2 +
drivers/net/bnxt/bnxt_reps.c | 4 +-
drivers/net/bnxt/bnxt_rxq.c | 50 ++++++++++--
drivers/net/bnxt/bnxt_rxq.h | 4 +
drivers/net/bnxt/bnxt_rxr.c | 24 ++----
drivers/net/bnxt/bnxt_stats.c | 9 +++
drivers/net/bnxt/bnxt_txq.h | 1 +
drivers/net/bnxt/bnxt_txr.c | 139 ++++++++++++++++++++++++++-------
drivers/net/bnxt/bnxt_vnic.h | 1 +
13 files changed, 238 insertions(+), 121 deletions(-)
--
2.39.5 (Apple Git-154)
More information about the dev
mailing list