Patch series [1] adds to ethdev and testpmd the support of matching on fragmented/non-fragmented packets. Following [1], this patch series adds to MLX5 PMD the support of matching on IPv4 fragmented packets, IPv6 fragmented packets, and IPv6 fragment extension header item.
[1] https://mails.dpdk.org/archives/dev/2020-October/186177.html --- v2: rebase on top of latest commits. --- Dekel Peled (5): net/mlx5: remove handling of ICMP fragmented packets net/mlx5: support match on IPv4 fragment packets net/mlx5: support match on IPv6 fragment packets net/mlx5: support match on IPv6 fragment ext. item net/mlx5: enforce limitation on IPv6 next proto doc/guides/nics/mlx5.rst | 7 + doc/guides/rel_notes/release_20_11.rst | 5 + drivers/net/mlx5/mlx5_flow.c | 62 ++++-- drivers/net/mlx5/mlx5_flow.h | 14 ++ drivers/net/mlx5/mlx5_flow_dv.c | 382 +++++++++++++++++++++++++++++---- drivers/net/mlx5/mlx5_flow_verbs.c | 9 +- 6 files changed, 420 insertions(+), 59 deletions(-) -- 1.8.3.1