From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com
 [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 477FA1B1BE
 for <dev@dpdk.org>; Wed, 14 Feb 2018 17:28:48 +0100 (CET)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id B592420E20;
 Wed, 14 Feb 2018 11:28:47 -0500 (EST)
Received: from frontend1 ([10.202.2.160])
 by compute1.internal (MEProxy); Wed, 14 Feb 2018 11:28:47 -0500
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h=
 cc:content-transfer-encoding:content-type:date:from:in-reply-to
 :message-id:mime-version:references:subject:to:x-me-sender
 :x-me-sender:x-sasl-enc; s=mesmtp; bh=dCKOkFK2orATgVLQGRdR3Ud35j
 I+sAXfi/jIn5XlORg=; b=XCjFEUygMX998f/gcQoJoyeZgQ9H2gXt+bKw0sHVRP
 GW7925jPfchdyKRy9gohyrw/v7Pr1DJsQu2tC6rnHrgnpeXs75vbd2/ImY96VaJk
 azwPfwv0HaK6wIUSPgRpCKUtOipdPktHz4LxIJcAd3FU7mKgBSqawvAFXTNtBJed
 c=
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=
 messagingengine.com; h=cc:content-transfer-encoding:content-type
 :date:from:in-reply-to:message-id:mime-version:references
 :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=dCKOkF
 K2orATgVLQGRdR3Ud35jI+sAXfi/jIn5XlORg=; b=X7wnjBXH9q/LAsRVCQvNUB
 qJ7EP7v5vQ/NhHI9teRn4+fG2j/Ud8EJoW3kg9M8ZwokpkWtH/Cwn8ivIP6Vup9y
 pC0dVUHl/Dc1gw7s/gjzKp6mtFR44+pAjwNlFV3FJk5cVvNd6xw1T35ys/D5DtQ5
 kE60yjZLBYc0POI/kn7oKQOjazdKoXQU4CW3ll9W6o9E0eLE1pL8zWec6skAgspd
 +z1jRo45hqdYoZEmeZt4EffMpE521kpuQgjzQItTyJwpTzRq3GAIelZn3mJcIelW
 5zCujfGAJD1Ai49/JMPHclUi7DG+4h5FPqkum2EqHjV1yYxtCkAV6ppXVYuJXy8g
 ==
X-ME-Sender: <xms:v2OEWjzDrGCf30VqPjpveOFdN3OI5yyRLLIKHYLm7L_zcoTHdXUmrQ>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id 608007E4A8;
 Wed, 14 Feb 2018 11:28:47 -0500 (EST)
From: Thomas Monjalon <thomas@monjalon.net>
To: "Xueming(Steven) Li" <xuemingl@mellanox.com>
Cc: dev@dpdk.org, Jerin Jacob <jerin.jacob@caviumnetworks.com>,
 Ferruh Yigit <ferruh.yigit@intel.com>, Shahaf Shuler <shahafs@mellanox.com>,
 Neil Horman <nhorman@tuxdriver.com>
Date: Wed, 14 Feb 2018 17:28:35 +0100
Message-ID: <2905441.59D20kqkb9@xps>
In-Reply-To: <20180213121006.GA24002@jerin>
References: <20180204072418.108824-1-xuemingl@mellanox.com>
 <3c0b2b94-8da8-283f-7eb9-9991303fb7cc@intel.com>
 <20180213121006.GA24002@jerin>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [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 <dev.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 14 Feb 2018 16:28:48 -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 <xuemingl@mellanox.com>
> > >> ---
> > >> +* 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.
> > > 
> > > Acked-By: Shahaf Shuler <shahafs@mellanox.com>
> > 
> > Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
> 
> Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>

Applied