mbox series

[0/2] net/bnxt: minor performance fixes for AVX2 Rx

Message ID 20211115182410.5545-1-lance.richardson@broadcom.com (mailing list archive)
Headers
Series net/bnxt: minor performance fixes for AVX2 Rx |

Message

Lance Richardson Nov. 15, 2021, 6:24 p.m. UTC
  This series contains two minor performance fixes for the
bnxt AVX2 vecgtorized burst receive function.

Lance Richardson (2):
  net/bnxt: avoid unnecessary work in AVX2 Rx path
  net/bnxt: remove software prefetches from AVX2 Rx path

 drivers/net/bnxt/bnxt_rxtx_vec_avx2.c | 16 +++-------------
 1 file changed, 3 insertions(+), 13 deletions(-)
  

Comments

Ajit Khaparde Nov. 17, 2021, 3:59 a.m. UTC | #1
On Mon, Nov 15, 2021 at 10:24 AM Lance Richardson
<lance.richardson@broadcom.com> wrote:
>
> This series contains two minor performance fixes for the
> bnxt AVX2 vecgtorized burst receive function.
>
> Lance Richardson (2):
>   net/bnxt: avoid unnecessary work in AVX2 Rx path
>   net/bnxt: remove software prefetches from AVX2 Rx path
Patchset applied to dpdk-next-net-brcm. Thanks

>
>  drivers/net/bnxt/bnxt_rxtx_vec_avx2.c | 16 +++-------------
>  1 file changed, 3 insertions(+), 13 deletions(-)
>
> --
> 2.25.1
>