[PATCH] net/txgbe: fix FDIR devarg integer width

Stephen Hemminger stephen at networkplumber.org
Wed Sep 9 22:42:05 CEST 2026


On Thu, 10 Sep 2026 01:39:46 +0800
Zhang Tengfei <zhtfdev at gmail.com> wrote:

> txgbe_handle_devarg() stores a uint16_t through extra_args, but
> pballoc and drop_queue were u8. Setting pkt-filter-size overwrote
> the adjacent drop_queue default.
> 
> Fixes: 7e18be9beef2 ("net/txgbe: add device arguments for FDIR")
> Cc: stable at dpdk.org
> 
> Signed-off-by: Zhang Tengfei <zhtfdev at gmail.com>
> ---

Applied to next-net.
Review saw another issue in devarg handling, sent followup patch for that.


More information about the stable mailing list