On Tue, Sep 02, 2025 at 10:48:58AM +0000, Ciara Loftus wrote: > Some assignments were being done twice: > 1. Marking each rxq as a vector queue > 2. Marking the device as vector allowed > > This commit makes sure that these are only performed once. > > Fixes: 052ae311091c ("net/i40e: use the common Rx path selection > infrastructure") > > Signed-off-by: Ciara Loftus <ciara.lof...@intel.com> > --- > drivers/net/intel/i40e/i40e_rxtx.c | 29 ++++------------------------- > 1 file changed, 4 insertions(+), 25 deletions(-) > Acked-by: Bruce Richardson <bruce.richard...@intel.com>
Will squash into offending commit in next-net-intel tree.