From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nelio Laranjeiro Subject: [PATCH 2/2] doc: announce ABI change for RETA configuration Date: Mon, 9 Nov 2015 17:48:20 +0100 Message-ID: <1447087700-20921-2-git-send-email-nelio.laranjeiro@6wind.com> References: <1447087700-20921-1-git-send-email-nelio.laranjeiro@6wind.com> To: dev@dpdk.org Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id A6B9D559C for ; Mon, 9 Nov 2015 17:48:54 +0100 (CET) Received: by wmec201 with SMTP id c201so90017873wme.0 for ; Mon, 09 Nov 2015 08:48:54 -0800 (PST) In-Reply-To: <1447087700-20921-1-git-send-email-nelio.laranjeiro@6wind.com> 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" Signed-off-by: Nelio Laranjeiro --- doc/guides/rel_notes/deprecation.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index c75b4b4..8554c53 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -52,3 +52,8 @@ Deprecation Notices commands (such as RETA update in testpmd). This should impact CMDLINE_PARSE_RESULT_BUFSIZE, STR_TOKEN_SIZE and RDLINE_BUF_SIZE. It should be integrated in release 2.3. + +* 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). + It should be integrated in release 2.3. -- 2.1.4