RE: [PATCH] net/ixgbe: fix error of drop queue index

2022-11-07 Thread Zhang, Qi Z
> -Original Message- > From: kevin-intel > Sent: Monday, November 7, 2022 4:49 PM > To: dev@dpdk.org > Cc: Zhou, YidingX ; Deng, KaiwenX > ; Yang, Qiming ; Wu, > Wenjun1 ; Andrew Rybchenko > ; Dongdong Liu > > Subject: [PATCH] net/ixgbe: fix error of

[PATCH] net/ixgbe: fix error of drop queue index

2022-11-07 Thread kevin-intel
The drop queue index was not set when adding internal Flow Director Configuration copy in ixgbe device private data. Therefore dropped packets would be received by queue 0 which is set to drop queue. This commit sets drop queue index as IXGBE_FDIR_DROP_QUEUE to fix this issue. Fixes: 5007ac13189d