RE: [PATCH 1/4] net/mlx5: add table insertion type and hash function

2023-03-06 Thread Slava Ovsiienko
> -Original Message- > From: Alexander Kozyrev > Sent: пятница, 27 января 2023 г. 01:41 > To: dev@dpdk.org > Cc: NBU-Contact-Thomas Monjalon (EXTERNAL) ; Ori > Kam ; Raslan Darawsheh ; Matan > Azrad ; Slava Ovsiienko > Subject: [PATCH 1/4] net/mlx5: add table

[PATCH 1/4] net/mlx5: add table insertion type and hash function

2023-01-26 Thread Alexander Kozyrev
Pass the insertion type and hash calculation function of a table to the mlx5 PMD driver. Create appropriate table as requested. Note that 16-bit checksum hash calculation is not supported yet. Signed-off-by: Alexander Kozyrev --- drivers/net/mlx5/mlx5_flow_hw.c | 26 +- 1