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

Ferruh Yigit ferruh.yigit at intel.com
Mon Nov 2 12:16:00 CET 2020


On 11/2/2020 9:25 AM, Ferruh Yigit wrote:
> 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?
 >

Ahh, it seems that is OK, all basebased drivers altogether maintained by Nicolas 
:), so they are not added individually

      Baseband API - EXPERIMENTAL
      M: Nicolas Chautru <nicolas.chautru at intel.com>
      T: git://dpdk.org/next/dpdk-next-crypto
      F: lib/librte_bbdev/
      F: doc/guides/prog_guide/bbdev.rst
*    F: drivers/baseband/


More information about the dev mailing list