From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: remaining deprecation notices Date: Wed, 25 Nov 2015 16:18:22 -0800 Message-ID: <20151125161822.42d086a8@xeon-e3> References: <4712777.6xCFL0I0eb@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Thomas Monjalon Return-path: Received: from mail-pa0-f47.google.com (mail-pa0-f47.google.com [209.85.220.47]) by dpdk.org (Postfix) with ESMTP id DF30E9A88 for ; Thu, 26 Nov 2015 01:18:15 +0100 (CET) Received: by pabfh17 with SMTP id fh17so74041673pab.0 for ; Wed, 25 Nov 2015 16:18:15 -0800 (PST) In-Reply-To: <4712777.6xCFL0I0eb@xps13> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, 25 Nov 2015 23:44:05 +0100 Thomas Monjalon wrote: > Stephen, Cristian, > There are 2 remaining deprecation notices: > > * The scheduler statistics structure will change to allow keeping track of > RED actions. > > * 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 be > either removed (for input port action handler) or made input-only. > > Shall we remove them? I will send a patch for #1.