Thanks for the series completing the ethdev rework with the same splitting.
2016-03-15 14:12, Matej Vido: > Temporary 10G constant is replaced with 100G constant. > Item speed_capa from struct rte_eth_dev_info is set with 100G flag. [...] > @@ -1161,7 +1162,7 @@ eth_link_update(struct rte_eth_dev *dev, > * will be changed to support 100Gbps speed change > * this value to 100G. > */ > - link.link_speed = ETH_SPEED_NUM_10G; > + link.link_speed = ETH_SPEED_NUM_100G; Shouldn't we remove the above comment?