struct tarpc_rte_eth_dev_rss_reta_update_in

rte_eth_dev_rss_reta_update()

struct tarpc_rte_eth_dev_rss_reta_update_in {
    // fields

    struct tarpc_in_arg common;
    uint16_t port_id;
    uint16_t reta_size;
    struct tarpc_rte_eth_rss_reta_entry64 reta_conf<>;
};