structrte_ring*ring
Underlying single consumer ring that has to be pre-initialized.
Definition at line 37 of file rte_port_frag.h.
uint32_tmtu
Maximum Transfer Unit (MTU). Maximum IP packet size (in bytes).
Definition at line 40 of file rte_port_frag.h.
uint32_tmetadata_size
Size of application dependent meta-data stored per each input packet that has to be copied to each of the
fragments originating from the same input IP datagram.
Definition at line 45 of file rte_port_frag.h.
structrte_mempool*pool_direct
Pre-initialized buffer pool used for allocating direct buffers for the output fragments.
Definition at line 49 of file rte_port_frag.h.
structrte_mempool*pool_indirect
Pre-initialized buffer pool used for allocating indirect buffers for the output fragments.
Definition at line 53 of file rte_port_frag.h.