From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Mokhtar, Amr" Subject: Re: [PATCH v1 1/6] bbdev: librte_bbdev library Date: Wed, 18 Oct 2017 02:25:05 +0000 Message-ID: <3D3765A8CDB52A4C8B410430AA19CB236EC43A6A@IRSMSX101.ger.corp.intel.com> References: <1506735475-77078-1-git-send-email-amr.mokhtar@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "Power, Niall" , "Macnamara, Chris" To: "De Lara Guarch, Pablo" , "dev@dpdk.org" Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id D2D201B253 for ; Wed, 18 Oct 2017 04:25:08 +0200 (CEST) In-Reply-To: Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Monday 16 October 2017 11:04 > To: Mokhtar, Amr ; dev@dpdk.org > Cc: Power, Niall ; Macnamara, Chris > ; Mokhtar, Amr > Subject: RE: [dpdk-dev] [PATCH v1 1/6] bbdev: librte_bbdev library >=20 >=20 >=20 > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Amr Mokhtar > > Sent: Saturday, September 30, 2017 2:38 AM > > To: dev@dpdk.org > > Cc: Power, Niall ; Macnamara, Chris > > ; Mokhtar, Amr > > Subject: [dpdk-dev] [PATCH v1 1/6] bbdev: librte_bbdev library > > >=20 > You are adding a new library here, so I think it deserves a description h= ere (also > for the other patches). Wrong command caused the cover letter to go separately. You may find it @ h= ttp://dpdk.org/ml/archives/dev/2017-September/077027.html Recovered in v2 patch. >=20 > This is also a good patch to mention the new library in release notes (in= stead of > leaving it to the documentation patch). This was considered in v2 patch. Thanks. >=20 >=20 > > Signed-off-by: Amr Mokhtar >=20 > ... >=20 > b/lib/librte_bbdev/Makefile > > new file mode 100644 > > index 0000000..519d49f > > --- /dev/null > > +++ b/lib/librte_bbdev/Makefile >=20 > ... >=20 > > + > > +# versioning export map > > +EXPORT_MAP :=3D rte_bbdev_version.map > > + > > +# library dependencies > > +DEPDIRS-y +=3D lib/librte_eal lib/librte_mempool lib/librte_kvargs >=20 > Since this patch, DEPDIRS in libraries and drivers are deprecated: > http://dpdk.org/dev/patchwork/patch/22298/ Done. >=20 >=20 > > + > > +include $(RTE_SDK)/mk/rte.lib.mk