struct tarpc_rte_eth_xstats_get_by_id_in

rte_eth_xstats_get_by_id()

struct tarpc_rte_eth_xstats_get_by_id_in {
    // fields

    struct tarpc_in_arg common;
    uint16_t port_id;
    uint64_t ids;
    unsigned int n;
};