struct tarpc_rte_eth_dev_rss_hash_update_in

rte_eth_dev_rss_hash_update()

struct tarpc_rte_eth_dev_rss_hash_update_in {
    // fields

    struct tarpc_in_arg common;
    uint16_t port_id;
    struct tarpc_rte_eth_rss_conf rss_conf;
};