DPDK
20.05.0
|
#include <rte_mbuf.h>
Data Fields | |
void * | buf_ptr |
rte_iova_t | buf_iova |
size_t | buf_len |
uint16_t | elt_size |
A structure that describes the pinned external buffer segment.
Definition at line 741 of file rte_mbuf.h.
void* buf_ptr |
The virtual address of data buffer.
Definition at line 742 of file rte_mbuf.h.
rte_iova_t buf_iova |
The IO address of the data buffer.
Definition at line 743 of file rte_mbuf.h.
size_t buf_len |
External buffer length in bytes.
Definition at line 744 of file rte_mbuf.h.
uint16_t elt_size |
mbuf element size in bytes.
Definition at line 745 of file rte_mbuf.h.