struct tarpc_rte_eth_rxconf

struct tarpc_rte_eth_rxconf {
    // fields

    struct tarpc_rte_eth_thresh rx_thresh;
    uint16_t rx_free_thresh;
    uint8_t rx_drop_en;
    uint8_t rx_deferred_start;
    uint64_t offloads;
};