RE: [PATCH v4] mempool cache: add zero-copy get and put functions

2022-12-27 Thread Morten Brørup
> From: Andrew Rybchenko [mailto:andrew.rybche...@oktetlabs.ru] > Sent: Tuesday, 27 December 2022 10.24 > > On 12/24/22 14:55, Morten Brørup wrote: > > Zero-copy access to mempool caches is beneficial for PMD performance, > and > > must be provided by the mempool library to fix [Bug 1052] without

Re: [PATCH v4] mempool cache: add zero-copy get and put functions

2022-12-27 Thread Andrew Rybchenko
On 12/24/22 14:55, Morten Brørup wrote: 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 v4: * Fix ch

[PATCH v4] mempool cache: add zero-copy get and put functions

2022-12-24 Thread 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 v4: * Fix checkpatch warnings. v3: * Bugfix: Respect the cache size; compare