From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id F034C2BE5 for ; Sun, 14 Jan 2018 23:51:18 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 9A37720D5D; Sun, 14 Jan 2018 17:51:18 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Sun, 14 Jan 2018 17:51:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=VbMCi0+VZRlhn9vyUFp4jrsAwO 6DhuZng5soMTmL0Pk=; b=iaEiyBlJmRSkyQ6kvD9aCjV1DgEV7dcTOO++Mbw3Nw glTx6OKNT3UhVQi5naGsGjrLSHfOUXAbMCpO8g/bGpwHw9BCj0tyt4RY1Un56h7x GSpZR9xldrla4/5+jxasISsFfFhOqRGbXj+s4NWS/s3QTH0oeIELKQTaRQ3WzbbR w= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=VbMCi0 +VZRlhn9vyUFp4jrsAwO6DhuZng5soMTmL0Pk=; b=iE+RrjPCd5x+UBw6t1PgWc RVuXpbXe6dPvFEvx7XMaWd1GA7mKko+HuNS8AjBC/PhDflblgSx0OHpBJDa07tOQ wK9qP5+YzlJD5P+zB51Tl72pjoBmXcorYYy3ANsvBBKay8myKnyOr9s+hnyVMB8n NBEBpfJbiAUJ2HLvIQqcEFJ4oI+oi5qB8GpXpmf319+hsjcUbkt3C++UyeQ+vd9y 5DyAFxiNdd85R/D4cVkC1Xxww1+LeONGPCuRrVm39IX8PBf1Oi8O3nQHOremwXPs erJnHHzcvIu2zdmE6WqnLJ+OHEiiLvRKU8Ts+3aPZZidPgVM0T07Kn5BZdkRMsgg == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 4B8197E3D7; Sun, 14 Jan 2018 17:51:18 -0500 (EST) From: Thomas Monjalon To: Shreyansh Jain Cc: dev@dpdk.org, hemant.agrawal@nxp.com, fiona.trahe@intel.com, rosen.xu@intel.com Date: Sun, 14 Jan 2018 23:50:47 +0100 Message-ID: <2197681.UY8ouqaNT9@xps> In-Reply-To: <20180102125749.2379-3-shreyansh.jain@nxp.com> References: <20180102125749.2379-1-shreyansh.jain@nxp.com> <20180102125749.2379-3-shreyansh.jain@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v1 2/5] config: enable compilation of rawdev 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: Sun, 14 Jan 2018 22:51:19 -0000 02/01/2018 13:57, Shreyansh Jain: > Add config option CONFIG_RTE_LIBRTE_RAWDEV for toggling rawdev > library support. This patch also enables compilation of the library. > > Signed-off-by: Shreyansh Jain > --- > config/common_base | 7 +++++++ > lib/Makefile | 3 +++ > mk/rte.app.mk | 1 + > 3 files changed, 11 insertions(+) Please merge this patch with the first one (skeleton).