From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id D300C1B3E8 for ; Wed, 26 Sep 2018 17:58:12 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Sep 2018 08:58:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,306,1534834800"; d="scan'208";a="265921452" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by fmsmga005.fm.intel.com with ESMTP; 26 Sep 2018 08:58:02 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX153.ger.corp.intel.com (163.33.192.75) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 26 Sep 2018 16:58:01 +0100 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.213]) by irsmsx111.ger.corp.intel.com ([169.254.2.200]) with mapi id 14.03.0319.002; Wed, 26 Sep 2018 16:58:01 +0100 From: "Kovacevic, Marko" To: "Hunt, David" , "dev@dpdk.org" CC: "Mcnamara, John" , "stephen@networkplumber.org" , "Yao, Lei A" , "Burakov, Anatoly" , "Hunt, David" Thread-Topic: [dpdk-dev] [PATCH v4 11/11] examples/power: add json example files Thread-Index: AQHUVZ7q9y7QaQ6TkUCqK8Z5WpmESaUCopAg Date: Wed, 26 Sep 2018 15:58:01 +0000 Message-ID: <6DC05C7C5F25994B81B3F2F214251F660203146C@IRSMSX104.ger.corp.intel.com> References: <20180914135406.52190-1-david.hunt@intel.com> <20180926134037.43606-1-david.hunt@intel.com> <20180926134037.43606-12-david.hunt@intel.com> In-Reply-To: <20180926134037.43606-12-david.hunt@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNTFjNzgzZGMtMGFkYy00MGZjLTg2YzEtM2Q0ZDE4OTM0MGQyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiUStSQlRlbERZcWVmYzVUaENoNEE4YnB2cnVVS004WDBqeHJwblwvWiswbFY4N1RRMkhVeEUyWjJ3ZHZ6aWU2bGgifQ== x-ctpclassification: CTP_NT 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 11/11] examples/power: add json example files 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: Wed, 26 Sep 2018 15:58:13 -0000 Hi Dave, Feel like this part is not needed in the patch as you have this already in = the documentation, People can just copy and paste the examples from the docs, so we don't need= to maintain two things. Thanks, Marko K.