2015-07-27 16:54, Bernard Iremonger: > uint8_t need_reconfig_queues; /**< need reconfiguring > queues or not */ > uint8_t rss_flag; /**< enable rss or not */ > - uint8_t dcb_flag; /**< enable dcb */ > + uint8_t dcb_flag; /**< enable dcb */ > struct rte_eth_rxconf rx_conf; /**< rx configuration */ > struct rte_eth_txconf tx_conf; /**< tx configuration */ >
It doesn't appear to be a desired change.