From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH] rte_sched: drop deprecation notice for RED statistics Date: Mon, 30 Nov 2015 09:47:16 -0800 Message-ID: <20151130094716.77f8e11e@xeon-e3> References: <1448822809-8350-1-git-send-email-stephen@networkplumber.org> <1448822809-8350-2-git-send-email-stephen@networkplumber.org> <2413424.DYYQggLa8Y@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-f41.google.com (mail-pa0-f41.google.com [209.85.220.41]) by dpdk.org (Postfix) with ESMTP id 97F3A688E for ; Mon, 30 Nov 2015 18:47:07 +0100 (CET) Received: by pacdm15 with SMTP id dm15so191383086pac.3 for ; Mon, 30 Nov 2015 09:47:07 -0800 (PST) In-Reply-To: <2413424.DYYQggLa8Y@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" The RED statistics are now added. Signed-off-by: Stephen Hemminger --- doc/guides/rel_notes/deprecation.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 1c7ab01..deed679 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -12,9 +12,6 @@ Deprecation Notices ibadcrc, ibadlen, imcasts, fdirmatch, fdirmiss, tx_pause_xon, rx_pause_xon, tx_pause_xoff, rx_pause_xoff -* 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 -- 2.1.4