[dpdk-dev] [PATCH v1 1/6] bbdev: librte_bbdev library

De Lara Guarch, Pablo pablo.de.lara.guarch at intel.com
Mon Oct 16 12:03:43 CEST 2017



> -----Original Message-----
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Amr Mokhtar
> Sent: Saturday, September 30, 2017 2:38 AM
> To: dev at dpdk.org
> Cc: Power, Niall <niall.power at intel.com>; Macnamara, Chris
> <chris.macnamara at intel.com>; Mokhtar, Amr <amr.mokhtar at intel.com>
> Subject: [dpdk-dev] [PATCH v1 1/6] bbdev: librte_bbdev library
> 

You are adding a new library here, so I think it deserves a description here
(also for the other patches).

This is also a good patch to mention the new library in release notes
(instead of leaving it to the documentation patch).


> Signed-off-by: Amr Mokhtar <amr.mokhtar at intel.com>

...

b/lib/librte_bbdev/Makefile
> new file mode 100644
> index 0000000..519d49f
> --- /dev/null
> +++ b/lib/librte_bbdev/Makefile

...

> +
> +# versioning export map
> +EXPORT_MAP := rte_bbdev_version.map
> +
> +# library dependencies
> +DEPDIRS-y += lib/librte_eal lib/librte_mempool lib/librte_kvargs

Since this patch, DEPDIRS in libraries and drivers are deprecated:
http://dpdk.org/dev/patchwork/patch/22298/


> +
> +include $(RTE_SDK)/mk/rte.lib.mk



More information about the dev mailing list