logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_eth_ip_reassembly_params

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                 rte_eth_ip_reassembly_params(3)

Detailed Description

       A structure used to get/set IP reassembly configuration. It is also used to get the maximum capability
       values that a PMD can support.

       If rte_eth_ip_reassembly_capability_get() returns 0, IP reassembly can be enabled using
       rte_eth_ip_reassembly_conf_set() and params values lower than capability params can be set in the PMD.

       Definition at line 5785 of file rte_ethdev.h.

Field Documentation

uint32_ttimeout_ms
       Maximum time in ms which PMD can wait for other fragments.

       Definition at line 5787 of file rte_ethdev.h.

   uint16_tmax_frags
       Maximum number of fragments that can be reassembled.

       Definition at line 5789 of file rte_ethdev.h.

   uint16_tflags
       Flags to enable reassembly of packet types - RTE_ETH_DEV_REASSEMBLY_F_xxx.

       Definition at line 5794 of file rte_ethdev.h.

Name

       rte_eth_ip_reassembly_params

Synopsis

       #include <rte_ethdev.h>

   DataFields
       uint32_t timeout_ms
       uint16_t max_frags
       uint16_t flags

See Also