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

2023-02-07 Thread Zhang, Qi Z
> -Original Message- > From: Wenzhuo Lu > Sent: Wednesday, February 8, 2023 10:59 AM > To: dev@dpdk.org > Cc: Lu, Wenzhuo > Subject: [PATCH v2] net/ice: remove avx512 specific Rx queue rearm code > > 'ice_rxq_rearm' in avx512 path is optimized to im

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

2023-02-07 Thread Wenzhuo Lu
'ice_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