From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <reshma.pattan@intel.com>
Received: from mga02.intel.com (mga02.intel.com [134.134.136.20])
 by dpdk.org (Postfix) with ESMTP id 385C52931
 for <dev@dpdk.org>; Fri, 30 Sep 2016 17:00:36 +0200 (CEST)
Received: from fmsmga002.fm.intel.com ([10.253.24.26])
 by orsmga101.jf.intel.com with ESMTP; 30 Sep 2016 08:00:34 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.31,273,1473145200"; d="scan'208";a="1064492915"
Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66])
 by fmsmga002.fm.intel.com with ESMTP; 30 Sep 2016 08:00:32 -0700
Received: from irsmsx109.ger.corp.intel.com ([169.254.13.6]) by
 IRSMSX152.ger.corp.intel.com ([169.254.6.13]) with mapi id 14.03.0248.002;
 Fri, 30 Sep 2016 16:00:31 +0100
From: "Pattan, Reshma" <reshma.pattan@intel.com>
To: "Kerlin, MarcinX" <marcinx.kerlin@intel.com>, "dev@dpdk.org" <dev@dpdk.org>
CC: "De Lara Guarch, Pablo" <pablo.de.lara.guarch@intel.com>,
 "thomas.monjalon@6wind.com" <thomas.monjalon@6wind.com>, "Kerlin, MarcinX"
 <marcinx.kerlin@intel.com>
Thread-Topic: [dpdk-dev] [PATCH v5 1/2] librte_ether: add protection against
 overwrite device data
Thread-Index: AQHSGyRbr7yE9GSGT0qiHLlfyAYc/6CSH9UA
Date: Fri, 30 Sep 2016 15:00:30 +0000
Message-ID: <3AEA2BF9852C6F48A459DA490692831F010AA0DF@IRSMSX109.ger.corp.intel.com>
References: <1474974783-4861-2-git-send-email-marcinx.kerlin@intel.com>
 <1475244055-6309-1-git-send-email-marcinx.kerlin@intel.com>
 <1475244055-6309-2-git-send-email-marcinx.kerlin@intel.com>
In-Reply-To: <1475244055-6309-2-git-send-email-marcinx.kerlin@intel.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMWFkYTQ0YjEtOTZkYi00NWM1LTk2ZjYtODc0OWNjNGFlNDJhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjJSYzdpSm9QQ2NJRk55ak1hcUsybEVrR2VpT2oweDNUVGdsdkFtMzNKTVU9In0=
x-ctpclassification: CTP_IC
x-originating-ip: [163.33.239.181]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: Re: [dpdk-dev] [PATCH v5 1/2] librte_ether: add protection
	against	overwrite device data
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://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: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 30 Sep 2016 15:00:36 -0000


> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Marcin Kerlin
> Sent: Friday, September 30, 2016 3:01 PM
> To: dev@dpdk.org
> Cc: De Lara Guarch, Pablo <pablo.de.lara.guarch@intel.com>;
> thomas.monjalon@6wind.com; Kerlin, MarcinX <marcinx.kerlin@intel.com>
> Subject: [dpdk-dev] [PATCH v5 1/2] librte_ether: add protection against
> overwrite device data
>=20
> Added protection against overwrite device data in array rte_eth_dev_data[=
] for
> the next secondary applications. Secondary process appends in the first f=
ree
> place rather than at the beginning. This behavior prevents overwriting de=
vices
> data of primary process by secondary process.
>=20
> Signed-off-by: Marcin Kerlin <marcinx.kerlin@intel.com>

Acked-by: Reshma Pattan <reshma.pattan@intel.com>