From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id AEF2B2BD8 for ; Fri, 25 May 2018 17:33:40 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 May 2018 08:33:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,440,1520924400"; d="scan'208";a="231809062" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by fmsmga006.fm.intel.com with ESMTP; 25 May 2018 08:33:38 -0700 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.5]) by IRSMSX154.ger.corp.intel.com ([169.254.12.126]) with mapi id 14.03.0319.002; Fri, 25 May 2018 16:33:37 +0100 From: "Van Haaren, Harry" To: "Burakov, Anatoly" , "dev@dpdk.org" CC: Neil Horman , "Mcnamara, John" , "Kovacevic, Marko" , "thomas@monjalon.net" , "Richardson, Bruce" Thread-Topic: [PATCH] doc: deprecation notice for EAL runtime path changes Thread-Index: AQHT9C25N7KbaftLRECZdUnr39k0wKRAkpCQ Date: Fri, 25 May 2018 15:33:37 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZGJkMzQ1YTktMjc5Zi00NjAzLTk0NjUtOWUyYjcwMzBiM2U4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiJ4VHhHUk1yMVwvckp5ZTd3ckUzQkI5MU41RWpNN2g4cmNvdU9QeVFHUVFSXC9QUFwvYm84OCsyQjlaaitxYVlZUVVSIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action 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] doc: deprecation notice for EAL runtime path changes 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, 25 May 2018 15:33:41 -0000 > From: Burakov, Anatoly > Sent: Friday, May 25, 2018 2:39 PM > To: dev@dpdk.org > Cc: Neil Horman ; Mcnamara, John > ; Kovacevic, Marko ; > thomas@monjalon.net; Richardson, Bruce ; Van > Haaren, Harry > Subject: [PATCH] doc: deprecation notice for EAL runtime path changes >=20 > Most of this work was already done, but runtime config path is > considered to be part of public API because of high likelihood of > it being used by various tools in the DPDK ecosystem, and thus > requires a deprecation notice. >=20 > Signed-off-by: Anatoly Burakov Acked-by: Harry van Haaren