DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc/guides: add a missing word
@ 2021-10-18 14:29 Kefu Chai
  2021-11-26 13:51 ` David Marchand
  0 siblings, 1 reply; 2+ messages in thread
From: Kefu Chai @ 2021-10-18 14:29 UTC (permalink / raw)
  To: Anatoly Burakov; +Cc: dev, Kefu Chai

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(-)

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.33.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] [PATCH] doc/guides: add a missing word
  2021-10-18 14:29 [dpdk-dev] [PATCH] doc/guides: add a missing word Kefu Chai
@ 2021-11-26 13:51 ` David Marchand
  0 siblings, 0 replies; 2+ messages in thread
From: David Marchand @ 2021-11-26 13:51 UTC (permalink / raw)
  To: Kefu Chai; +Cc: Anatoly Burakov, dev

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.


-- 
David Marchand


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-26 13:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-18 14:29 [dpdk-dev] [PATCH] doc/guides: add a missing word Kefu Chai
2021-11-26 13:51 ` David Marchand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).