From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com
 [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 853221E33
 for <dev@dpdk.org>; Sun, 14 Jan 2018 23:55:35 +0100 (CET)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 2EB6A2054D;
 Sun, 14 Jan 2018 17:55:35 -0500 (EST)
Received: from frontend1 ([10.202.2.160])
 by compute1.internal (MEProxy); Sun, 14 Jan 2018 17:55:35 -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=cOJKvCYkvXQoNvCFTvIi4/m2U2
 yfo/COmxwkqt1AKnE=; b=mhQ7mC20TzWOtIjkA6gIsgGjoIWscjF5BurdrpcEd9
 mgkOQXMqTHb9Wv1wujCH2omkHUUYs7B/wT9ZjObWWV11NaxIztu85T/L31xrvD+r
 DYy2BT2aqosoPYWfjQMJTHQJL+bge9r+sgnAhWLq6lJHs4tFlfOB+s9qMw/KuKzs
 Q=
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=cOJKvC
 YkvXQoNvCFTvIi4/m2U2yfo/COmxwkqt1AKnE=; b=KtxiIs08OoC0inw45dhPtR
 zs+rDFx3UW1mMTQ5D99PvETE4d5rfmS6Yk7iG+9PVPUFBPyq93bp+HvrIyxGKv+5
 H/OIDPNOaKWenQy/6NRdl2JLMmgcIhm0u+MFE5NG7XA6mfjUOCKnWZy0KnRix+B+
 tv4m05FJPLU9ulHB4cJh+8cveoz4OUtbEUtBbLEgjkn5at0tKZ4xKxnNQmqdMnAy
 eCjF9JxMWT4OW4JKc1Er5Sd4AcnHKC3Fm/KT3B/fiMq8D5sUDS5o5VEtzd+YfNyp
 2uSr1xlIxdtP8tvkTHaHGtTn0ze0SB+qzXUUBzGcNoraXz07iYac9qA7YC5xMolQ
 ==
X-ME-Sender: <xms:599bWueedoywGtlvRwf2xawm1tTMSYcQhDqb33uzAuPceZmwFcGLgg>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id CE3567E1A2;
 Sun, 14 Jan 2018 17:55:34 -0500 (EST)
From: Thomas Monjalon <thomas@monjalon.net>
To: Shreyansh Jain <shreyansh.jain@nxp.com>
Cc: dev@dpdk.org, hemant.agrawal@nxp.com, fiona.trahe@intel.com,
 rosen.xu@intel.com
Date: Sun, 14 Jan 2018 23:55:03 +0100
Message-ID: <7902652.yjSYnk5lKl@xps>
In-Reply-To: <20180102125749.2379-5-shreyansh.jain@nxp.com>
References: <20180102125749.2379-1-shreyansh.jain@nxp.com>
 <20180102125749.2379-5-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 4/5] config: enable compilation of rawdev
	skeleton driver
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Sun, 14 Jan 2018 22:55:35 -0000

02/01/2018 13:57, Shreyansh Jain:
> Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
> ---
>  config/common_base | 1 +
>  drivers/Makefile   | 2 ++
>  mk/rte.app.mk      | 4 ++++
>  3 files changed, 7 insertions(+)

Please merge it with the previous patch.