RE: [PATCH v5 0/3] Recycle buffers from Tx to Rx

2023-04-25 Thread Feifei Wang
> -Original Message- > From: Ferruh Yigit > Sent: Wednesday, April 19, 2023 10:56 PM > To: Feifei Wang ; Qi Z Zhang > ; Mcnamara, John > Cc: dev@dpdk.org; konstantin.v.anan...@yandex.ru; > m...@smartsharesystems.com; nd > Subject: Re: [PATCH v5 0/3] Recyc

Re: [PATCH v5 0/3] Recycle buffers from Tx to Rx

2023-04-19 Thread Ferruh Yigit
On 3/30/2023 7:29 AM, Feifei Wang wrote: > Currently, the transmit side frees the buffers into the lcore cache and > the receive side allocates buffers from the lcore cache. The transmit > side typically frees 32 buffers resulting in 32*8=256B of stores to > lcore cache. The receive side allocates

RE: [PATCH v5 0/3] Recycle buffers from Tx to Rx

2023-04-02 Thread Feifei Wang
Thanks for the reviewing. > -Original Message- > From: Stephen Hemminger > Sent: Thursday, March 30, 2023 11:05 PM > To: Feifei Wang > Cc: dev@dpdk.org; konstantin.v.anan...@yandex.ru; > m...@smartsharesystems.com; nd > Subject: Re: [PATCH v5 0/3] Recycle buffers