DPDK
21.02.0
|
#include <rte_ethdev.h>
Data Fields | |
struct rte_mempool * | mp |
uint16_t | length |
uint16_t | offset |
uint32_t | reserved |
A structure used to configure an Rx packet segment to split.
If RTE_ETH_RX_OFFLOAD_BUFFER_SPLIT flag is set in offloads field, the PMD will split the received packets into multiple segments according to the specification in the description array:
Definition at line 1016 of file rte_ethdev.h.
struct rte_mempool* mp |
Memory pool to allocate segment from.
Definition at line 1017 of file rte_ethdev.h.
uint16_t length |
Segment data length, configures split point.
Definition at line 1018 of file rte_ethdev.h.
uint16_t offset |
Data offset from beginning of mbuf data buffer.
Definition at line 1019 of file rte_ethdev.h.
uint32_t reserved |
Reserved field.
Definition at line 1020 of file rte_ethdev.h.