Re: [dpdk-dev] [PATCH v2 4/8] common/mlx5: create GENEVE TLV option object with DevX
From: Slava Ovsiienko <hidden>
Date: 2021-01-06 09:24:23
From: Slava Ovsiienko <hidden>
Date: 2021-01-06 09:24:23
-----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 4/8] common/mlx5: create GENEVE TLV option object with DevX TLV object is a special firmware maintained entity used to support match on GENEVE header extension option. The TLV object is created with DevX API and accepts the option class, type and lehgth fields. The class type and length fields are set using MLX5_SET and the Devx object is created using mlx5 glue function. Signed-off-by: Shiri Kuzin <redacted>
Acked-by: Viacheslav Ovsiienko <redacted>