Re: [dpdk-dev] [PATCH v2 1/3] ethdev: extract xstat basic stat count calculation

2017-10-23 Thread Ferruh Yigit
On 10/23/2017 4:15 PM, Ferruh Yigit wrote: > Extract into static inline function so that can be used by other > functions. > > Signed-off-by: Ferruh Yigit Series applied to dpdk-next-net/master, thanks.

[dpdk-dev] [PATCH v2 1/3] ethdev: extract xstat basic stat count calculation

2017-10-23 Thread Ferruh Yigit
Extract into static inline function so that can be used by other functions. Signed-off-by: Ferruh Yigit --- lib/librte_ether/rte_ethdev.c | 24 +++- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/lib/librte_ether/rte_ethdev.c b/lib/librte_ether/rte_ethdev.c in