RE: [PATCH v2 2/2] test/mempool: add zero-copy API's

2023-02-22 Thread Morten Brørup
> From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Wednesday, 22 February 2023 13.41 > > 22/02/2023 09:24, Morten Brørup: > > > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > > Sent: Wednesday, 22 February 2023 09.01 > > > > > > 21/02/2023 21:18, Kamalakshitha Aligeri: > > > > Hi

Re: [PATCH v2 2/2] test/mempool: add zero-copy API's

2023-02-22 Thread Thomas Monjalon
22/02/2023 09:24, Morten Brørup: > > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > Sent: Wednesday, 22 February 2023 09.01 > > > > 21/02/2023 21:18, Kamalakshitha Aligeri: > > > Hi Thomas, > > > > > > Do you want me to squash the unit tests in the mempool lib patch or do I > > have to wai

RE: [PATCH v2 2/2] test/mempool: add zero-copy API's

2023-02-22 Thread Morten Brørup
> From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Wednesday, 22 February 2023 09.01 > > 21/02/2023 21:18, Kamalakshitha Aligeri: > > Hi Thomas, > > > > Do you want me to squash the unit tests in the mempool lib patch or do I > have to wait for the reviews from mempool maintainers > > Y

Re: [PATCH v2 2/2] test/mempool: add zero-copy API's

2023-02-22 Thread Thomas Monjalon
21/02/2023 21:18, Kamalakshitha Aligeri: > Hi Thomas, > > Do you want me to squash the unit tests in the mempool lib patch or do I have > to wait for the reviews from mempool maintainers Yes I think you can do the squash if Morten agrees. > From: Thomas Monjalon > > 10/02/2023 08:33, Morten B

RE: [PATCH v2 2/2] test/mempool: add zero-copy API's

2023-02-21 Thread Kamalakshitha Aligeri
; dev@dpdk.org; nd > Subject: Re: [PATCH v2 2/2] test/mempool: add zero-copy API's > > 10/02/2023 08:33, Morten Brørup: > > > From: Kamalakshitha Aligeri [mailto:kamalakshitha.alig...@arm.com] > > > Sent: Friday, 10 February 2023 07.54 > > > > > >

Re: [PATCH v2 2/2] test/mempool: add zero-copy API's

2023-02-20 Thread Thomas Monjalon
10/02/2023 08:33, Morten Brørup: > > From: Kamalakshitha Aligeri [mailto:kamalakshitha.alig...@arm.com] > > Sent: Friday, 10 February 2023 07.54 > > > > Added mempool test cases with zero-copy get and put API's > > > > Signed-off-by: Kamalakshitha Aligeri > > Reviewed-by: Ruifeng Wang > > Revie

RE: [PATCH v2 2/2] test/mempool: add zero-copy API's

2023-02-09 Thread Morten Brørup
> From: Kamalakshitha Aligeri [mailto:kamalakshitha.alig...@arm.com] > Sent: Friday, 10 February 2023 07.54 > > Added mempool test cases with zero-copy get and put API's > > Signed-off-by: Kamalakshitha Aligeri > Reviewed-by: Ruifeng Wang > Reviewed-by: Feifei Wang I already acked v1 of this

[PATCH v2 2/2] test/mempool: add zero-copy API's

2023-02-09 Thread Kamalakshitha Aligeri
Added mempool test cases with zero-copy get and put API's Signed-off-by: Kamalakshitha Aligeri Reviewed-by: Ruifeng Wang Reviewed-by: Feifei Wang --- Link: https://patchwork.dpdk.org/project/dpdk/patch/20230209145833.129986-1...@smartsharesystems.com/ app/test/test_mempool.c | 81 +++