Re: [dpdk-dev] [PATCH v2 09/11] net/mlx5: support match on IPv6 fragment ext. item

2020-10-04 Thread Ori Kam
Hi > -Original Message- > From: Dekel Peled > Sent: Friday, October 2, 2020 12:15 AM > Subject: [PATCH v2 09/11] net/mlx5: support match on IPv6 fragment ext. item > > rte_flow update, following RFC [1], added to ethdev the rte_flow item > ipv6_frag_ext. > This patch adds to MLX5 PMD the

[dpdk-dev] [PATCH v2 09/11] net/mlx5: support match on IPv6 fragment ext. item

2020-10-01 Thread Dekel Peled
rte_flow update, following RFC [1], added to ethdev the rte_flow item ipv6_frag_ext. This patch adds to MLX5 PMD the option to match on this item type. [1] http://mails.dpdk.org/archives/dev/2020-March/160255.html Signed-off-by: Dekel Peled --- drivers/net/mlx5/mlx5_flow.h| 4 + drivers/n