From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id C39F3108D for ; Fri, 31 Mar 2017 10:57:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490950665; x=1522486665; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=CJz+P46luV2QDIWdsznaCIchcQvq08Bzuk9l5LHPzxA=; b=sRSRkvP3NYBo/nA+W3HDyEoYxfhxf+wjiKTTI6igf66avlx97OL4kJ7q Uo6Nsr+H2zqDQ1UFIhWxAOU/UN2Z+Q==; Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Mar 2017 01:57:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,251,1486454400"; d="scan'208";a="1129249321" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by fmsmga001.fm.intel.com with ESMTP; 31 Mar 2017 01:57:43 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.239]) by IRSMSX104.ger.corp.intel.com ([163.33.3.159]) with mapi id 14.03.0319.002; Fri, 31 Mar 2017 09:57:42 +0100 From: "Dumitrescu, Cristian" To: "Legacy, Allain (Wind River)" , "Richardson, Bruce" CC: "dev@dpdk.org" , "yuanhan.liu@linux.intel.com" , "thomas.monjalon@6wind.com" Thread-Topic: [PATCH v4 0/6] librte_cfgfile enhancements Thread-Index: AQHSqYcUX3KNsG5xA0S8dwKMWQ2w16Gupkzg Date: Fri, 31 Mar 2017 08:57:42 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D8912652783CF4@IRSMSX108.ger.corp.intel.com> References: <20170328164431.12475-1-allain.legacy@windriver.com> <20170330185407.61220-1-allain.legacy@windriver.com> In-Reply-To: <20170330185407.61220-1-allain.legacy@windriver.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzQzNDFmOTEtNWYwYi00N2I1LWJhMGItN2ViY2Q3OWFjMmUyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IlYzS3c0WkE2QXIraUc0c00zVVRnSnFZbkszRUNsOVwvck1PSURzV2NVNGd3PSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4 0/6] librte_cfgfile enhancements 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: Fri, 31 Mar 2017 08:57:46 -0000 > -----Original Message----- > From: Allain Legacy [mailto:allain.legacy@windriver.com] > Sent: Thursday, March 30, 2017 7:54 PM > To: Dumitrescu, Cristian ; Richardson, Bru= ce > > Cc: dev@dpdk.org; yuanhan.liu@linux.intel.com; > thomas.monjalon@6wind.com > Subject: [PATCH v4 0/6] librte_cfgfile enhancements >=20 > This patchset includes some minor enhancements that we have developped > for > our DPDK application. We would like to contribute them upstream to help > ease adoption of the DPDK by anyone looking for this type of > functionality. The commit logs on each patch should be self-sufficient i= n > explaining the intent and purpose. >=20 Thanks, Allain! Acked-by: Cristian Dumitrescu