From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8CC8BA2E1B for ; Thu, 5 Sep 2019 12:19:01 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8343D1EF69; Thu, 5 Sep 2019 12:19:01 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 4A4AC1EF69 for ; Thu, 5 Sep 2019 12:19:00 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id B80AB307D923; Thu, 5 Sep 2019 10:18:59 +0000 (UTC) Received: from rh.redhat.com (ovpn-117-52.ams2.redhat.com [10.36.117.52]) by smtp.corp.redhat.com (Postfix) with ESMTP id D269019C6A; Thu, 5 Sep 2019 10:18:58 +0000 (UTC) From: Kevin Traynor To: Thomas Monjalon Cc: Matan Azrad , dpdk stable Date: Thu, 5 Sep 2019 11:17:27 +0100 Message-Id: <20190905101754.21933-27-ktraynor@redhat.com> In-Reply-To: <20190905101754.21933-1-ktraynor@redhat.com> References: <20190905101754.21933-1-ktraynor@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.48]); Thu, 05 Sep 2019 10:18:59 +0000 (UTC) Subject: [dpdk-stable] patch 'doc: update features supported by mlx' has been queued to LTS release 18.11.3 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: , Errors-To: stable-bounces@dpdk.org Sender: "stable" Hi, FYI, your patch has been queued to LTS release 18.11.3 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 09/12/19. So please shout if anyone has objections. Also note that after the patch there's a diff of the upstream commit vs the patch applied to the branch. This will indicate if there was any rebasing needed to apply to the stable branch. If there were code changes for rebasing (ie: not only metadata diffs), please double check that the rebase was correctly done. Queued patches are on a temporary branch at: https://github.com/kevintraynor/dpdk-stable-queue This queued commit can be viewed at: https://github.com/kevintraynor/dpdk-stable-queue/commit/784e0fe1c4421802ac53cee9c5fc4f6cdc33c2a7 Thanks. Kevin Traynor --- >From 784e0fe1c4421802ac53cee9c5fc4f6cdc33c2a7 Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Tue, 30 Jul 2019 17:06:21 +0200 Subject: [PATCH] doc: update features supported by mlx [ upstream commit 8cd3a3993859974fb03ea19aa8ac3b64d4af7c63 ] Flow control was not documented as a supported feature since the first fill of features matrix for mlx drivers. Flow API and CRC offload flag support in mlx4 were missing in the feature matrix when they were implemented (see below commits). Fixes: 46d5736a7049 ("net/mlx4: support basic flow items and actions") Fixes: ce07b1514d59 ("net/mlx4: fix CRC stripping capability report") Fixes: e86b85ca757b ("doc: fill nics features matrix for mlx") Signed-off-by: Thomas Monjalon Acked-by: Matan Azrad --- doc/guides/nics/features/mlx4.ini | 3 +++ doc/guides/nics/features/mlx5.ini | 1 + doc/guides/nics/mlx5.rst | 1 + 3 files changed, 5 insertions(+) diff --git a/doc/guides/nics/features/mlx4.ini b/doc/guides/nics/features/mlx4.ini index 98a3f6119..659c6b171 100644 --- a/doc/guides/nics/features/mlx4.ini +++ b/doc/guides/nics/features/mlx4.ini @@ -22,4 +22,7 @@ RSS hash = Y SR-IOV = Y VLAN filter = Y +Flow control = Y +Flow API = Y +CRC offload = Y L3 checksum offload = Y L4 checksum offload = Y diff --git a/doc/guides/nics/features/mlx5.ini b/doc/guides/nics/features/mlx5.ini index b28b43e5c..d92d58958 100644 --- a/doc/guides/nics/features/mlx5.ini +++ b/doc/guides/nics/features/mlx5.ini @@ -26,4 +26,5 @@ SR-IOV = Y VLAN filter = Y Flow director = Y +Flow control = Y Flow API = Y CRC offload = Y diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst index 31238ae35..fb64fa3d6 100644 --- a/doc/guides/nics/mlx5.rst +++ b/doc/guides/nics/mlx5.rst @@ -57,4 +57,5 @@ Features - Default RSS operation with no hash key specification. - Configurable RETA table. +- Link flow control (pause frame). - Support for multiple MAC addresses. - VLAN filtering. -- 2.20.1 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2019-09-05 10:36:49.164223257 +0100 +++ 0027-doc-update-features-supported-by-mlx.patch 2019-09-05 10:36:47.524700187 +0100 @@ -1 +1 @@ -From 8cd3a3993859974fb03ea19aa8ac3b64d4af7c63 Mon Sep 17 00:00:00 2001 +From 784e0fe1c4421802ac53cee9c5fc4f6cdc33c2a7 Mon Sep 17 00:00:00 2001 @@ -5,0 +6,2 @@ +[ upstream commit 8cd3a3993859974fb03ea19aa8ac3b64d4af7c63 ] + @@ -15 +16,0 @@ -Cc: stable@dpdk.org @@ -26 +27 @@ -index 4502aa2a8..9b70089df 100644 +index 98a3f6119..659c6b171 100644 @@ -38 +39 @@ -index c0ebdbd5d..75469fc4b 100644 +index b28b43e5c..d92d58958 100644 @@ -41 +42 @@ -@@ -27,4 +27,5 @@ SR-IOV = Y +@@ -26,4 +26,5 @@ SR-IOV = Y @@ -48 +49 @@ -index 6f0c382ea..46538b8f1 100644 +index 31238ae35..fb64fa3d6 100644 @@ -51 +52 @@ -@@ -58,4 +58,5 @@ Features +@@ -57,4 +57,5 @@ Features