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_port_out_ops

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                             rte_port_out_ops(3)

Detailed Description

       Output port interface defining the output port operation

       Definition at line 214 of file rte_port.h.

Field Documentation

rte_port_out_op_createf_create
       Create

       Definition at line 215 of file rte_port.h.

   rte_port_out_op_freef_free
       Free

       Definition at line 216 of file rte_port.h.

   rte_port_out_op_txf_tx
       Packet TX (single packet)

       Definition at line 217 of file rte_port.h.

   rte_port_out_op_tx_bulkf_tx_bulk
       Packet TX (packet burst)

       Definition at line 218 of file rte_port.h.

   rte_port_out_op_flushf_flush
       Flush

       Definition at line 219 of file rte_port.h.

   rte_port_out_op_stats_readf_stats
       Stats

       Definition at line 220 of file rte_port.h.

Name

       rte_port_out_ops

Synopsis

       #include <rte_port.h>

   DataFieldsrte_port_out_op_createf_createrte_port_out_op_freef_freerte_port_out_op_txf_txrte_port_out_op_tx_bulkf_tx_bulkrte_port_out_op_flushf_flushrte_port_out_op_stats_readf_stats

See Also