From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 06073C368 for ; Thu, 26 Nov 2015 14:09:40 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP; 26 Nov 2015 05:09:39 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,347,1444719600"; d="scan'208";a="860232133" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by fmsmga002.fm.intel.com with ESMTP; 26 Nov 2015 05:09:38 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.23]) by IRSMSX106.ger.corp.intel.com ([169.254.8.228]) with mapi id 14.03.0248.002; Thu, 26 Nov 2015 13:09:35 +0000 From: "Dumitrescu, Cristian" To: Thomas Monjalon , "stephen@networkplumber.org" Thread-Topic: remaining deprecation notices Thread-Index: AQHRJ9L8Ft/dOUXgRU6cY0XlSjK5V56uRudQ Date: Thu, 26 Nov 2015 13:09:34 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D8912647922DF0@IRSMSX108.ger.corp.intel.com> References: <4712777.6xCFL0I0eb@xps13> In-Reply-To: <4712777.6xCFL0I0eb@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] remaining deprecation notices X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Nov 2015 13:09:41 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Thursday, November 26, 2015 12:44 AM > To: stephen@networkplumber.org; Dumitrescu, Cristian > > Cc: dev@dpdk.org > Subject: remaining deprecation notices >=20 > Stephen, Cristian, > There are 2 remaining deprecation notices: >=20 > * The scheduler statistics structure will change to allow keeping track o= f > RED actions. >=20 > * librte_pipeline: The prototype for the pipeline input port, output port > and table action handlers will be updated: > the pipeline parameter will be added, the packets mask parameter will b= e > either removed (for input port action handler) or made input-only. >=20 Due to the delay in applying the packet framework patches to dpdk.org mainl= ine, we decided to postpone the implementation for this deprecation notice = for release 2.3 in order to avoid an unpredictable negative effect on perfo= rmance. We plan to do this work for 2.3 while keeping a close eye on perfor= mance impact, so let's keep this deprecation notice for now, thanks! > Shall we remove them?