On 12/20/2022 7:44 AM, 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.
>
> 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
>
> ---
> v2:
> * rebase 23.03
>
mlx patches are giving following warning:
$ ./devtools/check-doc-vs-code.sh
rte_flow doc out of sync for mlx5
item icmp6_echo_reply
item icmp6_echo_request
Also can you please make sure driver patches are acked by driver
maintainers, so we can merge all set with ethdev and driver patches
together.