From patchwork Tue Dec 15 14:15:12 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?N=C3=A9lio_Laranjeiro?= X-Patchwork-Id: 9566 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id BA25F2EDA; Tue, 15 Dec 2015 15:15:50 +0100 (CET) Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 01C5811F5 for ; Tue, 15 Dec 2015 15:15:50 +0100 (CET) Received: by mail-wm0-f53.google.com with SMTP id p66so27549271wmp.1 for ; Tue, 15 Dec 2015 06:15:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id; bh=HtpUMK1ketPSnNvNwFDiJJ56vMrF8ba6p5U3ZFVRf6o=; b=eZbHHdcKElxU4DfsORSAxmAkBE64zOqs/WNwTrMDtM51AxjUMb/FQLmcQjUEGSZo0Q NSrR1uf4Vsaz8bXmrShmvaMwRo+bvwuaZ69t9hmbqFXg79QZ+TfJ/9qd6brKt5WC/gFg EupyI3lGeFmLe1jyDgQLXnnEf7VcgJOd440U5l+5ZexFc1WoT31Wz/NgwcqiZvFtYMXL I1bDVK2O2VSYofPfSbxwiBf1HzpegkMgF8FWpU1hoAw1KW0q6g2lhBZxVqgy45HacjD+ soqEnW3XAoJntaa1nZbJl1SqsNTmlACNo3m8WwEC4IYItGn+bOHz0C+MNPRNGDjn4nLG bDDw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=HtpUMK1ketPSnNvNwFDiJJ56vMrF8ba6p5U3ZFVRf6o=; b=IBEAVJcUO1OOjVrZObRAZuvok1jOQ+ZOrHETwH95N92m4RGcrAVwkMw8nfZOMs1+Ke dsfdI/caYNVT7D5X+hyhHbE5Tm+L+q165HMusaEvl9rNf1XkqsfhOI/ifjgIpOGilcEn NmEzS/fXlKagigDbVhSxY3WxtHVbzoX+YShsNf/5PkUkeIS1Va6WY1jOIc1JU5kpAxC5 V0B/YOyhZyWj+NpFS70RYu4ujYflMfgMXaQzn5q4hjoqs2c/Fy7SeckZdZN7bpUVE+K2 9hUWhWjdA7w/BQZ0/PccnjQasnC5cl74BnOZ8PjLBKapoBqs4AM8aPLorfIz7KrK1xQw zC0A== X-Gm-Message-State: ALoCoQl4gk1N7uuCqphqMaQHMexV0KLbumCKbS/Vyy6uPFsV9Gq456Xo/gC334moQfcvoGQtMP8GNnSd3mo4yz9hkqqZTscG6w== X-Received: by 10.28.97.10 with SMTP id v10mr5273336wmb.66.1450188949812; Tue, 15 Dec 2015 06:15:49 -0800 (PST) Received: from ping.vm.6wind.com (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by smtp.gmail.com with ESMTPSA id cs4sm1633044wjc.10.2015.12.15.06.15.48 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 15 Dec 2015 06:15:49 -0800 (PST) From: Nelio Laranjeiro To: dev@dpdk.org Date: Tue, 15 Dec 2015 15:15:12 +0100 Message-Id: <1450188912-602-1-git-send-email-nelio.laranjeiro@6wind.com> X-Mailer: git-send-email 2.1.4 Subject: [dpdk-dev] [PATCH] doc: fix ABI announce change for RETA configuration 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Replace "entries" by "queues", it clarifies the case. Fixes: bd3cea78abd8 ("doc: announce ABI change for RETA configuration") Signed-off-by: Nelio Laranjeiro Signed-off-by: Nelio Laranjeiro Acked-by: Helin Zhang --- doc/guides/rel_notes/deprecation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index f8a41dd..afab2ed 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -16,8 +16,8 @@ Deprecation Notices must be updated to support 100G link and to have a cleaner link speed API. * ABI changes is planned for the reta field in struct rte_eth_rss_reta_entry64 - which handles at most 256 entries (8 bits) while newer NICs support larger - tables (512 entries). + which handles at most 256 queues (8 bits) while newer NICs support larger + tables (512 queues). It should be integrated in release 2.3. * ABI changes are planned for struct rte_eth_fdir_flow in order to support