[dpdk-stable] patch 'doc: fix some statements for ice vector PMD' has been queued to stable release 20.11.1

luca.boccassi at gmail.com luca.boccassi at gmail.com
Fri Feb 5 12:15:45 CET 2021


Hi,

FYI, your patch has been queued to stable release 20.11.1

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 02/07/21. 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/bluca/dpdk-stable

This queued commit can be viewed at:
https://github.com/bluca/dpdk-stable/commit/47e1440e2e9ee47b3b74d835f43a71fd7c93a357

Thanks.

Luca Boccassi

---
>From 47e1440e2e9ee47b3b74d835f43a71fd7c93a357 Mon Sep 17 00:00:00 2001
From: Qi Zhang <qi.z.zhang at intel.com>
Date: Wed, 16 Dec 2020 08:21:58 +0800
Subject: [PATCH] doc: fix some statements for ice vector PMD

[ upstream commit c2e129698dd6c03a598be3084abffb38ab0c801c ]

1. Add descriptions for how to select avx512 datapath.
2. Add explanation for "P" in ice.ini.

Fixes: 7f85d5ebcfe1 ("net/ice: add AVX512 vector path")
Fixes: 271cc8c5028a ("doc: update ice features list")

Signed-off-by: Qi Zhang <qi.z.zhang at intel.com>
Acked-by: Leyi Rong <leyi.rong at intel.com>
---
 doc/guides/nics/ice.rst | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst
index a0887f129f..ccda26f82f 100644
--- a/doc/guides/nics/ice.rst
+++ b/doc/guides/nics/ice.rst
@@ -211,9 +211,12 @@ are chosen based on 2 conditions.
 - ``CPU``
   On the X86 platform, the driver checks if the CPU supports AVX2.
   If it's supported, AVX2 paths will be chosen. If not, SSE is chosen.
+  If the CPU supports AVX512 and EAL argument ``--force-max-simd-bitwidth``
+  is set to 512, AVX512 paths will be chosen.
 
 - ``Offload features``
-  The supported HW offload features are described in the document ice_vec.ini.
+  The supported HW offload features are described in the document ice.ini,
+  A value "P" means the offload feature is not supported by vector path.
   If any not supported features are used, ICE vector PMD is disabled and the
   normal paths are chosen.
 
-- 
2.29.2

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2021-02-05 11:18:31.935038170 +0000
+++ 0059-doc-fix-some-statements-for-ice-vector-PMD.patch	2021-02-05 11:18:28.802691036 +0000
@@ -1 +1 @@
-From c2e129698dd6c03a598be3084abffb38ab0c801c Mon Sep 17 00:00:00 2001
+From 47e1440e2e9ee47b3b74d835f43a71fd7c93a357 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit c2e129698dd6c03a598be3084abffb38ab0c801c ]
+
@@ -11 +12,0 @@
-Cc: stable at dpdk.org


More information about the stable mailing list