]> git.droids-corp.org - dpdk.git/commit
ip_frag: increase default maximum of fragments
authorKonstantin Ananyev <konstantin.ananyev@intel.com>
Tue, 2 Nov 2021 19:03:09 +0000 (19:03 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 8 Nov 2021 22:06:55 +0000 (23:06 +0100)
commitf8e0f8ce90303ba75e4301b1fb6ce57d8d255d8f
treed6122c7d536218efdc2442814109685312d8adf0
parent060ef29dc022862f1a75f8ef96e813079e92863e
ip_frag: increase default maximum of fragments

Increase default value for config parameter RTE_LIBRTE_IP_FRAG_MAX_FRAG
from 4 to 8. This parameter controls maximum number of fragments per
packet in ip reassembly table. Increasing this value from 4 to 8 will
allow users to cover common case with jumbo packet size of 9KB and
fragments with default frame size (1500B).
As RTE_LIBRTE_IP_FRAG_MAX_FRAG is used in definition of public
structure (struct rte_ip_frag_death_row), this is an ABI change.

Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
config/rte_config.h
doc/guides/rel_notes/release_21_11.rst