[dpdk-dev] [PATCH v2 0/2] net/mlx5: hash list optimization
Raslan Darawsheh
rasland at nvidia.com
Wed Dec 9 00:40:53 CET 2020
Hi,
> -----Original Message-----
> From: Suanming Mou <suanmingm at nvidia.com>
> Sent: Thursday, December 3, 2020 4:19 AM
> To: Slava Ovsiienko <viacheslavo at nvidia.com>; Matan Azrad
> <matan at nvidia.com>
> Cc: Raslan Darawsheh <rasland at nvidia.com>; dev at dpdk.org
> Subject: [PATCH v2 0/2] net/mlx5: hash list optimization
>
> This patch set contains the hash list optimization for the lock and memory.
>
> v2:
> - Remove the __rte_pack in struct mlx5_hlist_entry.
>
> Suanming Mou (2):
> net/mlx5: optimize hash list synchronization
> net/mlx5: optimize the hash list entry memory
>
> drivers/net/mlx5/linux/mlx5_os.c | 5 +-
> drivers/net/mlx5/mlx5.c | 3 +-
> drivers/net/mlx5/mlx5_flow.c | 43 +++++++++++++---
> drivers/net/mlx5/mlx5_flow.h | 23 +++++++--
> drivers/net/mlx5/mlx5_flow_dv.c | 57 +++++++++++++++------
> drivers/net/mlx5/mlx5_utils.c | 85 ++++++++++++++++----------------
> drivers/net/mlx5/mlx5_utils.h | 14 ++++--
> 7 files changed, 154 insertions(+), 76 deletions(-)
>
> --
> 2.25.1
Series applied to next-net-mlx,
Kindest regards,
Raslan Darawsheh
More information about the dev
mailing list