Searched defs:rte_eth_conf (Results 1 – 1 of 1) sorted by relevance
1293 struct rte_eth_conf { struct1301 struct rte_eth_rxmode rxmode; /**< Port RX configuration. */1302 struct rte_eth_txmode txmode; /**< Port TX configuration. */1303 uint32_t lpbk_mode; /**< Loopback operation mode. By default the value1308 struct {1316 } rx_adv_conf; /**< Port RX filtering configuration. */1317 union {1324 } tx_adv_conf; /**< Port TX DCB configuration (union). */1327 uint32_t dcb_capability_en;1328 struct rte_fdir_conf fdir_conf; /**< FDIR configuration. DEPRECATED */[all …]