From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=SC2zDswrHSL++mY5G0nG1bjlffPDmbGm2sNpPBLjhVs=; b=SlMQ7a58XSpKaI/4MzNFfi9gunzkx0NAYYuDiUHlQFgvnPOTFYiaR3cOcpaNRzivMT H1R7NrEthQpuQKTYrbV4NxS+64nOr8mI1MeMHk5UiJtO8QCqPwoYIE1ZU5in096T8DFG eqCsBVnFvOorY2b/5+XPDk3gR0+OczC8lQzgcpWlEuqLBU38fMDQP2QdfGCjq83g32Fs wPt3ScC1ozLy906rEZ026fl2cw+Fs/bgkESRV1yAQXhh1nkgZFwGCf1iKY6zClLHfZ9+ QfEJHYfIFoDtstZxWU1FlzW5gHitupi31F+r9ynYGNRET5GrT+kLW/0bZDNUwAfN95uT wB/Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=SC2zDswrHSL++mY5G0nG1bjlffPDmbGm2sNpPBLjhVs=; b=WJPXOHkuzevol3ki8vbQ5Vd5bbZNjeymrg7B83saWE128R7Hg7gLvJHN5Ns7HjueOe 6RcgbQKPEtVZKWhlrapRQ1crjei9IJkbWhEjzVXyEViHQ8HZJdNvc9N12hc6nlphOyY6 bUc2FwbQc2/5kxj+fNUbv1BrVfmM7c+AXBBNnMclvJPr+UqIMgSZk/sMpCTPvQwBCTqH kHFTc+3Kq24ZdpBR+bjxnAS14AKnNr+6F+/gLUehjwD2oITvtfHuxFYcZ8QfI6XHSIZk ovL/nDoy8ZqNWQOol/U501aEiLmFpaKPaVqnii4U4MO/hkybTxWRmd2ZAERO/NuyMFOe +CbA== X-Gm-Message-State: ALoCoQkzuWw7oTosFdqhOivXCvgP0tX4GXH1gNST8gOe5qbAe5dvLF8DxhmCleXc9T6YW070YgDo X-Received: by 10.98.89.75 with SMTP id n72mr73214333pfb.31.1448905626981; Mon, 30 Nov 2015 09:47:06 -0800 (PST) Received: from xeon-e3 (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by smtp.gmail.com with ESMTPSA id p6sm52568267pfi.20.2015.11.30.09.47.06 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 30 Nov 2015 09:47:06 -0800 (PST) Date: Mon, 30 Nov 2015 09:47:16 -0800 From: Stephen Hemminger To: Thomas Monjalon Message-ID: <20151130094716.77f8e11e@xeon-e3> In-Reply-To: <2413424.DYYQggLa8Y@xps13> 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 Subject: [dpdk-dev] [PATCH] rte_sched: drop deprecation notice for RED statistics 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: Mon, 30 Nov 2015 17:47:08 -0000 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