> -----Original Message-----
> From: Kamalakshitha Aligeri <kamalakshitha.alig...@arm.com>
> Sent: Saturday, February 25, 2023 2:11 AM
> To: yuying.zh...@intel.com; beilei.x...@intel.com; olivier.m...@6wind.com;
> andrew.rybche...@oktetlabs.ru; bruce.richard...@intel.com;
> m...@smartsharesystems.com;
> konstantin.anan...@huawei.com; Honnappa Nagarahalli
> <honnappa.nagaraha...@arm.com>;
> Ruifeng Wang <ruifeng.w...@arm.com>; Feifei Wang <feifei.wa...@arm.com>
> Cc: dev@dpdk.org; nd <n...@arm.com>; Kamalakshitha Aligeri
> <kamalakshitha.alig...@arm.com>
> Subject: [PATCH v10 1/2] mempool cache: add zero-copy get and put functions
>
> From: = Morten Brørup <m...@smartsharesystems.com>
>
> 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 <m...@smartsharesystems.com>
> Signed-off-by: Kamalakshitha Aligeri <kamalakshitha.alig...@arm.com>
> ---
> v10:
> * Added mempool test cases with zero-copy API's
Reviewed-by: Ruifeng Wang <ruifeng.w...@arm.com>