DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Zhang, Qi Z" <qi.z.zhang@intel.com>
To: "Zhang, Yuying" <yuying.zhang@intel.com>, "dev@dpdk.org" <dev@dpdk.org>
Subject: RE: [PATCH v3 2/2] net/ice: support drop any and steer all to queue
Date: Wed, 9 Feb 2022 02:18:16 +0000	[thread overview]
Message-ID: <e28aa541928f429c8324ac378bd65e3c@intel.com> (raw)
In-Reply-To: <20220126155710.911525-2-yuying.zhang@intel.com>



> -----Original Message-----
> From: Zhang, Yuying <yuying.zhang@intel.com>
> Sent: Wednesday, January 26, 2022 11:57 PM
> To: dev@dpdk.org; Zhang, Qi Z <qi.z.zhang@intel.com>
> Cc: Zhang, Yuying <yuying.zhang@intel.com>
> Subject: [PATCH v3 2/2] net/ice: support drop any and steer all to queue
> 
> This patch supports drop any and steer all to queue in switch filter. Support
> new rte_flow pattern any to handle all packets.
> The usage is listed below.
> 
> 1. drop any:
> flow create 0 ingress pattern any / end actions drop / end All packets
> received in port 0 will be dropped.
> 
> 2. steer all to queue:
> flow create 0 ingress pattern any / end actions queue index 3 / end All
> packets received in port 0 will be steered to queue 3.
> 
> Signed-off-by: Yuying Zhang <yuying.zhang@intel.com>

Acked-by: Qi Zhang <qi.z.zhang@intel.com>

Applied to dpdk-next-net-intel.

Thanks
Qi


  reply	other threads:[~2022-02-09  2:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <http://patchwork.dpdk.org/project/dpdk/patch/20220118145750.718362-1-yuying.zhang@intel.com/>
2022-01-26 15:57 ` [PATCH v3 1/2] net/ice/base: add profile validation on switch filter Yuying Zhang
2022-01-26 15:57   ` [PATCH v3 2/2] net/ice: support drop any and steer all to queue Yuying Zhang
2022-02-09  2:18     ` Zhang, Qi Z [this message]
2022-02-10 16:59     ` Ferruh Yigit
2022-02-09  2:15   ` [PATCH v3 1/2] net/ice/base: add profile validation on switch filter Zhang, Qi Z

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=e28aa541928f429c8324ac378bd65e3c@intel.com \
    --to=qi.z.zhang@intel.com \
    --cc=dev@dpdk.org \
    --cc=yuying.zhang@intel.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).