DPDK  20.11.10
Data Fields
rte_eth_dev_tx_buffer Struct Reference

#include <rte_ethdev.h>

Data Fields

uint16_t size
 
uint16_t length
 
struct rte_mbufpkts []
 

Detailed Description

Structure used to buffer packets for future TX Used by APIs rte_eth_tx_buffer and rte_eth_tx_buffer_flush

Examples:
examples/l2fwd-event/l2fwd_poll.c, examples/l2fwd-jobstats/main.c, examples/l2fwd-keepalive/main.c, examples/l2fwd/main.c, examples/l3fwd-acl/main.c, examples/l3fwd-power/main.c, examples/link_status_interrupt/main.c, examples/multi_process/client_server_mp/mp_client/client.c, examples/packet_ordering/main.c, examples/qos_meter/main.c, and examples/server_node_efd/node/node.c.

Definition at line 3285 of file rte_ethdev.h.

Field Documentation

◆ size

uint16_t size

Size of buffer for buffered tx

Examples:
examples/l2fwd/main.c.

Definition at line 3288 of file rte_ethdev.h.

◆ length

uint16_t length

Number of packets in the array

Definition at line 3289 of file rte_ethdev.h.

◆ pkts

struct rte_mbuf* pkts[]

Pending packets to be sent on explicit flush or when full

Definition at line 3290 of file rte_ethdev.h.


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