[dpdk-dev] [PATCH] net/mlx5: manage header reformat actions with hashed list

Raslan Darawsheh rasland at nvidia.com
Wed Sep 23 09:39:34 CEST 2020


Hi,

> -----Original Message-----
> From: Suanming Mou <suanmingm at nvidia.com>
> Sent: Wednesday, September 16, 2020 1:20 PM
> 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] net/mlx5: manage header reformat actions with hashed list
> 
> To manage encap decap header format actions mlx5 PMD used the single
> linked
> list and lookup and insertion operations took too long times if there were
> millions of objects and this impacted the flow insertion/deletion rate.
> 
> In order to optimize the performance the hashed list is engaged. The list
> implementation is updated to support non-unique keys with few collisions.
> 
> Signed-off-by: Suanming Mou <suanmingm at nvidia.com>
> Acked-by: Viacheslav Ovsiienko <viacheslavo at nvidia.com>
> ---

Patch applied to next-net-mlx,

Kindest regards
Raslan Darawsheh


More information about the dev mailing list