2dff0bcd | 11-Oct-2024 |
Vamsi Attunuru <vattunuru@marvell.com> |
dmadev: add strict priority configuration
Some DMA controllers offer the ability to configure priority level for the DMA channels, allowing for the prioritization of DMA command execution based on c
dmadev: add strict priority configuration
Some DMA controllers offer the ability to configure priority level for the DMA channels, allowing for the prioritization of DMA command execution based on channel importance.
This patch supports such strict priority configuration. If the dmadev supports, it should advertise the capability flag RTE_DMA_CAPA_PRI_POLICY_SP, then application could enable strict priority configuration.
Signed-off-by: Vamsi Attunuru <vattunuru@marvell.com> Signed-off-by: Amit Prakash Shukla <amitprakashs@marvell.com> Acked-by: Anoob Joseph <anoobj@marvell.com> Acked-by: Chengwen Feng <fengchengwen@huawei.com>
show more ...
|
2980a27e | 12-Oct-2024 |
Chengwen Feng <fengchengwen@huawei.com> |
dmadev: clean parameter verification
Make sure to verify the 'dev_id' parameter before using them. Note: there is no actual problem with the current code, but it is recommended to clean it up.
Sign
dmadev: clean parameter verification
Make sure to verify the 'dev_id' parameter before using them. Note: there is no actual problem with the current code, but it is recommended to clean it up.
Signed-off-by: Chengwen Feng <fengchengwen@huawei.com>
show more ...
|
ec932cb9 | 28-Nov-2023 |
Chengwen Feng <fengchengwen@huawei.com> |
dmadev: add telemetry capability for m2d auto free
The m2d auto free capability was introduced in [1], but it lacks the support in telemetry.
[1] 877cb3e3742 dmadev: add buffer auto free offload
S
dmadev: add telemetry capability for m2d auto free
The m2d auto free capability was introduced in [1], but it lacks the support in telemetry.
[1] 877cb3e3742 dmadev: add buffer auto free offload
Signed-off-by: Chengwen Feng <fengchengwen@huawei.com>
show more ...
|