From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Apr 2018 07:13:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,432,1517904000"; d="scan'208";a="46680862" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.51]) by orsmga001.jf.intel.com with SMTP; 10 Apr 2018 07:13:13 -0700 Received: by (sSMTP sendmail emulation); Tue, 10 Apr 2018 15:13:13 +0100 Date: Tue, 10 Apr 2018 15:13:12 +0100 From: Bruce Richardson To: Shreyansh Jain Cc: hemant.agrawal@nxp.com, dev@dpdk.org 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 Content-Disposition: inline In-Reply-To: <660a184b-d6ae-cdc5-d9b1-61c94a5ebf82@nxp.com> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH] rawdev: add to meson build 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: Tue, 10 Apr 2018 14:13:19 -0000 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