DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/4] net/bnxt: various fixes
@ 2021-06-16 17:55 Lance Richardson
  2021-06-16 17:55 ` [dpdk-dev] [PATCH 1/4] net/bnxt: fix ring and context memory allocation Lance Richardson
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Lance Richardson @ 2021-06-16 17:55 UTC (permalink / raw)
  Cc: dev

[-- Attachment #1: Type: text/plain, Size: 1085 bytes --]

Several fixes for the bnxt PMD:
   - Fix NUMA-aware memory allocations.
   - Fix transmit descriptor status implementation.
   - Fix handling of transmit completions in non-vector path.
   - Remove dead code.

Lance Richardson (4):
  net/bnxt: fix ring and context memory allocation
  net/bnxt: fix tx desc status implementation
  net/bnxt: fix scalar Tx completion handling
  net/bnxt: remove dead code

 drivers/net/bnxt/bnxt_cpr.h           | 17 -------
 drivers/net/bnxt/bnxt_ethdev.c        | 71 +++++++++++++++------------
 drivers/net/bnxt/bnxt_hwrm.c          |  2 -
 drivers/net/bnxt/bnxt_ring.c          | 31 ++++++------
 drivers/net/bnxt/bnxt_ring.h          |  2 +-
 drivers/net/bnxt/bnxt_rxq.c           |  4 +-
 drivers/net/bnxt/bnxt_rxr.c           | 11 -----
 drivers/net/bnxt/bnxt_rxtx_vec_neon.c |  3 --
 drivers/net/bnxt/bnxt_rxtx_vec_sse.c  |  3 --
 drivers/net/bnxt/bnxt_txq.c           |  4 +-
 drivers/net/bnxt/bnxt_txr.c           | 22 ++++-----
 drivers/net/bnxt/bnxt_vnic.c          |  3 +-
 12 files changed, 70 insertions(+), 103 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2021-06-23 15:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-16 17:55 [dpdk-dev] [PATCH 0/4] net/bnxt: various fixes Lance Richardson
2021-06-16 17:55 ` [dpdk-dev] [PATCH 1/4] net/bnxt: fix ring and context memory allocation Lance Richardson
2021-06-16 17:55 ` [dpdk-dev] [PATCH 2/4] net/bnxt: fix tx desc status implementation Lance Richardson
2021-06-16 17:55 ` [dpdk-dev] [PATCH 3/4] net/bnxt: fix scalar Tx completion handling Lance Richardson
2021-06-16 17:55 ` [dpdk-dev] [PATCH 4/4] net/bnxt: remove dead code Lance Richardson
2021-06-23 15:45 ` [dpdk-dev] [PATCH 0/4] net/bnxt: various fixes Ajit Khaparde

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).