RE: [PATCH] net/i40e: avx512 fast-free path bug fix

2023-03-12 Thread Zhang, Qi Z
> -Original Message- > From: Morten Brørup > Sent: Wednesday, March 8, 2023 4:26 AM > To: Kamalakshitha Aligeri ; Zhang, Yuying > ; Xing, Beilei ; Rong, Leyi > ; ruifeng.w...@arm.com; feifei.wa...@arm.com > Cc: n...@arm.com; dev@dpdk.org > Subject: RE: [PATC

RE: [PATCH] net/i40e: avx512 fast-free path bug fix

2023-03-07 Thread Morten Brørup
> From: Kamalakshitha Aligeri [mailto:kamalakshitha.alig...@arm.com] > Sent: Tuesday, 7 March 2023 20.32 > > In i40e_tx_free_bufs_avx512 fast-free path, when cache is NULL, > non fast-free path is being executed. Fixed the bug by calling > rte_mempool_generic_put API that handles the cache==NULL c

[PATCH] net/i40e: avx512 fast-free path bug fix

2023-03-07 Thread Kamalakshitha Aligeri
In i40e_tx_free_bufs_avx512 fast-free path, when cache is NULL, non fast-free path is being executed. Fixed the bug by calling rte_mempool_generic_put API that handles the cache==NULL case. Fixes: 5171b4ee6b6b ("net/i40e: optimize Tx by using AVX512") Cc: leyi.r...@intel.com Cc: sta...@dpdk.org S