DPDK  2.0.0
Data Fields
rte_port_ring_reader_ipv4_frag_params Struct Reference

#include <rte_port_frag.h>

Data Fields

struct rte_ringring
uint32_t mtu
uint32_t metadata_size
struct rte_mempoolpool_direct
struct rte_mempoolpool_indirect

Detailed Description

ring_reader_ipv4_frag port parameters

Field Documentation

uint32_t metadata_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.

uint32_t mtu

Maximum Transfer Unit (MTU). Maximum IP packet size (in bytes).

struct rte_mempool* pool_direct

Pre-initialized buffer pool used for allocating direct buffers for the output fragments.

struct rte_mempool* pool_indirect

Pre-initialized buffer pool used for allocating indirect buffers for the output fragments.

struct rte_ring* ring

Underlying single consumer ring that has to be pre-initialized.


The documentation for this struct was generated from the following file: