DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] doc: update default value for config parameter
@ 2024-01-05  2:44 Simei Su
  2024-01-05 17:30 ` Tyler Retzlaff
  0 siblings, 1 reply; 3+ messages in thread
From: Simei Su @ 2024-01-05  2:44 UTC (permalink / raw)
  To: konstantin.v.ananyev; +Cc: dev, qi.z.zhang, qiming.yang, Simei Su

Update documentation value to match default value in code base.

Signed-off-by: Simei Su <simei.su@intel.com>
---
 doc/guides/prog_guide/ip_fragment_reassembly_lib.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guides/prog_guide/ip_fragment_reassembly_lib.rst b/doc/guides/prog_guide/ip_fragment_reassembly_lib.rst
index 314d4ad..b14289e 100644
--- a/doc/guides/prog_guide/ip_fragment_reassembly_lib.rst
+++ b/doc/guides/prog_guide/ip_fragment_reassembly_lib.rst
@@ -43,7 +43,7 @@ Note that all update/lookup operations on Fragment Table are not thread safe.
 So if different execution contexts (threads/processes) will access the same table simultaneously,
 then some external syncing mechanism have to be provided.
 
-Each table entry can hold information about packets consisting of up to RTE_LIBRTE_IP_FRAG_MAX (by default: 4) fragments.
+Each table entry can hold information about packets consisting of up to RTE_LIBRTE_IP_FRAG_MAX (by default: 8) fragments.
 
 Code example, that demonstrates creation of a new Fragment table:
 
-- 
2.9.5


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

end of thread, other threads:[~2024-03-21 20:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-05  2:44 [PATCH] doc: update default value for config parameter Simei Su
2024-01-05 17:30 ` Tyler Retzlaff
2024-03-21 20:07   ` Thomas Monjalon

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