struct tarpc_rte_eth_tx_burst_in

rte_eth_tx_burst()

struct tarpc_rte_eth_tx_burst_in {
    // fields

    struct tarpc_in_arg common;
    uint16_t port_id;
    uint16_t queue_id;
    tarpc_rte_mbuf tx_pkts;
};