From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nelio Laranjeiro Subject: [PATCH] doc: fix ABI announce change for RETA configuration Date: Tue, 15 Dec 2015 15:15:12 +0100 Message-ID: <1450188912-602-1-git-send-email-nelio.laranjeiro@6wind.com> To: dev@dpdk.org Return-path: 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) 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 --- 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 -- 2.1.4