Re: [RFC PATCH v1] net/i40e: put mempool cache out of API

2022-07-21 Thread Konstantin Ananyev
Refer to "i40e_tx_free_bufs_avx512", this patch puts mempool cache out of API to free buffers directly. There are two changes different with previous version: 1. change txep from "i40e_entry" to "i40e_vec_entry" 2. put cache out of "mempool_bulk" API to copy buffers into it directly Performa

RE: [RFC PATCH v1] net/i40e: put mempool cache out of API

2022-07-15 Thread Honnappa Nagarahalli
> >> > >> > >>> Refer to "i40e_tx_free_bufs_avx512", this patch puts mempool cache > >>> out of API to free buffers directly. There are two changes different > >>> with previous version: > >>> 1. change txep from "i40e_entry" to "i40e_vec_entry" > >>> 2. put cache out of "mempool_bulk" API to copy

RE: [RFC PATCH v1] net/i40e: put mempool cache out of API

2022-07-15 Thread Honnappa Nagarahalli
> >> > >> > >>> Refer to "i40e_tx_free_bufs_avx512", this patch puts mempool cache > >>> out of API to free buffers directly. There are two changes different > >>> with previous version: > >>> 1. change txep from "i40e_entry" to "i40e_vec_entry" > >>> 2. put cache out of "mempool_bulk" API to copy

Re: [RFC PATCH v1] net/i40e: put mempool cache out of API

2022-07-13 Thread Konstantin Ananyev
11/07/2022 07:19, Honnappa Nagarahalli пишет: Refer to "i40e_tx_free_bufs_avx512", this patch puts mempool cache out of API to free buffers directly. There are two changes different with previous version: 1. change txep from "i40e_entry" to "i40e_vec_entry" 2. put cache out of "mempool_bulk"

RE: [RFC PATCH v1] net/i40e: put mempool cache out of API

2022-07-10 Thread Honnappa Nagarahalli
> > > > Refer to "i40e_tx_free_bufs_avx512", this patch puts mempool cache out > > of API to free buffers directly. There are two changes different with > > previous version: > > 1. change txep from "i40e_entry" to "i40e_vec_entry" > > 2. put cache out of "mempool_bulk" API to copy buffers into

Re: [RFC PATCH v1] net/i40e: put mempool cache out of API

2022-07-03 Thread Konstantin Ananyev
Refer to "i40e_tx_free_bufs_avx512", this patch puts mempool cache out of API to free buffers directly. There are two changes different with previous version: 1. change txep from "i40e_entry" to "i40e_vec_entry" 2. put cache out of "mempool_bulk" API to copy buffers into it directly Performanc

RE: [RFC PATCH v1] net/i40e: put mempool cache out of API

2022-06-22 Thread Honnappa Nagarahalli
> Subject: RE: [RFC PATCH v1] net/i40e: put mempool cache out of API > > > From: Feifei Wang [mailto:feifei.wa...@arm.com] > > Sent: Monday, 13 June 2022 07.52 > > > > Refer to "i40e_tx_free_bufs_avx512", this patch puts mempool cache out > >

RE: [RFC PATCH v1] net/i40e: put mempool cache out of API

2022-06-13 Thread Morten Brørup
> From: Feifei Wang [mailto:feifei.wa...@arm.com] > Sent: Monday, 13 June 2022 07.52 > > Refer to "i40e_tx_free_bufs_avx512", this patch puts mempool cache > out of API to free buffers directly. There are two changes different > with previous version: > 1. change txep from "i40e_entry" to "i40e_ve