[dpdk-stable] patch 'doc: update features supported by mlx' has been queued to LTS release 18.11.3

Kevin Traynor ktraynor at redhat.com
Thu Sep 5 12:17:27 CEST 2019


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 <thomas at monjalon.net>
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 <thomas at monjalon.net>
Acked-by: Matan Azrad <matan at mellanox.com>
---
 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 at 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


More information about the stable mailing list