|
DPDK
2.0.0
|
#include <rte_port.h>
Data Fields | |
| rte_port_out_op_create | f_create |
| rte_port_out_op_free | f_free |
| rte_port_out_op_tx | f_tx |
| rte_port_out_op_tx_bulk | f_tx_bulk |
| rte_port_out_op_flush | f_flush |
Output port interface defining the output port operation
| rte_port_out_op_create f_create |
Create
| rte_port_out_op_flush f_flush |
Flush
| rte_port_out_op_free f_free |
Free
| rte_port_out_op_tx f_tx |
Packet TX (single packet)
| rte_port_out_op_tx_bulk f_tx_bulk |
Packet TX (packet burst)
1.8.1.2