From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58]) by dpdk.org (Postfix) with ESMTP id 86CC2201; Tue, 21 Nov 2017 15:41:59 +0100 (CET) Received: from cpe-2606-a000-111b-423c-e874-da8e-c543-d863.dyn6.twc.com ([2606:a000:111b:423c:e874:da8e:c543:d863] helo=localhost) by smtp.tuxdriver.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1eH9kD-0006BX-5c; Tue, 21 Nov 2017 09:41:56 -0500 Date: Tue, 21 Nov 2017 09:41:17 -0500 From: Neil Horman To: Adrien Mazarguil Cc: Ferruh Yigit , dev@dpdk.org, stable@dpdk.org Message-ID: <20171121144117.GB1753@hmswarspite.think-freely.org> References: <1511272929-17955-1-git-send-email-adrien.mazarguil@6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1511272929-17955-1-git-send-email-adrien.mazarguil@6wind.com> User-Agent: Mutt/1.9.1 (2017-09-22) X-Spam-Score: -2.9 (--) X-Spam-Status: No Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v1 0/5] net/mlx4: restore inner VXLAN & UDP RSS support X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Nov 2017 14:41:59 -0000 On Tue, Nov 21, 2017 at 03:27:22PM +0100, Adrien Mazarguil wrote: > Following the refactoring of the entire mlx4 PMD for DPDK 17.11, UDP RSS > support was left in a disabled state. Likewise, inner VXLAN RSS used to be > performed automatically by default but it's not the case anymore. > > This series brings back both features by relying on the latest API updates > and bugfixes in RDMA core and Linux. > > All patches are CC'ed stable since they target both DPDK 18.02 and 17.11.1. > > Adrien Mazarguil (5): > net/mlx4: fix unnecessary include > net/mlx4: fix documentation in private structure > net/mlx4: use function to get default RSS fields > net/mlx4: restore UDP RSS by probing capabilities > net/mlx4: restore inner VXLAN RSS support > > drivers/net/mlx4/mlx4.c | 21 +++++++++++++++++++++ > drivers/net/mlx4/mlx4.h | 10 ++++++++-- > drivers/net/mlx4/mlx4_flow.c | 35 +++++++++++++++++++++-------------- > drivers/net/mlx4/mlx4_flow.h | 1 + > drivers/net/mlx4/mlx4_txq.c | 1 - > 5 files changed, 51 insertions(+), 17 deletions(-) > > -- > 2.1.4 > Looks reasonable Acked-by: Neil Horman