struct tarpc_rte_eth_rxq_info

struct tarpc_rte_eth_rxq_info {
    // fields

    tarpc_rte_mempool mp;
    struct tarpc_rte_eth_rxconf conf;
    uint8_t scattered_rx;
    uint16_t nb_desc;
};