From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v1 2/5] config: enable compilation of rawdev library Date: Sun, 14 Jan 2018 23:50:47 +0100 Message-ID: <2197681.UY8ouqaNT9@xps> References: <20180102125749.2379-1-shreyansh.jain@nxp.com> <20180102125749.2379-3-shreyansh.jain@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, hemant.agrawal@nxp.com, fiona.trahe@intel.com, rosen.xu@intel.com To: Shreyansh Jain 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) In-Reply-To: <20180102125749.2379-3-shreyansh.jain@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" 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).