baseband/acc100: introduce PMD for ACC100
authorNicolas Chautru <nicolas.chautru@intel.com>
Mon, 5 Oct 2020 22:12:40 +0000 (15:12 -0700)
committerAkhil Goyal <akhil.goyal@nxp.com>
Wed, 14 Oct 2020 19:06:56 +0000 (21:06 +0200)
commitdb7949bde4c7299f4063fb983ffe7f13af9207ca
tree664d8587f46d15b0b58c998f45503a832e1888bd
parentff56727b4fae5841ec0c214223e71e78511b5687
baseband/acc100: introduce PMD for ACC100

Add stubs for the ACC100 PMD

Signed-off-by: Nicolas Chautru <nicolas.chautru@intel.com>
Reviewed-by: Tom Rix <trix@redhat.com>
Acked-by: Liu Tianjiao <tianjiao.liu@intel.com>
Acked-by: Maxime Coquelin <maxime.coquelin@redhat.com>
doc/guides/bbdevs/acc100.rst [new file with mode: 0644]
doc/guides/bbdevs/features/acc100.ini [new file with mode: 0644]
doc/guides/bbdevs/index.rst
drivers/baseband/acc100/meson.build [new file with mode: 0644]
drivers/baseband/acc100/rte_acc100_pmd.c [new file with mode: 0644]
drivers/baseband/acc100/rte_acc100_pmd.h [new file with mode: 0644]
drivers/baseband/acc100/rte_pmd_bbdev_acc100_version.map [new file with mode: 0644]
drivers/baseband/meson.build