RE: [PATCH v3 0/3] Direct re-arming of buffers on receive side

2023-03-22 Thread Morten Brørup
> From: Honnappa Nagarahalli [mailto:honnappa.nagaraha...@arm.com] > Sent: Wednesday, 22 March 2023 14.42 > > > From: Morten Brørup > > Sent: Wednesday, March 22, 2023 7:57 AM > > > > > From: Feifei Wang [mailto:feifei.wa...@arm.com] > > > Sent: Wednesday, 4 January 2023 08.31 > > > > > > Current

RE: [PATCH v3 0/3] Direct re-arming of buffers on receive side

2023-03-22 Thread Honnappa Nagarahalli
i > Subject: RE: [PATCH v3 0/3] Direct re-arming of buffers on receive side > > > From: Feifei Wang [mailto:feifei.wa...@arm.com] > > Sent: Wednesday, 4 January 2023 08.31 > > > > Currently, the transmit side frees the buffers into the lcore cache > > and

RE: [PATCH v3 0/3] Direct re-arming of buffers on receive side

2023-03-22 Thread Morten Brørup
> From: Feifei Wang [mailto:feifei.wa...@arm.com] > Sent: Wednesday, 4 January 2023 08.31 > > 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

回复: 回复: [PATCH v3 0/3] Direct re-arming of buffers on receive side

2023-01-31 Thread Feifei Wang
That's all right. Thanks very much for your attention~ > -邮件原件- > 发件人: Konstantin Ananyev > 发送时间: Wednesday, February 1, 2023 9:11 AM > 收件人: Feifei Wang > 抄送: dev@dpdk.org; nd > 主题: Re: 回复: [PATCH v3 0/3] Direct re-arming of buffers on receive side >

Re: 回复: [PATCH v3 0/3] Direct re-arming of buffers on receive side

2023-01-31 Thread Konstantin Ananyev
Hi Feifei, +ping konstantin, Would you please give some comments for this patch series? Thanks very much. Sure, will have a look in next few days. Apologies for the delay.

回复: [PATCH v3 0/3] Direct re-arming of buffers on receive side

2023-01-30 Thread Feifei Wang
+ping konstantin, Would you please give some comments for this patch series? Thanks very much. Best Regards Feifei

[PATCH v3 0/3] Direct re-arming of buffers on receive side

2023-01-03 Thread Feifei Wang
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 32 buffers and stores them in the receive side so