On 18/05/2016 09:31, Tahhan, Maryam wrote:
[..]
quoted
+ eth_xstats_count_t xstats_count;
+ /**< Get number of extended statistics. */
Hi Remy
While reviewing the second patch in this patchset I noticed you aren't actually using
eth_xstats_count_t xstats_count in the eth_dev_ops to retrieve the count in the driver.
Do you still need xstats_count?
Well spotted - bit of dead code that slipped through the net when I
decided to use the existing convention for the driver-side interface.
Currently working on a v3 that will convert all the drivers, so will fix
in that patchset.
..Remy