DPDK  22.07.0
Data Fields
rte_pktmbuf_extmem Struct Reference

#include <rte_mbuf.h>

Data Fields

void * buf_ptr
 
rte_iova_t buf_iova
 
size_t buf_len
 
uint16_t elt_size
 

Detailed Description

A structure that describes the pinned external buffer segment.

Definition at line 721 of file rte_mbuf.h.

Field Documentation

◆ buf_ptr

void* buf_ptr

The virtual address of data buffer.

Definition at line 722 of file rte_mbuf.h.

◆ buf_iova

rte_iova_t buf_iova

The IO address of the data buffer.

Definition at line 723 of file rte_mbuf.h.

◆ buf_len

size_t buf_len

External buffer length in bytes.

Definition at line 724 of file rte_mbuf.h.

◆ elt_size

uint16_t elt_size

mbuf element size in bytes.

Definition at line 725 of file rte_mbuf.h.


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