From: "Zhang, Qi Z" <qi.z.zhang@intel.com>
To: "Wu, Wenjun1" <wenjun1.wu@intel.com>, "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH v1 0/2] simplify flow rules of FDIR for IP fragment
Date: Thu, 8 Jul 2021 05:16:40 +0000 [thread overview]
Message-ID: <7787565ae22340fca32dda443a3659e3@intel.com> (raw)
In-Reply-To: <20210707061733.624486-1-wenjun1.wu@intel.com>
> -----Original Message-----
> From: Wu, Wenjun1 <wenjun1.wu@intel.com>
> Sent: Wednesday, July 7, 2021 2:18 PM
> To: dev@dpdk.org; Zhang, Qi Z <qi.z.zhang@intel.com>
> Cc: Wu, Wenjun1 <wenjun1.wu@intel.com>
> Subject: [PATCH v1 0/2] simplify flow rules of FDIR for IP fragment
>
> This patch simplify the pattern of flow rules of FDIR for IP fragment.
>
> Flow rule can be created by the following command:
> 1. flow create 0 ingress pattern eth /
> ipv4 fragment_offset spec 0x2000 fragment_offset mask 0x2000 /
> end <actions>
> 2. flow create 0 ingress pattern eth / ipv6 /
> ipv6_frag_ext fragment_offset spec 0x0001 fragment_offset mask 0x0001 /
> end <actions>
>
> Wenjun Wu (2):
> net/ice: simplify flow rules of FDIR for IP fragment
> net/iavf: simplify flow rules of FDIR for IP fragment
>
> drivers/net/iavf/iavf_fdir.c | 36 ++++++++++++---------------
> drivers/net/ice/ice_fdir_filter.c | 41 +++++++++++--------------------
> 2 files changed, 31 insertions(+), 46 deletions(-)
>
> --
> 2.25.1
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
Applied to dpdk-next-net-intel.
Thanks
Qi
prev parent reply other threads:[~2021-07-08 5:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-07 6:17 [dpdk-dev] [PATCH v1 0/2] simplify flow rules of FDIR for IP fragment Wenjun Wu
2021-07-08 5:16 ` 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=7787565ae22340fca32dda443a3659e3@intel.com \
--to=qi.z.zhang@intel.com \
--cc=dev@dpdk.org \
--cc=wenjun1.wu@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.