From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f67.google.com (mail-wm0-f67.google.com [74.125.82.67]) by dpdk.org (Postfix) with ESMTP id E1CDA201 for ; Tue, 21 Nov 2017 15:27:35 +0100 (CET) Received: by mail-wm0-f67.google.com with SMTP id 9so3794188wme.4 for ; Tue, 21 Nov 2017 06:27:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:mime-version:content-disposition; bh=yTZURfUBUQjZTyDdnWMETgHCFdBq23lyWKnEcaQ1Hfc=; b=A6a/z0j/5WOWdKzWidYbtd2Ps7YfmO+gkv4gZT15WCEhlYjxGT/sw4kiE0RxJSJCus 8I670BCzT9r2CXuR29lmw6VFIdkabuGXcXmAHwgTfC+/IWf7WNFwU4TI5s4DDv74VE9n +OjSqitaIGwulw4WPRwAlV77+N0db8rQDaN3ps9KPZb71aJ2qr1XaO4EtD2lhD6NtFA1 3ygIJof+BlX0Q49kC0uFrPOg9XSEkQ2wc6Dip/AonIZ4GP5orFtHbsPYcGMqNswEZO4H Y+drw4hn0QRV83VrK1JvIivey8Lv/3tl5RKVUrx5E89sVzOvCVtE/JM6JOals1VLnyk1 RhGg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-disposition; bh=yTZURfUBUQjZTyDdnWMETgHCFdBq23lyWKnEcaQ1Hfc=; b=mxxyXZfHvN+Gfn4LTIG8eCAfT8KchCgR1d/e+JL6sqyz8pBqRWvnGgpiz6y7WnG368 5p9EwYBP4DTRHOobcrMh7LbMCbF0ysqAaGtM0Wx96M9zwKsiUZUFmN3UhPq76B71u2Fl sxdwEKlIAfNdZUMSUuapCJZ+BJC9EGy/31O/AhrnlMvHWPI0ZVL0WUnRiZ3JSZRGtPJF bk9XbUncVIzWNQL97BGqygJ/OPhBjbo3cVe3OWy2/B+ARQrS6p6+W0YKHCA4fIYVmesq 533GUBpcbf0kdJqwl6nE6GRe2u4pVSjYTyvOpjxaSBDSo/dkx9A7k007lpiECzXd8gEB 5k3g== X-Gm-Message-State: AJaThX5+k9TB5Ek/532PZIoBbYZkhPkkouN72xCtWwdUvAHe37atCYBR EFVmpED7z9cWja11BcsSj80diQ== X-Google-Smtp-Source: AGs4zMb4zDHmy008F/OTrPAe2GyUI6jbHOXePWR24sZrSPQ6Yv9EowOWXd8UwKV/fP4NgQRjhy/edg== X-Received: by 10.80.165.109 with SMTP id z42mr24123489edb.18.1511274455398; Tue, 21 Nov 2017 06:27:35 -0800 (PST) Received: from 6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id c34sm10250419ede.84.2017.11.21.06.27.34 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 21 Nov 2017 06:27:34 -0800 (PST) Date: Tue, 21 Nov 2017 15:27:22 +0100 From: Adrien Mazarguil To: Ferruh Yigit Cc: dev@dpdk.org, stable@dpdk.org Message-ID: <1511272929-17955-1-git-send-email-adrien.mazarguil@6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Mailer: git-send-email 2.1.4 Subject: [dpdk-stable] [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:27:36 -0000 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