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

2023-07-18 Thread Morten Brørup
> From: Kamalakshitha Aligeri [mailto:kamalakshitha.alig...@arm.com] > Sent: Wednesday, 5 July 2023 20.03 > > 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 ce

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

2023-07-06 Thread Konstantin Ananyev
05/07/2023 18:18, Kamalakshitha Aligeri пишет: 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,

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

2023-07-05 Thread Kamalakshitha Aligeri
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

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

2023-07-05 Thread Kamalakshitha Aligeri
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