patch 'doc: fix a typo in EAL guide' has been queued to stable release 20.11.4

Xueming Li xuemingl at nvidia.com
Sun Nov 28 15:54:23 CET 2021


Hi,

FYI, your patch has been queued to stable release 20.11.4

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

This queued commit can be viewed at:
https://github.com/steevenlee/dpdk/commit/f0ff3aa20e2a04582ae5f13d6a402a459a7f97b5

Thanks.

Xueming Li <xuemingl at nvidia.com>

---
>From f0ff3aa20e2a04582ae5f13d6a402a459a7f97b5 Mon Sep 17 00:00:00 2001
From: Kefu Chai <tchaikov at gmail.com>
Date: Mon, 18 Oct 2021 22:29:23 +0800
Subject: [PATCH] doc: fix a typo in EAL guide
Cc: Xueming Li <xuemingl at nvidia.com>

[ upstream commit 6c16a05c8c03a1f78c16e468eed3480c6ddb0349 ]

Change from "how many segments each segment can have" to
"how many segments each segment list can have".

Fixes: b31739328354 ("doc: update guides for memory subsystem")

Signed-off-by: Kefu Chai <tchaikov at gmail.com>
---
 doc/guides/prog_guide/env_abstraction_layer.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guides/prog_guide/env_abstraction_layer.rst b/doc/guides/prog_guide/env_abstraction_layer.rst
index d124eb0e9a..29f6fefc48 100644
--- a/doc/guides/prog_guide/env_abstraction_layer.rst
+++ b/doc/guides/prog_guide/env_abstraction_layer.rst
@@ -204,8 +204,8 @@ variables:
 * ``RTE_MAX_MEMSEG_LISTS`` controls how many segment lists can DPDK have
 * ``RTE_MAX_MEM_MB_PER_LIST`` controls how much megabytes of memory each
   segment list can address
-* ``RTE_MAX_MEMSEG_PER_LIST`` controls how many segments each segment can
-  have
+* ``RTE_MAX_MEMSEG_PER_LIST`` controls how many segments each segment list
+  can have
 * ``RTE_MAX_MEMSEG_PER_TYPE`` controls how many segments each memory type
   can have (where "type" is defined as "page size + NUMA node" combination)
 * ``RTE_MAX_MEM_MB_PER_TYPE`` controls how much megabytes of memory each
-- 
2.34.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2021-11-28 22:41:07.277412786 +0800
+++ 0079-doc-fix-a-typo-in-EAL-guide.patch	2021-11-28 22:41:03.560203302 +0800
@@ -1 +1 @@
-From 6c16a05c8c03a1f78c16e468eed3480c6ddb0349 Mon Sep 17 00:00:00 2001
+From f0ff3aa20e2a04582ae5f13d6a402a459a7f97b5 Mon Sep 17 00:00:00 2001
@@ -4,0 +5,3 @@
+Cc: Xueming Li <xuemingl at nvidia.com>
+
+[ upstream commit 6c16a05c8c03a1f78c16e468eed3480c6ddb0349 ]
@@ -10 +12,0 @@
-Cc: stable at dpdk.org


More information about the stable mailing list