[dpdk-dev] [PATCH v12 01/10] drivers/baseband: add PMD for ACC100

Ferruh Yigit ferruh.yigit at intel.com
Mon Nov 2 10:25:11 CET 2020


On 10/5/2020 11:12 PM, Nicolas Chautru wrote:
> Add stubs for the ACC100 PMD
> 
> Signed-off-by: Nicolas Chautru <nicolas.chautru at intel.com>
> Reviewed-by: Tom Rix <trix at redhat.com>
> Acked-by: Liu Tianjiao <Tianjiao.liu at intel.com>
> ---
>   doc/guides/bbdevs/acc100.rst                       | 228 +++++++++++++++++++++
>   doc/guides/bbdevs/features/acc100.ini              |  14 ++
>   doc/guides/bbdevs/index.rst                        |   1 +
>   drivers/baseband/acc100/meson.build                |   6 +
>   drivers/baseband/acc100/rte_acc100_pmd.c           | 175 ++++++++++++++++
>   drivers/baseband/acc100/rte_acc100_pmd.h           |  37 ++++
>   .../acc100/rte_pmd_bbdev_acc100_version.map        |   3 +
>   drivers/baseband/meson.build                       |   2 +-
>   8 files changed, 465 insertions(+), 1 deletion(-)
>   create mode 100644 doc/guides/bbdevs/acc100.rst
>   create mode 100644 doc/guides/bbdevs/features/acc100.ini
>   create mode 100644 drivers/baseband/acc100/meson.build
>   create mode 100644 drivers/baseband/acc100/rte_acc100_pmd.c
>   create mode 100644 drivers/baseband/acc100/rte_acc100_pmd.h
>   create mode 100644 drivers/baseband/acc100/rte_pmd_bbdev_acc100_version.map
> 

Hi Nicolas, Akhil,

Should MAINTAINERS file also needs to updated for this new PMD?


More information about the dev mailing list