[dpdk-dev] [PATCH 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

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

2017-10-19 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