> -----Original Message----- > From: dev [mailto:[email protected]] On Behalf Of Amr Mokhtar > Sent: Saturday, September 30, 2017 2:38 AM > To: [email protected] > Cc: Power, Niall <[email protected]>; Macnamara, Chris > <[email protected]>; Mokhtar, Amr <[email protected]> > 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 <[email protected]> ... 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

