logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_eth_dev_tx_buffer

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                        rte_eth_dev_tx_buffer(3)

Detailed Description

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

       Definition at line 3836 of file rte_ethdev.h.

Field Documentation

uint16_tsize
       Size of buffer for buffered Tx

       Definition at line 3839 of file rte_ethdev.h.

   uint16_tlength
       Number of packets in the array

       Definition at line 3840 of file rte_ethdev.h.

   structrte_mbuf*pkts[]
       Pending packets to be sent on explicit flush or when full

       Definition at line 3842 of file rte_ethdev.h.

Name

       rte_eth_dev_tx_buffer

Synopsis

       #include <rte_ethdev.h>

   DataFields
       uint16_t size
       uint16_t length
       struct rte_mbuf * pkts []

See Also