On 2/5/2023 1:41 PM, Leo Xu wrote: > Currently, rte_flow API does not support matching > ID and sequence fields of icmp6 echo packets. > > This patchset is used to support match icmpv6 ID and > sequence in rte_flow. It adds needed API in rte_flow, > and gives corresponding implementation for mlx5 pmd. > > --- > v2: > * rebase 23.03 > > --- > v3: > * Merge content of rte_icmp6.h into rte_icmp.h. > Just keep one header file(rte_icmp.h) for icmp. > * Correct some code style problems. > > Leo Xu (3): > ethdev: add ICMPv6 ID and sequence > net/mlx5: add ICMPv6 ID and sequence match support > net/mlx5/hws: add ICMPv6 ID and sequence match support
Series applied to dpdk-next-net/main, thanks.