[dpdk-dev] [PATCH v2 02/10] dma/ioat: create dmadev instances on PCI probe

Kevin Laatz kevin.laatz at intel.com
Tue Sep 7 12:11:14 CEST 2021


On 03/09/2021 12:17, Conor Walsh wrote:
> When a suitable device is found during the PCI probe, create a dmadev
> instance for each channel. Internal structures and HW definitions required
> for device creation are also included.
>
> Signed-off-by: Conor Walsh <conor.walsh at intel.com>
> ---
>   drivers/dma/ioat/ioat_dmadev.c   | 108 ++++++++++++++++++++++++++++++-
>   drivers/dma/ioat/ioat_hw_defs.h  |  45 +++++++++++++
>   drivers/dma/ioat/ioat_internal.h |  24 +++++++
>   3 files changed, 175 insertions(+), 2 deletions(-)

Reviewed-by: Kevin Laatz <kevin.laatz at intel.com>



More information about the dev mailing list