doc/guides: add a missing word

Message ID 20211018142923.146430-1-tchaikov@gmail.com (mailing list archive)
State Accepted, archived
Delegated to: David Marchand
Headers
Series doc/guides: add a missing word |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/iol-spell-check-testing warning Testing issues
ci/github-robot: build success github build: passed
ci/iol-broadcom-Functional success Functional Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-x86_64-unit-testing success Testing PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-x86_64-compile-testing success Testing PASS
ci/iol-aarch64-compile-testing success Testing PASS
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS

Commit Message

Kefu Chai Oct. 18, 2021, 2:29 p.m. UTC
  change from "how many segments each segment can have" to
"how many segments each segment list can have".

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

Comments

David Marchand Nov. 26, 2021, 1:51 p.m. UTC | #1
On Mon, Oct 18, 2021 at 4:30 PM Kefu Chai <tchaikov@gmail.com> wrote:
>
> change from "how many segments each segment can have" to
> "how many segments each segment list can have".
>
> Signed-off-by: Kefu Chai <tchaikov@gmail.com>

Applied, thanks.
  

Patch

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