DPDK
20.11.10
|
#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 1010 of file rte_ethdev.h.
struct rte_mempool* mp |
Memory pool to allocate segment from.
Definition at line 1011 of file rte_ethdev.h.
uint16_t length |
Segment data length, configures split point.
Definition at line 1012 of file rte_ethdev.h.
uint16_t offset |
Data offset from beginning of mbuf data buffer.
Definition at line 1013 of file rte_ethdev.h.
uint32_t reserved |
Reserved field.
Definition at line 1014 of file rte_ethdev.h.