RE: [PATCH] net/iavf: remove avx512 specific Rx queue rearm code

2023-02-07 Thread Zhang, Qi Z
> -Original Message- > From: Wenzhuo Lu > Sent: Tuesday, February 7, 2023 2:39 PM > To: dev@dpdk.org > Cc: Lu, Wenzhuo > Subject: [PATCH] net/iavf: remove avx512 specific Rx queue rearm code > > 'iavf_rxq_rearm' in avx512 path is optimized to improv

[PATCH] net/iavf: remove avx512 specific Rx queue rearm code

2023-02-06 Thread Wenzhuo Lu
'iavf_rxq_rearm' in avx512 path is optimized to improve the performance. But after the commit a2833ecc5ea4 ("mempool: fix get objects from mempool with cache"), this avx512 specific optimization is not necessary. This patch remove the unnecessary PMD specific optimization to make the code easier to