From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: remaining deprecation notices Date: Wed, 25 Nov 2015 23:44:05 +0100 Message-ID: <4712777.6xCFL0I0eb@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: stephen@networkplumber.org, cristian.dumitrescu@intel.com Return-path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id CA8A695DB for ; Wed, 25 Nov 2015 23:45:24 +0100 (CET) Received: by wmec201 with SMTP id c201so562042wme.1 for ; Wed, 25 Nov 2015 14:45:24 -0800 (PST) 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" 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?