Re: [dpdk-dev] [dpdk-stable] [PATCH] ethdev: fix missing imissed counter in xstats

2017-12-15 Thread Ferruh Yigit
On 12/14/2017 9:41 AM, Ferruh Yigit wrote: > On 12/14/2017 6:23 AM, Olivier Matz wrote: >> imissed counter has been set as deprecated in commit 49f386542af4 >> ("ethdev: remove driver specific stats") and removed from the >> rte_eth_xstats_name_off structure. >> >> The imissed counter has been rest

Re: [dpdk-dev] [dpdk-stable] [PATCH] ethdev: fix missing imissed counter in xstats

2017-12-14 Thread Ferruh Yigit
On 12/14/2017 6:23 AM, Olivier Matz wrote: > imissed counter has been set as deprecated in commit 49f386542af4 > ("ethdev: remove driver specific stats") and removed from the > rte_eth_xstats_name_off structure. > > The imissed counter has been restored few commits later but has not been > restore