> -----Original Message-----
> From: Leo Xu (Networking SW) <[email protected]>
> Sent: Sunday, February 5, 2023 3:42 PM
> To: [email protected]
> Cc: Matan Azrad <[email protected]>; Slava Ovsiienko
> <[email protected]>
> Subject: [PATCH v3 3/3] net/mlx5/hws: add ICMPv6 ID and sequence match
> support
>
> This patch adds ICMPv6 ID and sequence match support for HWS.
> Since type and code of ICMPv6 echo is already specified by ITEM type:
> RTE_FLOW_ITEM_TYPE_ICMP6_ECHO_REQUEST
> RTE_FLOW_ITEM_TYPE_ICMP6_ECHO_REPLY
> mlx5 pmd will set appropriate type and code automatically:
> Echo request: type(128), code(0)
> Echo reply: type(129), code(0)
> type and code provided by application will be ignored
>
> Signed-off-by: Leo Xu <[email protected]>
Acked-by: Viacheslav Ovsiienko <[email protected]>