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

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

2022-07-10 Thread Feifei Wang
> -邮件原件- > 发件人: Feifei Wang > 发送时间: Wednesday, July 6, 2022 7:36 PM > 收件人: 'Konstantin Ananyev' ; 'Yuying > Zhang' ; 'Beilei Xing' ; > Ruifeng Wang > 抄送: 'dev@dpdk.org' ; nd ; Honnappa > Nagarahalli ; nd ; nd &g

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

2022-07-06 Thread Feifei Wang
> -邮件原件- > 发件人: Feifei Wang > 发送时间: Wednesday, July 6, 2022 4:53 PM > 收件人: Konstantin Ananyev ; Yuying > Zhang ; Beilei Xing ; > Ruifeng Wang > 抄送: dev@dpdk.org; nd ; Honnappa Nagarahalli > ; nd > 主题: 回复: [RFC PATCH v1] net/i40e: put mempool cache out of

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

2022-07-06 Thread Feifei Wang
> -邮件原件- > 发件人: Konstantin Ananyev > 发送时间: Sunday, July 3, 2022 8:20 PM > 收件人: Feifei Wang ; Yuying Zhang > ; Beilei Xing ; Ruifeng > Wang > 抄送: dev@dpdk.org; nd ; Honnappa Nagarahalli > > 主题: Re: [RFC PATCH v1] net/i40e: put mempool cache ou

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

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

2022-06-12 Thread Feifei Wang
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 Performance Te