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.