struct tarpc_rte_eth_conf

struct tarpc_rte_eth_conf {
    // fields

    uint32_t link_speeds;
    struct tarpc_rte_eth_rxmode rxmode;
    struct tarpc_rte_eth_txmode txmode;
    uint32_t lpbk_mode;
    struct tarpc_rte_eth_rx_adv_conf rx_adv_conf;
    uint32_t dcb_capability_en;
    struct tarpc_rte_intr_conf intr_conf;
};