struct tarpc_rte_eth_rx_queue_setup_in

rte_eth_rx_queue_setup()

struct tarpc_rte_eth_rx_queue_setup_in {
    // fields

    struct tarpc_in_arg common;
    uint16_t port_id;
    uint16_t rx_queue_id;
    uint16_t nb_rx_desc;
    tarpc_int socket_id;
    struct tarpc_rte_eth_rxconf rx_conf<>;
    tarpc_rte_mempool mp;
};