struct tarpc_rte_eth_tx_queue_setup_in

rte_eth_tx_queue_setup()

struct tarpc_rte_eth_tx_queue_setup_in {
    // fields

    struct tarpc_in_arg common;
    uint16_t port_id;
    uint16_t tx_queue_id;
    uint16_t nb_tx_desc;
    tarpc_int socket_id;
    struct tarpc_rte_eth_txconf tx_conf<>;
};