> -----Original Message----- > From: Thomas Monjalon <[email protected]> > Sent: Monday, November 10, 2025 5:29 PM > To: Jiawen Wu <[email protected]>; Jiawen Wu <[email protected]> > Cc: [email protected]; [email protected]; [email protected]; Stephen > Hemminger <[email protected]>; > [email protected]; [email protected]; [email protected]; Stephen Hemminger > <[email protected]> > Subject: Re: [PATCH 08/19] net/txgbe: add device arguments for FDIR > > 27/10/2025 04:15, Jiawen Wu: > > Since FDIR configuration is deprecated in generic ethdev device > > configuration and move it into the device private data, there is no way > > to configure the FDIR parameters. > > > > Two device arguments "pkt-filter-size" and "pkt-filter-drop-queue" are > > added, they just continue to use the previous naming convention. > > > > Fixes: 5007ac13189d ("ethdev: remove deprecated Flow Director > > configuration") > > Cc: [email protected] > > Signed-off-by: Jiawen Wu <[email protected]> > > --- > > drivers/net/txgbe/base/txgbe_type.h | 4 ++++ > > drivers/net/txgbe/txgbe_ethdev.c | 20 ++++++++++++++++++-- > > 2 files changed, 22 insertions(+), 2 deletions(-) > > You forgot to update the documentation. I'll add it in v2 set, thanks.
- [PATCH 01/19] net/txgbe: fix hardware statistic rx_l3_l4_x... Jiawen Wu
- [PATCH 02/19] net/ngbe: fix hardware statistic rx_l3_l4_xs... Jiawen Wu
- [PATCH 03/19] net/txgbe: reduce memory size of ring descri... Jiawen Wu
- [PATCH 04/19] net/ngbe: reduce memory size of ring descrip... Jiawen Wu
- [PATCH 05/19] net/txgbe: fix VF Rx buffer size in config r... Jiawen Wu
- [PATCH 07/19] net/txgbe: remove duplicate txq assignment Jiawen Wu
- [PATCH 06/19] net/ngbe: fix VF Rx buffer size in config re... Jiawen Wu
- [PATCH 09/19] net/txgbe: fix the maxinum number of FDIR fi... Jiawen Wu
- [PATCH 08/19] net/txgbe: add device arguments for FDIR Jiawen Wu
- Re: [PATCH 08/19] net/txgbe: add device arguments for... Thomas Monjalon
- RE: [PATCH 08/19] net/txgbe: add device arguments... Jiawen Wu
- RE: [PATCH 08/19] net/txgbe: add device argum... Jiawen Wu
- Re: [PATCH 08/19] net/txgbe: add device a... Thomas Monjalon
- [PATCH 10/19] net/txgbe: fix FDIR mode is not be cleared Jiawen Wu
- [PATCH 12/19] net/txgbe: fix to create FDIR filter for tun... Jiawen Wu
- [PATCH 11/19] net/txgbe: fix FDIR drop action for L4 match... Jiawen Wu
- [PATCH 13/19] net/txgbe: filter FDIR match flex bytes for ... Jiawen Wu
- [PATCH 14/19] net/txgbe: fix FDIR rule raw relative for L3... Jiawen Wu
- [PATCH 16/19] net/txgbe: switch to use FDIR when ntuple fi... Jiawen Wu
- [PATCH 15/19] net/txgbe: fix FDIR input mask Jiawen Wu
- [PATCH 17/19] net/txgbe: fix VF-PF message for ntuple flow... Jiawen Wu

