mbox series

[0/2] MLX5 PMD tuning

Message ID 20210601083055.97261-1-ruifeng.wang@arm.com (mailing list archive)
Headers
Series MLX5 PMD tuning |

Message

Ruifeng Wang June 1, 2021, 8:30 a.m. UTC
  This series include optimizations for MLX5 PMD.
In tests on Arm N1SDP with MLX5 40G NIC, changes
showed performance gain.

Ruifeng Wang (2):
  net/mlx5: remove redundant operations
  net/mlx5: reduce unnecessary memory access

 drivers/net/mlx5/mlx5_rxtx_vec.c      | 6 ++++--
 drivers/net/mlx5/mlx5_rxtx_vec_neon.h | 9 +--------
 2 files changed, 5 insertions(+), 10 deletions(-)
  

Comments

Ruifeng Wang June 30, 2021, 7:22 a.m. UTC | #1
> -----Original Message-----
> From: Ruifeng Wang <ruifeng.wang@arm.com>
> Sent: Tuesday, June 1, 2021 4:31 PM
> To: rasland@nvidia.com; matan@nvidia.com; shahafs@nvidia.com;
> viacheslavo@nvidia.com
> Cc: dev@dpdk.org; jerinj@marvell.com; nd <nd@arm.com>; Honnappa
> Nagarahalli <Honnappa.Nagarahalli@arm.com>; Ruifeng Wang
> <Ruifeng.Wang@arm.com>
> Subject: [PATCH 0/2] MLX5 PMD tuning
> 
> This series include optimizations for MLX5 PMD.
> In tests on Arm N1SDP with MLX5 40G NIC, changes showed performance
> gain.
> 
> Ruifeng Wang (2):
>   net/mlx5: remove redundant operations
>   net/mlx5: reduce unnecessary memory access
> 
>  drivers/net/mlx5/mlx5_rxtx_vec.c      | 6 ++++--
>  drivers/net/mlx5/mlx5_rxtx_vec_neon.h | 9 +--------
>  2 files changed, 5 insertions(+), 10 deletions(-)
> 
> --
> 2.25.1

Ping.
Appreciate your review of these patches.

Thanks.