struct tarpc_rte_eth_dev_configure_in

rte_eth_dev_configure()

struct tarpc_rte_eth_dev_configure_in {
    // fields

    struct tarpc_in_arg common;
    uint16_t port_id;
    uint16_t nb_rx_queue;
    uint16_t nb_tx_queue;
    struct tarpc_rte_eth_conf eth_conf<>;
};