rte_pktmbuf_extmem
Contents
Detailed Description
A structure that describes the pinned external buffer segment.
Definition at line 759 of file rte_mbuf.h.
Field Documentation
void*buf_ptr
The virtual address of data buffer.
Definition at line 760 of file rte_mbuf.h.
rte_iova_tbuf_iova
The IO address of the data buffer.
Definition at line 761 of file rte_mbuf.h.
size_tbuf_len
External buffer length in bytes.
Definition at line 762 of file rte_mbuf.h.
uint16_telt_size
mbuf element size in bytes.
Definition at line 763 of file rte_mbuf.h.
Name
rte_pktmbuf_extmem
Synopsis
#include <rte_mbuf.h>
DataFields
void * buf_ptrrte_iova_tbuf_iova
size_t buf_len
uint16_t elt_size