DPDK  22.07.0
Data Fields
rte_mbuf_dynfield Struct Reference

#include <rte_mbuf_dyn.h>

Data Fields

char name [RTE_MBUF_DYN_NAMESIZE]
 
size_t size
 
size_t align
 
unsigned int flags
 

Detailed Description

Structure describing the parameters of a mbuf dynamic field.

Examples:
examples/bbdev_app/main.c, and examples/rxtx_callbacks/main.c.

Definition at line 85 of file rte_mbuf_dyn.h.

Field Documentation

◆ name

Name of the field.

Examples:
examples/bbdev_app/main.c, and examples/rxtx_callbacks/main.c.

Definition at line 86 of file rte_mbuf_dyn.h.

◆ size

size_t size

The number of bytes to reserve.

Definition at line 87 of file rte_mbuf_dyn.h.

◆ align

size_t align

The alignment constraint (power of 2).

Examples:
examples/rxtx_callbacks/main.c.

Definition at line 88 of file rte_mbuf_dyn.h.

◆ flags

unsigned int flags

Reserved for future use, must be 0.

Definition at line 89 of file rte_mbuf_dyn.h.


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