Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
DPDK 25.03.0
rte_eth_dev_tx_buffer Struct Reference

#include <rte_ethdev.h>

Data Fields

uint16_t size
 
uint16_t length
 
struct rte_mbufpkts []
 

Detailed Description

Field Documentation

◆ size

uint16_t size

Size of buffer for buffered Tx

Examples
examples/l2fwd-macsec/main.c, and examples/l2fwd/main.c.

Definition at line 3872 of file rte_ethdev.h.

◆ length

uint16_t length

Number of packets in the array

Definition at line 3873 of file rte_ethdev.h.

◆ pkts

struct rte_mbuf* pkts[]

Pending packets to be sent on explicit flush or when full

Definition at line 3875 of file rte_ethdev.h.


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