Re: [PATCH v2] dma/cnxk: add higher chunk size support

2024-05-28 Thread Jerin Jacob
On Mon, May 27, 2024 at 6:13 PM wrote: > > From: Pavan Nikhilesh > > Add support to configure higher chunk size by using the new > OPEN_V2 mailbox, this improves performance as the number of > mempool allocs are reduced. > Add timeout when polling for queue idle timeout. > > Signed-off-by: Pavan

[PATCH v2] dma/cnxk: add higher chunk size support

2024-05-27 Thread pbhagavatula
From: Pavan Nikhilesh Add support to configure higher chunk size by using the new OPEN_V2 mailbox, this improves performance as the number of mempool allocs are reduced. Add timeout when polling for queue idle timeout. Signed-off-by: Pavan Nikhilesh Signed-off-by: Amit Prakash Shukla --- v2 Ch