DPDK patches and discussions
 help / color / mirror / Atom feed
From: Jerin Jacob <jerinjacobk@gmail.com>
To: pbhagavatula@marvell.com
Cc: jerinj@marvell.com, Ruifeng Wang <ruifeng.wang@arm.com>,
	 Vamsi Attunuru <vattunuru@marvell.com>,
	dev@dpdk.org
Subject: Re: [PATCH v3 2/2] net/octeon_ep: add Rx NEON routine
Date: Fri, 2 Feb 2024 16:39:07 +0530	[thread overview]
Message-ID: <CALBAE1NcsnM9FEn=bW5yD_XZ4Zmh95LZLEhoUtuGaC3vBNG8kg@mail.gmail.com> (raw)
In-Reply-To: <20240202084324.9682-2-pbhagavatula@marvell.com>

On Fri, Feb 2, 2024 at 2:54 PM <pbhagavatula@marvell.com> wrote:
>
> From: Pavan Nikhilesh <pbhagavatula@marvell.com>
>
> Add Rx ARM NEON SIMD routine.
>
> Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
> ---
>  drivers/net/octeon_ep/cnxk_ep_rx_neon.c | 148 ++++++++++++++++++++++++
>  drivers/net/octeon_ep/meson.build       |   6 +-
>  drivers/net/octeon_ep/otx_ep_ethdev.c   |   5 +-
>  drivers/net/octeon_ep/otx_ep_rxtx.h     |   6 +
>  4 files changed, 163 insertions(+), 2 deletions(-)
>  create mode 100644 drivers/net/octeon_ep/cnxk_ep_rx_neon.c

Please fix


### [PATCH] net/octeon_ep: add Rx NEON routine

CHECK:BRACES: Blank lines aren't necessary after an open brace '{'
#44: FILE: drivers/net/octeon_ep/cnxk_ep_rx_neon.c:29:
+       while (pkts < new_pkts) {
+

total: 0 errors, 0 warnings, 1 checks, 189 lines checked

  reply	other threads:[~2024-02-02 11:09 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-21 16:43 [PATCH v3 1/2] net/octeon_ep: improve Rx performance pbhagavatula
2024-01-21 16:43 ` [PATCH v3 2/2] net/octeon_ep: add Rx NEON routine pbhagavatula
2024-02-01 16:38   ` Jerin Jacob
2024-02-01 22:23 ` [PATCH v2 1/2] net/octeon_ep: improve Rx performance pbhagavatula
2024-02-01 22:23   ` [PATCH v2 2/2] net/octeon_ep: add Rx NEON routine pbhagavatula
2024-02-02  8:11     ` Jerin Jacob
2024-02-02  8:43   ` [PATCH v3 1/2] net/octeon_ep: improve Rx performance pbhagavatula
2024-02-02  8:43     ` [PATCH v3 2/2] net/octeon_ep: add Rx NEON routine pbhagavatula
2024-02-02 11:09       ` Jerin Jacob [this message]
2024-02-02 11:31     ` [PATCH v4 1/2] net/octeon_ep: improve Rx performance pbhagavatula
2024-02-02 11:31       ` [PATCH v4 2/2] net/octeon_ep: add Rx NEON routine pbhagavatula
2024-02-02 15:06       ` [PATCH v5 1/2] net/octeon_ep: improve Rx performance pbhagavatula
2024-02-02 15:06         ` [PATCH v5 2/2] net/octeon_ep: add Rx NEON routine pbhagavatula
2024-02-05  6:16           ` Jerin Jacob
2024-02-02 15:09         ` [PATCH v6 1/2] net/octeon_ep: improve Rx performance pbhagavatula
2024-02-02 15:09           ` [PATCH v6 2/2] net/octeon_ep: add Rx NEON routine pbhagavatula

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='CALBAE1NcsnM9FEn=bW5yD_XZ4Zmh95LZLEhoUtuGaC3vBNG8kg@mail.gmail.com' \
    --to=jerinjacobk@gmail.com \
    --cc=dev@dpdk.org \
    --cc=jerinj@marvell.com \
    --cc=pbhagavatula@marvell.com \
    --cc=ruifeng.wang@arm.com \
    --cc=vattunuru@marvell.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).