Re: [PATCH v2 1/1] dma/cnxk: support dma queue priority configuration

2024-10-24 Thread Jerin Jacob
On Mon, Oct 21, 2024 at 6:29 PM Vamsi Krishna wrote: > > From: Vamsi Attunuru > > Allow configuration of DPI DMA queue priority through > mailbox request. > > Signed-off-by: Vamsi Attunuru Please update the release note for this new feature in the PMD section.

[PATCH v2 1/1] dma/cnxk: support dma queue priority configuration

2024-10-21 Thread Vamsi Krishna
From: Vamsi Attunuru Allow configuration of DPI DMA queue priority through mailbox request. Signed-off-by: Vamsi Attunuru --- V2 changes: * Rebased to tot. v1 changes: * Addressed v0 comments. drivers/common/cnxk/roc_dpi.c | 2 ++ drivers/common/cnxk/roc_dpi.h | 1 + drivers/common