DPDK patches and discussions
 help / color / mirror / Atom feed
From: Ajit Khaparde <ajit.khaparde@broadcom.com>
To: Lance Richardson <lance.richardson@broadcom.com>
Cc: dpdk-dev <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH 0/4] net/bnxt: various fixes
Date: Wed, 23 Jun 2021 08:45:34 -0700	[thread overview]
Message-ID: <CACZ4nhsZVuvLuBb8tYDXtYWgL9xb7zVEAnmUYtTKKs3Xo-mwCg@mail.gmail.com> (raw)
In-Reply-To: <20210616175523.930678-1-lance.richardson@broadcom.com>

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

On Wed, Jun 16, 2021 at 11:09 AM Lance Richardson
<lance.richardson@broadcom.com> wrote:
>
> 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
Patchset applied to dpdk-next-net-brcm for-next-net branch.

>
>  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
>

      parent reply	other threads:[~2021-06-23 15:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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
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 ` Ajit Khaparde [this message]

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=CACZ4nhsZVuvLuBb8tYDXtYWgL9xb7zVEAnmUYtTKKs3Xo-mwCg@mail.gmail.com \
    --to=ajit.khaparde@broadcom.com \
    --cc=dev@dpdk.org \
    --cc=lance.richardson@broadcom.com \
    /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).