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

2024-05-27 Thread Morten Brørup
> From: Dharmik Thakkar [mailto:dharmikjayesh.thak...@arm.com] > Sent: Friday, 21 July 2023 18.29 > > From: Morten Brørup > > Zero-copy access to mempool caches is beneficial for PMD performance. > Furthermore, having a zero-copy mempool API is considered a precondition > for fixing a certain ca

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

2023-10-12 Thread Morten Brørup
> From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Monday, 31 July 2023 14.17 > > Olivier, Andrew, any comments? What is the status with this patch series? The DPDK 23.11 deadline is coming up very soon. > > > 21/07/2023 18:28, Dharmik Thakkar: > > From: Morten Brørup > > > > Zero-

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

2023-07-31 Thread Thomas Monjalon
Olivier, Andrew, any comments? 21/07/2023 18:28, Dharmik Thakkar: > From: Morten Brørup > > Zero-copy access to mempool caches is beneficial for PMD performance. > Furthermore, having a zero-copy mempool API is considered a precondition > for fixing a certain category of bugs, present in some P

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

2023-07-21 Thread Dharmik Thakkar
From: Morten Brørup Zero-copy access to mempool caches is beneficial for PMD performance. Furthermore, having a zero-copy mempool API is considered a precondition for fixing a certain category of bugs, present in some PMDs: For performance reasons, some PMDs had bypassed the mempool API in order