> -----Original Message-----
> From: Rong, Leyi <leyi.r...@intel.com>
> Sent: Thursday, November 12, 2020 1:52 PM
> To: Zhang, Qi Z <qi.z.zh...@intel.com>; Lu, Wenzhuo
> <wenzhuo...@intel.com>; Wu, Jingjing <jingjing...@intel.com>; Xing, Beilei
> <beilei.x...@intel.com>
> Cc: dev@dpdk.org; Rong, Leyi <leyi.r...@intel.com>
> Subject: [PATCH] net/iavf: fix performance drop after port reset
>
> Needs to reset rxq->rxrearm_start to 0 when reset_rx_queue(), otherwise, the
> random value of rxrearm_start will cause performance drop due to L3
> contested accesses.
>
> Fixes: 69dd4c3d0898 ("net/avf: enable queue and device")
>
> Signed-off-by: Leyi Rong <leyi.r...@intel.com>
Applied to dpdk-next-net-intel.
Thanks
Qi