DPDK patches and discussions
 help / color / mirror / Atom feed
From: Steve Yang <stevex.yang@intel.com>
To: dev@dpdk.org
Cc: qiming.yang@intel.com, qi.z.zhang@intel.com,
	Steve Yang <stevex.yang@intel.com>
Subject: [dpdk-dev] [PATCH v1 0/2] support L4 for QinQ switch filter
Date: Fri, 10 Sep 2021 08:54:56 +0000	[thread overview]
Message-ID: <20210910085458.61835-1-stevex.yang@intel.com> (raw)

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


             reply	other threads:[~2021-09-10  8:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-10  8:54 Steve Yang [this message]
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 ` [dpdk-dev] [PATCH v1 0/2] " 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=20210910085458.61835-1-stevex.yang@intel.com \
    --to=stevex.yang@intel.com \
    --cc=dev@dpdk.org \
    --cc=qi.z.zhang@intel.com \
    --cc=qiming.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 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).