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

* Re: [PATCH] doc: update default value for config parameter
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Tyler Retzlaff @ 2024-01-05 17:30 UTC (permalink / raw)
  To: Simei Su; +Cc: konstantin.v.ananyev, dev, qi.z.zhang, qiming.yang

On Fri, Jan 05, 2024 at 10:44:17AM +0800, Simei Su wrote:
> Update documentation value to match default value in code base.
> 
> Signed-off-by: Simei Su <simei.su@intel.com>
> ---

Acked-by: Tyler Retzlaff <roretzla@linux.microsoft.com>


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

* Re: [PATCH] doc: update default value for config parameter
  2024-01-05 17:30 ` Tyler Retzlaff
@ 2024-03-21 20:07   ` Thomas Monjalon
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2024-03-21 20:07 UTC (permalink / raw)
  To: Simei Su; +Cc: dev, konstantin.v.ananyev, Tyler Retzlaff

05/01/2024 18:30, Tyler Retzlaff:
> On Fri, Jan 05, 2024 at 10:44:17AM +0800, Simei Su wrote:
> > Update documentation value to match default value in code base.
> > 
> > Signed-off-by: Simei Su <simei.su@intel.com>
> 
> Acked-by: Tyler Retzlaff <roretzla@linux.microsoft.com>

It is a fix:

Fixes: f8e0f8ce9030 ("ip_frag: increase default maximum of fragments")
Cc: stable@dpdk.org

Applied, thanks.



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