From: Lance Richardson <lance.richardson@broadcom.com>
Cc: dev@dpdk.org
Subject: [dpdk-dev] [PATCH 0/4] net/bnxt: various fixes
Date: Wed, 16 Jun 2021 13:55:19 -0400 [thread overview]
Message-ID: <20210616175523.930678-1-lance.richardson@broadcom.com> (raw)
[-- 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
next reply other threads:[~2021-06-16 18:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-16 17:55 Lance Richardson [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210616175523.930678-1-lance.richardson@broadcom.com \
--to=lance.richardson@broadcom.com \
--cc=dev@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).