From 6c16a05c8c03a1f78c16e468eed3480c6ddb0349 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Mon, 18 Oct 2021 22:29:23 +0800 Subject: [PATCH] doc: fix a typo in EAL guide 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") Cc: stable@dpdk.org Signed-off-by: Kefu Chai --- 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.20.1