RE: [PATCH v10 1/2] mempool cache: add zero-copy get and put functions

2023-06-07 Thread Morten Brørup
> From: Morten Brørup [mailto:m...@smartsharesystems.com] > Sent: Wednesday, 7 June 2023 15.43 > > > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > Sent: Wednesday, 7 June 2023 14.32 > > > > 07/06/2023 14:04, Morten Brørup: > > > > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > > >

RE: [PATCH v10 1/2] mempool cache: add zero-copy get and put functions

2023-06-07 Thread Morten Brørup
> From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Wednesday, 7 June 2023 14.32 > > 07/06/2023 14:04, Morten Brørup: > > > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > > Sent: Wednesday, 7 June 2023 12.32 > > > > > > 24/02/2023 19:10, Kamalakshitha Aligeri: > > > > From: = Mort

Re: [PATCH v10 1/2] mempool cache: add zero-copy get and put functions

2023-06-07 Thread Thomas Monjalon
07/06/2023 14:04, Morten Brørup: > > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > Sent: Wednesday, 7 June 2023 12.32 > > > > 24/02/2023 19:10, Kamalakshitha Aligeri: > > > From: = Morten Brørup > > > > There is an equal sign inserted above. > > Could be removed while applying? Better

RE: [PATCH v10 1/2] mempool cache: add zero-copy get and put functions

2023-06-07 Thread Morten Brørup
> From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Wednesday, 7 June 2023 12.32 > > 24/02/2023 19:10, Kamalakshitha Aligeri: > > From: = Morten Brørup > > There is an equal sign inserted above. Could be removed while applying? > > > > > Zero-copy access to mempool caches is benefici

Re: [PATCH v10 1/2] mempool cache: add zero-copy get and put functions

2023-06-07 Thread Thomas Monjalon
24/02/2023 19:10, Kamalakshitha Aligeri: > From: = Morten Brørup There is an equal sign inserted above. > > Zero-copy access to mempool caches is beneficial for PMD performance, and > must be provided by the mempool library to fix [Bug 1052] without a > performance regression. > > [Bug 1052]:

RE: [PATCH v10 1/2] mempool cache: add zero-copy get and put functions

2023-04-25 Thread Morten Brørup
PING mempool maintainers - ack/review or further comments to this series? > > From: Kamalakshitha Aligeri [mailto:kamalakshitha.alig...@arm.com] > > Sent: Friday, 24 February 2023 19.11 > > > > From: = Morten Brørup > > This should be: > > From: Morten Brørup > > It could be fixed while mergi

RE: [PATCH v10 1/2] mempool cache: add zero-copy get and put functions

2023-04-06 Thread Morten Brørup
> From: Kamalakshitha Aligeri [mailto:kamalakshitha.alig...@arm.com] > Sent: Friday, 24 February 2023 19.11 > > From: = Morten Brørup This should be: From: Morten Brørup It could be fixed while merging. This is the only complaint in patchwork. > > Zero-copy access to mempool caches is benef

RE: [PATCH v10 1/2] mempool cache: add zero-copy get and put functions

2023-02-26 Thread Ruifeng Wang
> konstantin.anan...@huawei.com; Honnappa Nagarahalli > ; > Ruifeng Wang ; Feifei Wang > Cc: dev@dpdk.org; nd ; Kamalakshitha Aligeri > > Subject: [PATCH v10 1/2] mempool cache: add zero-copy get and put functions > > From: = Morten Brørup > > Zero-copy access to mempo

[PATCH v10 1/2] mempool cache: add zero-copy get and put functions

2023-02-24 Thread Kamalakshitha Aligeri
From: = Morten Brørup Zero-copy access to mempool caches is beneficial for PMD performance, and must be provided by the mempool library to fix [Bug 1052] without a performance regression. [Bug 1052]: https://bugs.dpdk.org/show_bug.cgi?id=1052 Bugzilla ID: 1052 Signed-off-by: Morten Brørup Sig