[PATCH 02/12] net/txgbe: refactor FDIR filter to improve functionality
Jiawen Wu
jiawenwu at trustnetic.com
Thu Jun 12 03:42:34 CEST 2025
> -----Original Message-----
> From: Thomas Monjalon <thomas at monjalon.net>
> Sent: Thursday, June 12, 2025 8:30 AM
> To: Jiawen Wu <jiawenwu at trustnetic.com>
> Cc: dev at dpdk.org; zaiyuwang at trustnetic.com; Stephen Hemminger <stephen at networkplumber.org>
> Subject: Re: [PATCH 02/12] net/txgbe: refactor FDIR filter to improve functionality
>
> 06/06/2025 10:01, Jiawen Wu:
> > 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.
>
> That's a lot of various changes for a single patch.
> Please could you split it?
I'll try to do it.
Should I send v3 patches for the whole series? Or just these split patches.
More information about the dev
mailing list