From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com
 [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 0CFBA2F4F
 for <dev@dpdk.org>; Mon, 14 May 2018 12:46:51 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id C901E22042;
 Mon, 14 May 2018 06:46:50 -0400 (EDT)
Received: from mailfrontend1 ([10.202.2.162])
 by compute1.internal (MEProxy); Mon, 14 May 2018 06:46:50 -0400
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=SffBSwADuUkzNrROIuPhs3Mlgc
 BrC/4XVz/SCqSaE0Q=; b=XJcQlXKL9GNlNh0uj6iEUv5NuFTK5KxUztxIcrtxeQ
 vL9dNMWq59sdNKLzErW7ndnWGSUFQ6vZduD64ZJ5INUxZCeKUtmZmRuzC+X4mDbL
 ckVBhVvL66ulEPAhhdv8KARyENC14yZi4NuqTG2KxDq72MdBNDn2XIyWkSISnFj7
 c=
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=fm2; bh=SffBSw
 ADuUkzNrROIuPhs3MlgcBrC/4XVz/SCqSaE0Q=; b=QDXLK/llwUxtE47SYRxN6w
 RSqjSzDUfqnOL889mn+8idrZUFZB6YdNMmv1otyVKfJ+FTkRXW6FDeiGc+Jx0GwE
 NOyPFXukb1zfmuTcVKW05wfte7jRPwSLG0MUxgnHZSborPKb3Jh+U2I3qwwF2CMy
 J/2UollzrLrUnz8sNRtWdzmT+T60Qpe1nwTDgKOliHiApopCTsg5BaHnCHJZa0GT
 iI2XUPH/SCJv9P8SEZxw3CXW64XmaCTwI9eX0comeeP0BRRCJJ//EqoiPOuxcQid
 Xws5/zXp1yNazmzHdjpeQ8AtNRCMQkP9lZiMuIMwe82hbHzjXTD1POIOmIy9Fhlg
 ==
X-ME-Sender: <xms:Gmn5Wupk80o1EGcaP1Utijp3WFE6rRGKnDoTFzCcIzb7Gu5Jg-O3lg>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id 0D904E4443;
 Mon, 14 May 2018 06:46:49 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: Shreyansh Jain <shreyansh.jain@nxp.com>
Cc: dev@dpdk.org, ferruh.yigit@intel.com, hemant.agrawal@nxp.com
Date: Mon, 14 May 2018 12:46:48 +0200
Message-ID: <5304985.ByroCIaYW6@xps>
In-Reply-To: <20180514100500.31666-1-shreyansh.jain@nxp.com>
References: <20180514100500.31666-1-shreyansh.jain@nxp.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH] config: increase max lcore to 16 for DPAA
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: Mon, 14 May 2018 10:46:52 -0000

14/05/2018 12:05, Shreyansh Jain:
> With this change, DPAA and DPAA2 configuration compiled applications
> are interoperable without any impact on the functional behavior.
> 
> Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
> ---
> Note for beyond rc3 patch:
>  This has no functional impact on DPAA builds.

Applied, thanks