From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 36E6ED4CE for ; Fri, 3 Mar 2017 12:18:30 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP; 03 Mar 2017 03:18:29 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,236,1484035200"; d="scan'208";a="71778299" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by fmsmga005.fm.intel.com with ESMTP; 03 Mar 2017 03:18:28 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.173]) by IRSMSX106.ger.corp.intel.com ([169.254.8.197]) with mapi id 14.03.0248.002; Fri, 3 Mar 2017 11:18:26 +0000 From: "Dumitrescu, Cristian" To: "Legacy, Allain (Wind River)" , "Richardson, Bruce" CC: "dev@dpdk.org" , "Jolliffe, Ian (Wind River)" Thread-Topic: [PATCH 3/5] cfgfile: add support for unamed global section Thread-Index: AQHSk4tgVL/PsqOiw0GykXDainBcKKGC8QNQgAACzuCAAAEqcIAAAO6wgAACnjA= Date: Fri, 3 Mar 2017 11:18:26 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D8912652758123@IRSMSX108.ger.corp.intel.com> References: <1488482971-170522-1-git-send-email-allain.legacy@windriver.com> <1488482971-170522-4-git-send-email-allain.legacy@windriver.com> <3EB4FA525960D640B5BDFFD6A3D8912652758055@IRSMSX108.ger.corp.intel.com> <70A7408C6E1BFB41B192A929744D85238A75B14F@ALA-MBC.corp.ad.wrs.com> <3EB4FA525960D640B5BDFFD6A3D89126527580A4@IRSMSX108.ger.corp.intel.com> <70A7408C6E1BFB41B192A929744D85238A75B198@ALA-MBC.corp.ad.wrs.com> In-Reply-To: <70A7408C6E1BFB41B192A929744D85238A75B198@ALA-MBC.corp.ad.wrs.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODI5ZWY1ZmYtMzkyZC00N2ZmLWE1ZmQtZGU1NGMwOGQ4NzlkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjIuMTEuMCIsIlRydXN0ZWRMYWJlbEhhc2giOiI3TDZmWXZDMzl1UW1QZlgrT2gxU3ZBMmx4b3daN1wvUUFLVTNkbU9BQ1VPTT0ifQ== x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 3/5] cfgfile: add support for unamed global section 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, 03 Mar 2017 11:18:30 -0000 > -----Original Message----- > From: Legacy, Allain [mailto:Allain.Legacy@windriver.com] > Sent: Friday, March 3, 2017 11:15 AM > To: Dumitrescu, Cristian ; Richardson, Bru= ce > > Cc: dev@dpdk.org; Jolliffe, Ian (Wind River) > Subject: RE: [PATCH 3/5] cfgfile: add support for unamed global section >=20 > > -----Original Message----- > > From: Dumitrescu, Cristian [mailto:cristian.dumitrescu@intel.com] > > > > I am not totally against it, but IMO this option is a bit confusing. Ag= ain, > what's > > wrong with user explicitly adding the GLOBAL section if needed? > There's nothing wrong with using a global section. It is our preference= to use > this method because we need to support a legacy file format that needs to > be parsed by other non-DPDK applications. Those applications expect this > format. OK, legacy is a good enough reason for me.