[dpdk-dev] [PATCH 4/4] szedata2: add 100G link speed

Thomas Monjalon thomas.monjalon at 6wind.com
Tue Mar 15 21:51:20 CET 2016


2016-03-15 14:50, Matej Vido:
> 
> Dňa 15.03.2016 o 14:41 Thomas Monjalon napísal(a):
> > 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?
> Yes, I forgot. Should I remove the comment and send again or could you 
> do it when merging with original series?

I'll do it, thanks.


More information about the dev mailing list