]> git.droids-corp.org - dpdk.git/commit
dma/cnxk: create and initialize device on PCI probing
authorRadha Mohan Chintakuntla <radhac@marvell.com>
Wed, 3 Nov 2021 18:01:47 +0000 (11:01 -0700)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 7 Nov 2021 23:08:45 +0000 (00:08 +0100)
commit53f6d7328bf4e0ddb376f7faa12c9c1e0044f039
treec52c70149cc7d9348a8c79a6b8d2c2732a430ad4
parentb6e395692b6d4f7beef309c9b05082f1fc0b75c9
dma/cnxk: create and initialize device on PCI probing

This patch creates and initializes a dmadev device on pci probe.

Signed-off-by: Radha Mohan Chintakuntla <radhac@marvell.com>
MAINTAINERS
doc/guides/dmadevs/cnxk.rst [new file with mode: 0644]
doc/guides/dmadevs/index.rst
doc/guides/platform/cnxk.rst
doc/guides/rel_notes/release_21_11.rst
drivers/dma/cnxk/cnxk_dmadev.c [new file with mode: 0644]
drivers/dma/cnxk/cnxk_dmadev.h [new file with mode: 0644]
drivers/dma/cnxk/meson.build [new file with mode: 0644]
drivers/dma/cnxk/version.map [new file with mode: 0644]
drivers/dma/meson.build