Re: [dpdk-dev] [PATCH v2 7/8] net/mlx5: add GENEVE TLV option flow translation

2021-01-06 Thread Slava Ovsiienko
> -Original Message- > From: Shiri Kuzin > Sent: Tuesday, January 5, 2021 19:54 > To: dev@dpdk.org > Cc: Slava Ovsiienko ; NBU-Contact-Adrien Mazarguil > ; Ori Kam ; > ferruh.yi...@intel.com; NBU-Contact-Thomas Monjalon > ; Raslan Darawsheh > Subject: [PATCH v2 7/8] net/mlx5: add GENEVE T

[dpdk-dev] [PATCH v2 7/8] net/mlx5: add GENEVE TLV option flow translation

2021-01-05 Thread Shiri Kuzin
The GENEVE TLV option matching flows must be created using a translation function. This function checks whether we already created a Devx object for the matching and either creates the objects or updates the reference counter. Signed-off-by: Shiri Kuzin --- drivers/net/mlx5/mlx5_flow_dv.c | 70