[dpdk-dev] [PATCH v1 0/2] XStats fixes

2016-11-15 Thread Ferruh Yigit
On 11/14/2016 6:14 AM, Remy Horton wrote: > The offsets used in rte_i40evf_stats_strings for transmission > statistics were wrong, returning the total byte count rather than > the respective (unicast, multicast, broadcast, drop, & error) > packet counts. > > This patchset also fixes some spelling

[dpdk-dev] [PATCH v1 0/2] XStats fixes

2016-11-14 Thread Remy Horton
The offsets used in rte_i40evf_stats_strings for transmission statistics were wrong, returning the total byte count rather than the respective (unicast, multicast, broadcast, drop, & error) packet counts. This patchset also fixes some spelling errors. Fixes: da61cd084976 ("i40evf: add extended st