Re: [PATCH v3 0/3] support match icmpv6 ID and sequence

2023-02-09 Thread Ferruh Yigit
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

[PATCH v3 0/3] support match icmpv6 ID and sequence

2023-02-05 Thread Leo Xu
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