Hi Leo,
> -----Original Message----- > From: Leo Xu (Networking SW) <yongqu...@nvidia.com> > Sent: Tuesday, 20 December 2022 9:44 > > This patch adds API support for ICMPv6 ID and sequence. > 1: Add two new pattern item types for ICMPv6 echo request and reply: > RTE_FLOW_ITEM_TYPE_ICMP6_ECHO_REQUEST > RTE_FLOW_ITEM_TYPE_ICMP6_ECHO_REPLY > > 2: Add new header file rte_icmp6.h for ICMPv6 packet definitions. > 3: Enhance testpmd flow pattern to support ICMPv6 identifier and sequence. > > Example of ICMPv6 echo pattern in testpmd command: > > pattern eth / ipv6 / icmp6_echo_request / end > pattern eth / ipv6 / icmp6_echo_reply / end > pattern eth / ipv6 / icmp6_echo_request ident is 20 seq is 30 / end > > Signed-off-by: Leo Xu <yongqu...@nvidia.com> > Signed-off-by: Bing Zhao <bi...@nvidia.com> > --- Acked-by: Ori Kam <or...@nvidia.com> Best, Ori