[PATCH v2 1/3] ethdev: add ICMPv6 ID and sequence

Ori Kam orika at nvidia.com
Tue Jan 3 09:17:03 CET 2023


Hi Leo,


> -----Original Message-----
> From: Leo Xu (Networking SW) <yongquanx at 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 <yongquanx at nvidia.com>
> Signed-off-by: Bing Zhao <bingz at nvidia.com>
> ---

Acked-by: Ori Kam <orika at nvidia.com>
Best,
Ori



More information about the dev mailing list