Re: [dpdk-dev] [PATCH 1/2] lib: refactor basic stats code

2018-01-09 Thread Ferruh Yigit
On 12/11/2017 1:27 PM, Daly, Lee wrote: >> Subject: [dpdk-dev] [PATCH 1/2] lib: refactor basic stats code >> >> Moved the code to get the basic stats names and values into static functions. >> >> Signed-off-by: Elza Mathew > > Reviewed-by: Lee Daly Se

Re: [dpdk-dev] [PATCH 1/2] lib: refactor basic stats code

2017-12-11 Thread Daly, Lee
> Subject: [dpdk-dev] [PATCH 1/2] lib: refactor basic stats code > > Moved the code to get the basic stats names and values into static functions. > > Signed-off-by: Elza Mathew Reviewed-by: Lee Daly

[dpdk-dev] [PATCH 1/2] lib: refactor basic stats code

2017-12-05 Thread Elza Mathew
Moved the code to get the basic stats names and values into static functions. Signed-off-by: Elza Mathew --- lib/librte_ether/rte_ethdev.c | 156 -- 1 file changed, 91 insertions(+), 65 deletions(-) diff --git a/lib/librte_ether/rte_ethdev.c b/lib/librte_