[PATCH v4 3/3] net/octeon_ep: use AVX2 instructions for Rx
Jerin Jacob
jerinjacobk at gmail.com
Mon Dec 11 13:05:22 CET 2023
On Thu, Dec 7, 2023 at 2:03 PM <pbhagavatula at marvell.com> wrote:
>
> From: Pavan Nikhilesh <pbhagavatula at marvell.com>
>
> Optimize Rx routine to use AVX2 instructions when underlying
> architecture supports it.
>
> Signed-off-by: Pavan Nikhilesh <pbhagavatula at marvell.com>
> ---
> doc/guides/rel_notes/release_24_03.rst | 5 +
> drivers/net/octeon_ep/cnxk_ep_rx_avx.c | 123 +++++++++++++++++++++++++
> drivers/net/octeon_ep/meson.build | 12 +++
> drivers/net/octeon_ep/otx_ep_ethdev.c | 10 ++
> drivers/net/octeon_ep/otx_ep_rxtx.h | 6 ++
> 5 files changed, 156 insertions(+)
> create mode 100644 drivers/net/octeon_ep/cnxk_ep_rx_avx.c
>
> diff --git a/doc/guides/rel_notes/release_24_03.rst b/doc/guides/rel_notes/release_24_03.rst
> index 6f8ad27808..2191dd78e7 100644
> --- a/doc/guides/rel_notes/release_24_03.rst
> +++ b/doc/guides/rel_notes/release_24_03.rst
> @@ -55,6 +55,11 @@ New Features
> Also, make sure to start the actual text at the margin.
> =======================================================
>
> +* **Updated Marvell Octeon ep driver.**
> +
> + * Added SSE/AVX2 Rx routines.
> + * Updated Tx queue thresholds.
Please add little more info in Tx queue one.
Also, Split doc changes to respective patches.
More information about the dev
mailing list