[dpdk-dev] [PATCH v1 1/2] net/i40e: fix incorrect xstats value mapping

2016-11-14 Thread Kevin Traynor
On 11/14/2016 06: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. > > Fixes: da61cd084976 ("i40evf: add exte

[dpdk-dev] [PATCH v1 1/2] net/i40e: fix incorrect xstats value mapping

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. Fixes: da61cd084976 ("i40evf: add extended stats") Signed-off-by: Remy Horton --- drivers/