All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] patchset for bnxt PMD
@ 2024-10-25 17:57 Ajit Khaparde
  2024-10-25 17:57 ` [PATCH 01/13] net/bnxt: fix TCP and UDP checksum flags Ajit Khaparde
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Ajit Khaparde @ 2024-10-25 17:57 UTC (permalink / raw)
  To: dev

This patchset contains changes to the BNXT PMD.
Some of them are fixes.
Please accept and apply.

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  |   7 ++
 drivers/net/bnxt/bnxt_txq.h    |   1 +
 drivers/net/bnxt/bnxt_txr.c    | 138 ++++++++++++++++++++++++++-------
 drivers/net/bnxt/bnxt_vnic.h   |   1 +
 13 files changed, 235 insertions(+), 121 deletions(-)

-- 
2.39.5 (Apple Git-154)


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2024-10-25 17:59 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-25 17:57 [PATCH 00/13] patchset for bnxt PMD Ajit Khaparde
2024-10-25 17:57 ` [PATCH 01/13] net/bnxt: fix TCP and UDP checksum flags Ajit Khaparde
2024-10-25 17:57 ` [PATCH 02/13] net/bnxt: fix bad action offset in Tx bd Ajit Khaparde
2024-10-25 17:57 ` [PATCH 03/13] net/bnxt: add check to validate TSO segment size Ajit Khaparde
2024-10-25 17:57 ` [PATCH 04/13] net/bnxt: add check for number of segs Ajit Khaparde
2024-10-25 17:57 ` [PATCH 05/13] net/bnxt: add check for invalid mbuf passed by application Ajit Khaparde
2024-10-25 17:57 ` [PATCH 06/13] net/bnxt: free and account a bad Tx mbuf Ajit Khaparde
2024-10-25 17:57 ` [PATCH 07/13] net/bnxt: register for and handle RSS change event Ajit Khaparde
2024-10-25 17:57 ` [PATCH 08/13] net/bnxt: fix LRO offload capability Ajit Khaparde
2024-10-25 17:57 ` [PATCH 09/13] net/bnxt: disable VLAN filter when TF is enabled Ajit Khaparde
2024-10-25 17:57 ` [PATCH 10/13] net/bnxt: remove the VNIC async event handler Ajit Khaparde
2024-10-25 17:57 ` [PATCH 11/13] net/bnxt: remove some unnecessary logs Ajit Khaparde
2024-10-25 17:57 ` [PATCH 12/13] net/bnxt: add support for buffer split Rx offload Ajit Khaparde
2024-10-25 17:57 ` [PATCH 13/13] net/bnxt: remove unnecessary ifdef Ajit Khaparde

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.