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 00/12] net/bnxt: vector PMD improvements
Date: Thu, 10 Sep 2020 20:42:32 -0700	[thread overview]
Message-ID: <CACZ4nhsedNv0KagB+JRdM3qCpG1Q3pUjKf_JGSS3qiQumNA1sQ@mail.gmail.com> (raw)
In-Reply-To: <20200909155302.28656-1-lance.richardson@broadcom.com>

On Wed, Sep 9, 2020 at 8:53 AM Lance Richardson <
lance.richardson@broadcom.com> wrote:

> Fixes and optimizations to improve bnxt vector mode
> performance and functionality.
>
Patchset applied to dpdk-next-net-brcm. Thanks


>
> Lance Richardson (12):
>   net/bnxt: fix burst mode get for Arm
>   net/bnxt: fix rxq/txq get information
>   net/bnxt: use appropriate type for Rx mbuf ring
>   net/bnxt: require async cq for vector mode
>   net/bnxt: improve support for small ring sizes
>   net/bnxt: use smaller cq when agg ring not needed
>   net/bnxt: increase max burst size for vector mode
>   net/bnxt: use table-based packet type translation
>   net/bnxt: table-based handling for ol flags
>   net/bnxt: optimize vector mode mbuf allocation
>   net/bnxt: handle multiple packets per loop in vector PMD
>   net/bnxt: transmit vector mode improvements
>
>  drivers/net/bnxt/bnxt.h                 |  19 +-
>  drivers/net/bnxt/bnxt_ethdev.c          |  85 ++--
>  drivers/net/bnxt/bnxt_reps.c            |  21 +-
>  drivers/net/bnxt/bnxt_ring.c            |   4 +-
>  drivers/net/bnxt/bnxt_rxq.c             |  21 +-
>  drivers/net/bnxt/bnxt_rxq.h             |   1 +
>  drivers/net/bnxt/bnxt_rxr.c             | 362 ++++++++------
>  drivers/net/bnxt/bnxt_rxr.h             |  16 +-
>  drivers/net/bnxt/bnxt_rxtx_vec_common.h |  52 +-
>  drivers/net/bnxt/bnxt_rxtx_vec_neon.c   | 524 +++++++++++----------
>  drivers/net/bnxt/bnxt_rxtx_vec_sse.c    | 600 ++++++++++++------------
>  drivers/net/bnxt/bnxt_txq.c             |   7 +-
>  12 files changed, 964 insertions(+), 748 deletions(-)
>
> --
> 2.25.1
>
>

  parent reply	other threads:[~2020-09-11  3:42 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-09 15:52 Lance Richardson
2020-09-09 15:52 ` [dpdk-dev] [PATCH 01/12] net/bnxt: fix burst mode get for Arm Lance Richardson
2020-09-09 15:52 ` [dpdk-dev] [PATCH 02/12] net/bnxt: fix rxq/txq get information Lance Richardson
2020-09-11 14:41   ` Ferruh Yigit
2020-09-18 18:41     ` Lance Richardson
2020-09-21 11:05       ` Ferruh Yigit
2020-09-09 15:52 ` [dpdk-dev] [PATCH 03/12] net/bnxt: use appropriate type for Rx mbuf ring Lance Richardson
2020-09-09 15:52 ` [dpdk-dev] [PATCH 04/12] net/bnxt: require async cq for vector mode Lance Richardson
2020-09-11 15:02   ` Ferruh Yigit
2020-09-11 15:07     ` Lance Richardson
2020-09-09 15:52 ` [dpdk-dev] [PATCH 05/12] net/bnxt: improve support for small ring sizes Lance Richardson
2020-09-14 22:03   ` Ferruh Yigit
2020-09-15 14:12     ` Lance Richardson
2020-09-09 15:52 ` [dpdk-dev] [PATCH 06/12] net/bnxt: use smaller cq when agg ring not needed Lance Richardson
2020-09-09 15:53 ` [dpdk-dev] [PATCH 07/12] net/bnxt: increase max burst size for vector mode Lance Richardson
2020-09-11 15:19   ` Ferruh Yigit
2020-09-11 15:38     ` Lance Richardson
2020-09-11 15:56       ` Ferruh Yigit
2020-09-09 15:53 ` [dpdk-dev] [PATCH 08/12] net/bnxt: use table-based packet type translation Lance Richardson
2020-09-09 15:53 ` [dpdk-dev] [PATCH 09/12] net/bnxt: table-based handling for ol flags Lance Richardson
2020-09-11  3:42 ` Ajit Khaparde [this message]
2020-09-11 15:58   ` [dpdk-dev] [PATCH 00/12] net/bnxt: vector PMD improvements Ferruh Yigit

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=CACZ4nhsedNv0KagB+JRdM3qCpG1Q3pUjKf_JGSS3qiQumNA1sQ@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).