| DPDK
    18.11.11
    | 
#include <rte_ethdev.h>
| Data Fields | |
| uint16_t | size | 
| uint16_t | length | 
| struct rte_mbuf * | pkts [] | 
Structure used to buffer packets for future TX Used by APIs rte_eth_tx_buffer and rte_eth_tx_buffer_flush
Definition at line 2433 of file rte_ethdev.h.
| uint16_t size | 
Size of buffer for buffered tx
Definition at line 2436 of file rte_ethdev.h.
| uint16_t length | 
Number of packets in the array
Definition at line 2437 of file rte_ethdev.h.
| struct rte_mbuf* pkts[] | 
Pending packets to be sent on explicit flush or when full
Definition at line 2438 of file rte_ethdev.h.
 1.8.9.1
 1.8.9.1