[dpdk-dev] [PATCH] ethdev: fix statistics description

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Nov 7 21:37:02 CET 2016


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).


More information about the dev mailing list