DPDK patches and discussions
 help / color / mirror / Atom feed
From: Raslan Darawsheh <rasland@mellanox.com>
To: Jack Min <jackmin@mellanox.com>,
	Slava Ovsiienko <viacheslavo@mellanox.com>,
	Shahaf Shuler <shahafs@mellanox.com>,
	Yongseok Koh <yskoh@mellanox.com>,
	John McNamara <john.mcnamara@intel.com>,
	Marko Kovacevic <marko.kovacevic@intel.com>
Cc: "dev@dpdk.org" <dev@dpdk.org>, Eman Hamayel <emanha@mellanox.com>
Subject: Re: [dpdk-dev] [Suspected-Phishing][PATCH v3] net/mlx5: support matching on ICMP/ICMP6
Date: Mon, 8 Jul 2019 11:42:13 +0000	[thread overview]
Message-ID: <DB3PR0502MB3964880CDD52EC033BD732D4C2F60@DB3PR0502MB3964.eurprd05.prod.outlook.com> (raw)
In-Reply-To: <db14a4e2d186822543523a3d4dcbb80de1dad7da.1562138183.git.jackmin@mellanox.com>

Hi,

> -----Original Message-----
> From: Xiaoyu Min <jackmin@mellanox.com>
> Sent: Wednesday, July 3, 2019 10:23 AM
> To: Raslan Darawsheh <rasland@mellanox.com>; Slava Ovsiienko
> <viacheslavo@mellanox.com>; Shahaf Shuler <shahafs@mellanox.com>;
> Yongseok Koh <yskoh@mellanox.com>; John McNamara
> <john.mcnamara@intel.com>; Marko Kovacevic
> <marko.kovacevic@intel.com>
> Cc: dev@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@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

      parent reply	other threads:[~2019-07-08 11:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-28  2:14 [dpdk-dev] [PATCH] " Xiaoyu Min
2019-07-02  6:26 ` [dpdk-dev] [PATCH v2] " Xiaoyu Min
2019-07-03  6:14   ` Slava Ovsiienko
2019-07-03  6:31     ` Jack Min
2019-07-03  7:22 ` [dpdk-dev] [PATCH v3] " Xiaoyu Min
2019-07-03  7:46   ` [dpdk-dev] [Suspected-Phishing][PATCH " Slava Ovsiienko
2019-07-08 11:42   ` Raslan Darawsheh [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DB3PR0502MB3964880CDD52EC033BD732D4C2F60@DB3PR0502MB3964.eurprd05.prod.outlook.com \
    --to=rasland@mellanox.com \
    --cc=dev@dpdk.org \
    --cc=emanha@mellanox.com \
    --cc=jackmin@mellanox.com \
    --cc=john.mcnamara@intel.com \
    --cc=marko.kovacevic@intel.com \
    --cc=shahafs@mellanox.com \
    --cc=viacheslavo@mellanox.com \
    --cc=yskoh@mellanox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).