From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id E761E1B5F5 for ; Mon, 16 Oct 2017 12:04:03 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Oct 2017 03:03:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,386,1503385200"; d="scan'208";a="163107561" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by fmsmga005.fm.intel.com with ESMTP; 16 Oct 2017 03:03:45 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by IRSMSX154.ger.corp.intel.com ([169.254.12.83]) with mapi id 14.03.0319.002; Mon, 16 Oct 2017 11:03:44 +0100 From: "De Lara Guarch, Pablo" To: "Mokhtar, Amr" , "dev@dpdk.org" CC: "Power, Niall" , "Macnamara, Chris" , "Mokhtar, Amr" Thread-Topic: [dpdk-dev] [PATCH v1 1/6] bbdev: librte_bbdev library Thread-Index: AQHTOYzPEzYV7lqftUKB7OHfjfbYUaLmUrgw Date: Mon, 16 Oct 2017 10:03:43 +0000 Message-ID: References: <1506735475-77078-1-git-send-email-amr.mokhtar@intel.com> In-Reply-To: <1506735475-77078-1-git-send-email-amr.mokhtar@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZjI1N2QwY2YtMzc4NC00YWYyLWIwZTEtYmZlZjExY2Y2YjNlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6InV3Y0VaMDcxTHB3YnZjRmtuNlNhbkk5OFo3YnZNcmFKVFN1YVBFUVpIXC9rPSJ9 x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v1 1/6] bbdev: librte_bbdev library X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Oct 2017 10:04:04 -0000 > -----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 her= e (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 ... b/lib/librte_bbdev/Makefile > new file mode 100644 > index 0000000..519d49f > --- /dev/null > +++ b/lib/librte_bbdev/Makefile ... > + > +# versioning export map > +EXPORT_MAP :=3D rte_bbdev_version.map > + > +# library dependencies > +DEPDIRS-y +=3D 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