[dpdk-dev] [PATCH v3 2/5] dma/cnxk: create and initialize dmadev on pci probe
    Thomas Monjalon 
    thomas at monjalon.net
       
    Sun Nov  7 21:55:55 CET 2021
    
    
  
03/11/2021 19:01, Radha Mohan Chintakuntla:
> This patch creates and initializes a dmadev device on pci probe.
> 
> Signed-off-by: Radha Mohan Chintakuntla <radhac at marvell.com>
> ---
>  MAINTAINERS                    |   6 ++
>  doc/guides/dmadevs/cnxk.rst    |  58 +++++++++++++++++++
>  doc/guides/dmadevs/index.rst   |   1 +
>  doc/guides/platform/cnxk.rst   |   5 +-
>  drivers/dma/cnxk/cnxk_dmadev.c | 100 +++++++++++++++++++++++++++++++++
>  drivers/dma/cnxk/cnxk_dmadev.h |  11 ++++
>  drivers/dma/cnxk/meson.build   |   7 +++
>  drivers/dma/meson.build        |   1 +
>  8 files changed, 188 insertions(+), 1 deletion(-)
This patch does not compile because drivers/dma/cnxk/version.map is missing.
    
    
More information about the dev
mailing list