struct tarpc_rte_eth_dev_rss_hash_conf_get_in

rte_eth_dev_rss_hash_conf_get()

struct tarpc_rte_eth_dev_rss_hash_conf_get_in {
    // fields

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