From: "Zhang, Qi Z" <qi.z.zhang@intel.com>
To: "Yang, SteveX" <stevex.yang@intel.com>, "dev@dpdk.org" <dev@dpdk.org>
Cc: "Yang, Qiming" <qiming.yang@intel.com>
Subject: Re: [dpdk-dev] [PATCH v1 0/2] support L4 for QinQ switch filter
Date: Thu, 16 Sep 2021 07:14:51 +0000 [thread overview]
Message-ID: <015da8a0e2b147d2929aaca8455b6fb2@intel.com> (raw)
In-Reply-To: <20210910085458.61835-1-stevex.yang@intel.com>
> -----Original Message-----
> From: Yang, SteveX <stevex.yang@intel.com>
> Sent: Friday, September 10, 2021 4:55 PM
> To: dev@dpdk.org
> Cc: Yang, Qiming <qiming.yang@intel.com>; Zhang, Qi Z
> <qi.z.zhang@intel.com>; Yang, SteveX <stevex.yang@intel.com>
> Subject: [PATCH v1 0/2] support L4 for QinQ switch filter
>
> The requirement to support filter by
> dst MAC + outer VLAN id + inner VLAN id + dst IP + dst port.
>
> Currently we only support pattern eth / vlan/ vlan/ IP, in switch filter, the
> request to add l4 support as eth / vlan / vlan / IP / udp|tcp.
>
> Steve Yang (2):
> net/ice: add L4 support for QinQ switch filter
> net/ice/base: support L4 for QinQ switch filter
>
> drivers/net/ice/base/ice_switch.c | 173 +++++++++++++++++++++++++++-
> drivers/net/ice/ice_generic_flow.c | 4 +
> drivers/net/ice/ice_switch_filter.c | 20 ++++
> 3 files changed, 192 insertions(+), 5 deletions(-)
>
> --
> 2.27.0
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
Applied to dpdk-next-net-intel.
Thanks
Qi
prev parent reply other threads:[~2021-09-16 7:14 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-10 8:54 [dpdk-dev] [PATCH v1 0/2] support L4 for QinQ switch filter Steve Yang
2021-09-10 8:54 ` [dpdk-dev] [PATCH v1 1/2] net/ice: add L4 support " Steve Yang
2021-09-10 8:54 ` [dpdk-dev] [PATCH v1 2/2] net/ice/base: support L4 " Steve Yang
2021-09-16 7:14 ` Zhang, Qi Z [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=015da8a0e2b147d2929aaca8455b6fb2@intel.com \
--to=qi.z.zhang@intel.com \
--cc=dev@dpdk.org \
--cc=qiming.yang@intel.com \
--cc=stevex.yang@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.