]> git.droids-corp.org - dpdk.git/commit
dma/skeleton: support multiple instances
authorSivaprasad Tummala <sivaprasad.tummala@amd.com>
Wed, 8 Jun 2022 08:50:07 +0000 (16:50 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 15 Jun 2022 14:17:52 +0000 (16:17 +0200)
commit674c4f2d6cb13cdee6be5172fdf21ee1887e5334
treef585f70fc1e0d44f67dd14b66094bf2cfb2f954e
parent1c549cdd361f9e027b555ee603c3447aa949dcaf
dma/skeleton: support multiple instances

DPDK app can support multiple hardware DMA instances.
With DMA skeleton, only a single instance can be configured.

This patch supports multiple driver instances per device.

Signed-off-by: Sivaprasad Tummala <sivaprasad.tummala@amd.com>
Tested-by: Vipin Varghese <vipin.varghese@amd.com>
Reviewed-by: Chengwen Feng <fengchengwen@huawei.com>
Tested-by: Chengwen Feng <fengchengwen@huawei.com>
drivers/dma/skeleton/skeleton_dmadev.c