DPDK patches and discussions
 help / color / mirror / Atom feed
From: Zhirun Yan <zhirun.yan@intel.com>
To: dev@dpdk.org, qi.z.zhang@intel.com, qiming.yang@intel.com
Cc: xiao.w.wang@intel.com, Zhirun Yan <zhirun.yan@intel.com>
Subject: [PATCH v1 0/3] fix tunnel support for VXLAN in FDIR
Date: Wed, 22 Jun 2022 11:00:29 +0800	[thread overview]
Message-ID: <20220622030032.474770-1-zhirun.yan@intel.com> (raw)

Extend to cover a group of inner UDP/TCP/SCTP when a VXLAN rule only
with inner IP layer.

Add outer mac as extracted key input to enable tunnel rule only with
outer src mac changed.

Fix flow management in FDIR to cover VXLAN inner/outer field.


Xiao Wang (1):
  net/ice: fix flow management in FDIR

Zhirun Yan (2):
  net/ice/base: extend VXLAN type with inner pattern for FDIR
  net/ice: fix outer src mac as FDIR input field

 drivers/net/ice/base/ice_fdir.c   |   4 +-
 drivers/net/ice/ice_ethdev.h      |  11 +++
 drivers/net/ice/ice_fdir_filter.c | 131 ++++++++++++++++++++----------
 3 files changed, 99 insertions(+), 47 deletions(-)

-- 
2.25.1


             reply	other threads:[~2022-06-22  3:03 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-22  3:00 Zhirun Yan [this message]
2022-06-22  3:00 ` [PATCH v1 1/3] net/ice/base: extend VXLAN type with inner pattern for FDIR Zhirun Yan
2023-04-26  8:17   ` Zhang, Qi Z
2022-06-22  3:00 ` [PATCH v1 2/3] net/ice: fix outer src mac as FDIR input field Zhirun Yan
2023-04-26  8:15   ` Zhang, Qi Z
2022-06-22  3:00 ` [PATCH v1 3/3] net/ice: fix flow management in FDIR Zhirun Yan
2023-04-26  8:13   ` 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=20220622030032.474770-1-zhirun.yan@intel.com \
    --to=zhirun.yan@intel.com \
    --cc=dev@dpdk.org \
    --cc=qi.z.zhang@intel.com \
    --cc=qiming.yang@intel.com \
    --cc=xiao.w.wang@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).