[PATCH v3 2/2] net/octeon_ep: add Rx NEON routine

Jerin Jacob jerinjacobk at gmail.com
Fri Feb 2 12:09:07 CET 2024


On Fri, Feb 2, 2024 at 2:54 PM <pbhagavatula at marvell.com> wrote:
>
> From: Pavan Nikhilesh <pbhagavatula at marvell.com>
>
> Add Rx ARM NEON SIMD routine.
>
> Signed-off-by: Pavan Nikhilesh <pbhagavatula at 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


More information about the dev mailing list