> -----Original Message-----
> From: Kamalakshitha Aligeri <[email protected]>
> Sent: Saturday, February 25, 2023 2:11 AM
> To: [email protected]; [email protected]; [email protected];
> [email protected]; [email protected];
> [email protected];
> [email protected]; Honnappa Nagarahalli
> <[email protected]>;
> Ruifeng Wang <[email protected]>; Feifei Wang <[email protected]>
> Cc: [email protected]; nd <[email protected]>; Kamalakshitha Aligeri
> <[email protected]>
> Subject: [PATCH v10 1/2] mempool cache: add zero-copy get and put functions
>
> From: = Morten Brørup <[email protected]>
>
> 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 <[email protected]>
> Signed-off-by: Kamalakshitha Aligeri <[email protected]>
> ---
> v10:
> * Added mempool test cases with zero-copy API's
Reviewed-by: Ruifeng Wang <[email protected]>