From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id BCAC61B69E for ; Tue, 6 Feb 2018 08:39:09 +0100 (CET) Received: from Internal Mail-Server by MTLPINE1 (envelope-from xuemingl@mellanox.com) with ESMTPS (AES256-SHA encrypted); 6 Feb 2018 09:39:05 +0200 Received: from dev-r630-06.mtbc.labs.mlnx (dev-r630-06.mtbc.labs.mlnx [10.12.205.180]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id w167d46T014070; Tue, 6 Feb 2018 09:39:05 +0200 Received: from dev-r630-06.mtbc.labs.mlnx (localhost [127.0.0.1]) by dev-r630-06.mtbc.labs.mlnx (8.14.7/8.14.7) with ESMTP id w167d3dV055107; Tue, 6 Feb 2018 15:39:03 +0800 Received: (from xuemingl@localhost) by dev-r630-06.mtbc.labs.mlnx (8.14.7/8.14.7/Submit) id w167cwWu055105; Tue, 6 Feb 2018 15:38:58 +0800 From: Xueming Li To: Thomas Monjalon , Neil Horman Cc: Xueming Li , dev@dpdk.org, Shahaf Shuler Date: Tue, 6 Feb 2018 15:38:48 +0800 Message-Id: <20180206073848.55060-1-xuemingl@mellanox.com> X-Mailer: git-send-email 2.13.3 In-Reply-To: <20180204072418.108824-1-xuemingl@mellanox.com> References: <20180204072418.108824-1-xuemingl@mellanox.com> Subject: [dpdk-dev] [PATCH v2] doc: announce ABI change for RSS configuration structure X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Feb 2018 07:39:10 -0000 Update deprecation notice for the new rss_level field of rte_eth_rss_conf. Link: http://www.dpdk.org/dev/patchwork/patch/31891 Signed-off-by: Xueming Li --- doc/guides/rel_notes/deprecation.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index d59ad5988..4bfce3bd7 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -59,3 +59,7 @@ Deprecation Notices be added between the producer and consumer structures. The size of the structure and the offset of the fields will remain the same on platforms with 64B cache line, but will change on other platforms. + +* ethdev: A new rss level field planned in 18.05. + The new API add rss_level field to ``rte_eth_rss_conf`` to enable a choice + of RSS hash calculation on outer or inner header of tunneled packet. -- 2.13.3