[dpdk-dev] [Suspected-Phishing][PATCH v3] net/mlx5: support matching on ICMP/ICMP6
Raslan Darawsheh
rasland at mellanox.com
Mon Jul 8 13:42:13 CEST 2019
Hi,
> -----Original Message-----
> From: Xiaoyu Min <jackmin at mellanox.com>
> Sent: Wednesday, July 3, 2019 10:23 AM
> To: Raslan Darawsheh <rasland at mellanox.com>; Slava Ovsiienko
> <viacheslavo at mellanox.com>; Shahaf Shuler <shahafs at mellanox.com>;
> Yongseok Koh <yskoh at mellanox.com>; John McNamara
> <john.mcnamara at intel.com>; Marko Kovacevic
> <marko.kovacevic at intel.com>
> Cc: dev at dpdk.org
> Subject: [Suspected-Phishing][PATCH v3] net/mlx5: support matching on
> ICMP/ICMP6
>
> On DV/DR flow engine, MLX5 can match on ICMP/ICMP6's code and type
> field
> via FLEX Parser, which can be enabled by config FW using FLEX Parser
> profile 2:
>
> mlxconfig -d <mst device> -y set FLEX_PARSER_PROFILE_ENABLE=2
>
> The testpmd commands could be:
>
> testpmd> flow create 0 ingress pattern eth / ipv4 /
> icmp type is 8 code is 0 / end
> actions rss queues 0 1 end / end
>
> testpmd> flow create 0 ingress pattern eth / ipv6 /
> icmp6 type is 128 code is 0 / end
> actions rss queues 0 1 end / end
>
> Signed-off-by: Xiaoyu Min <jackmin at mellanox.com>
> ---
> v2:
> * updated release note
> v3:
> * added example testpmd commands in commit log
> * more strictly validation: ICMP needs IPv4; ICMP6 needs IPv6
Patch applied to next-net-mlx,
Kindest regards,
Raslan Darawsheh
More information about the dev
mailing list