From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] rawdev: add to meson build Date: Tue, 10 Apr 2018 15:13:12 +0100 Message-ID: <20180410141312.GA164688@bricha3-MOBL.ger.corp.intel.com> References: <20180404101213.142824-1-bruce.richardson@intel.com> <660a184b-d6ae-cdc5-d9b1-61c94a5ebf82@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: hemant.agrawal@nxp.com, dev@dpdk.org To: Shreyansh Jain Return-path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 731F81B899 for ; Tue, 10 Apr 2018 16:13:19 +0200 (CEST) Content-Disposition: inline In-Reply-To: <660a184b-d6ae-cdc5-d9b1-61c94a5ebf82@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, Apr 09, 2018 at 08:07:41PM +0530, Shreyansh Jain wrote: > On Wednesday 04 April 2018 03:42 PM, Bruce Richardson wrote: > > Add librte_rawdev to the meson build of DPDK. > > > > Signed-off-by: Bruce Richardson > > --- > > config/rte_config.h | 3 +++ > > lib/librte_rawdev/meson.build | 6 ++++++ > > lib/meson.build | 2 +- > > 3 files changed, 10 insertions(+), 1 deletion(-) > > create mode 100644 lib/librte_rawdev/meson.build > > > > Tested-by: Shreyansh Jain > Applied to dpdk-next-build /Bruce