2016-11-02 10:21, Morten Br?rup: > > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > > 2016-08-26 18:08, Wei Dai: > > > > /** > > > > * A structure used to retrieve statistics for an Ethernet port. > > > > + * Not all statistics fields in struct rte_eth_stats are supported > > > > + * by any type of network interface card (NIC). If any statistics > > > > + * field is not supported, its value is 0 . > > > > */ > > > > struct rte_eth_stats { > > > > > > I'm missing the point of this patch. > > > Why do you think it is a fix? > > > > > > John, any opinion? > > I think the source code comment is an improvement. [...]
Applied as an improvement (not a fix).