RE: [EXTERNAL] Re: [PATCH v4] doc: announce changes to dma device structures

2025-07-15 Thread Vamsi Krishna Attunuru
>ZjQcmQRYFpfptBannerEnd >On Wed, Jul 31, 2024 at 06:06:33PM +0200, Thomas Monjalon wrote: >> 31/07/2024 13:01, Thomas Monjalon: >> > 30/07/2024 19:27, Jerin Jacob: >> > > On Tue, Jul 30, 2024 at 8:25 PM Amit Prakash Shukla >> > > wrote: >> > > > >> > > > A new flag RTE_DMA_CAPA_QOS will be introdu

Re: [PATCH v4] doc: announce changes to dma device structures

2025-07-15 Thread Bruce Richardson
On Wed, Jul 31, 2024 at 06:06:33PM +0200, Thomas Monjalon wrote: > 31/07/2024 13:01, Thomas Monjalon: > > 30/07/2024 19:27, Jerin Jacob: > > > On Tue, Jul 30, 2024 at 8:25 PM Amit Prakash Shukla > > > wrote: > > > > > > > > A new flag RTE_DMA_CAPA_QOS will be introduced to advertise dma > > > > de

Re: [PATCH v4] doc: announce changes to dma device structures

2024-07-31 Thread Thomas Monjalon
31/07/2024 13:01, Thomas Monjalon: > 30/07/2024 19:27, Jerin Jacob: > > On Tue, Jul 30, 2024 at 8:25 PM Amit Prakash Shukla > > wrote: > > > > > > A new flag RTE_DMA_CAPA_QOS will be introduced to advertise dma > > > device's QoS capability. In order to support the parameters for this > > > flag,

Re: [PATCH v4] doc: announce changes to dma device structures

2024-07-31 Thread Thomas Monjalon
30/07/2024 19:27, Jerin Jacob: > On Tue, Jul 30, 2024 at 8:25 PM Amit Prakash Shukla > wrote: > > > > A new flag RTE_DMA_CAPA_QOS will be introduced to advertise dma > > device's QoS capability. In order to support the parameters for this > > flag, new fields will be added in rte_dma_info and rte_

Re: [PATCH v4] doc: announce changes to dma device structures

2024-07-30 Thread Jerin Jacob
On Tue, Jul 30, 2024 at 8:25 PM Amit Prakash Shukla wrote: > > A new flag RTE_DMA_CAPA_QOS will be introduced to advertise dma > device's QoS capability. In order to support the parameters for this > flag, new fields will be added in rte_dma_info and rte_dma_conf > structures to get device support

[PATCH v4] doc: announce changes to dma device structures

2024-07-30 Thread Amit Prakash Shukla
A new flag RTE_DMA_CAPA_QOS will be introduced to advertise dma device's QoS capability. In order to support the parameters for this flag, new fields will be added in rte_dma_info and rte_dma_conf structures to get device supported priority levels and to configure the required priority level. Sign