Re: [dpdk-dev] [PATCH v2 6/8] net/mlx5: add GENEVE TLV option flow validation
From: Slava Ovsiienko <hidden>
Date: 2021-01-06 09:25:09
From: Slava Ovsiienko <hidden>
Date: 2021-01-06 09:25:09
-----Original Message----- From: Shiri Kuzin <redacted> Sent: Tuesday, January 5, 2021 19:54 To: dev@dpdk.org Cc: Slava Ovsiienko <redacted>; NBU-Contact-Adrien Mazarguil [off-list ref]; Ori Kam [off-list ref]; ferruh.yigit@intel.com; NBU-Contact-Thomas Monjalon [off-list ref]; Raslan Darawsheh [off-list ref] Subject: [PATCH v2 6/8] net/mlx5: add GENEVE TLV option flow validation This patch adds validation routine for the GENEVE header TLV option. The GENEVE TLV option match must include all fields with full masks due to NIC does not support masking on option class, type and length. The option data length must be non zero and provided data pattern should be zero neither due to hardware limitations. Signed-off-by: Shiri Kuzin <redacted>
Acked-by: Viacheslav Ovsiienko <redacted>