From: Stephen Hemminger <stephen@networkplumber.org>
To: Jiawen Wu <jiawenwu@trustnetic.com>
Cc: dev@dpdk.org, zaiyuwang@trustnetic.com
Subject: Re: [PATCH 02/12] net/txgbe: refactor FDIR filter to improve functionality
Date: Fri, 6 Jun 2025 09:23:15 -0700 [thread overview]
Message-ID: <20250606092307.66f3ab57@hermes.local> (raw)
In-Reply-To: <2430F12A7223B66B+20250606080117.183198-3-jiawenwu@trustnetic.com>
On Fri, 6 Jun 2025 16:01:07 +0800
Jiawen Wu <jiawenwu@trustnetic.com> wrote:
> There were some defects in the original configuration for flow director
> filter. Now make the following improvements:
>
> 1) Fix incorrect parsing to ntuple filter when set the pattern likes:
> flow create ... ipv4 / udp dst is ... / raw ... / end actions ... / end
> 2) Fix flex offset base to set item RAW relative = 1, and convert RAW
> pattern string to hex bytes to match the hardware identification.
> 3) Fix to create FDIR rules for VXLAN/GRE/NVGRE/GENEVE packets, they will
> match the rules in the inner layers.
> 4) Support IPv6 perfect mode.
> 5) Add packet type mask to match more types of packets if the pattern is
> default.
>
> Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com>
This patch fails the checks for flow rules vs doc.
$ ./devtools/check-doc-vs-code.sh
rte_flow doc out of sync for txgbe
item geneve
item gre
next prev parent reply other threads:[~2025-06-06 16:23 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20250606080117.183198-1-jiawenwu@trustnetic.com>
2025-06-06 8:01 ` [PATCH 01/12] net/txgbe: support flow filter for VF Jiawen Wu
2025-06-06 8:01 ` [PATCH 02/12] net/txgbe: refactor FDIR filter to improve functionality Jiawen Wu
2025-06-06 16:23 ` Stephen Hemminger [this message]
2025-06-06 8:01 ` [PATCH 03/12] net/txgbe: fix reserved extra FDIR headroom Jiawen Wu
2025-06-06 8:01 ` [PATCH 04/12] net/txgbe: support RSS offload for SCTP port Jiawen Wu
2025-06-06 8:01 ` [PATCH 05/12] net/ngbe: " Jiawen Wu
2025-06-06 8:01 ` [PATCH 06/12] net/txgbe: fix MAC control frame forwarding Jiawen Wu
2025-06-06 8:01 ` [PATCH 07/12] net/ngbe: " Jiawen Wu
2025-06-06 8:01 ` [PATCH 08/12] net/txgbe: fix incorrect device statistics Jiawen Wu
2025-06-06 8:01 ` [PATCH 09/12] net/ngbe: " Jiawen Wu
2025-06-06 8:01 ` [PATCH 10/12] net/txgbe: restrict VLAN strip configuration on VF Jiawen Wu
2025-06-06 8:01 ` [PATCH 11/12] net/ngbe: " Jiawen Wu
2025-06-06 8:01 ` [PATCH 12/12] net/txgbe: add missing LRO flag in mbuf when LRO enabled Jiawen Wu
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=20250606092307.66f3ab57@hermes.local \
--to=stephen@networkplumber.org \
--cc=dev@dpdk.org \
--cc=jiawenwu@trustnetic.com \
--cc=zaiyuwang@trustnetic.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).