Re: [dpdk-dev] [PATCH v5 2/2] net/failsafe: implement xstats

2019-10-17 Thread Ferruh Yigit
On 9/19/2019 2:17 PM, Stephen Hemminger wrote: > Add support for extended statistics in failsafe driver. > Reports basic statistics for the failsafe driver, and detailed > statistics for each sub device. +1, but doesn't need to pull basic stats to the xstats in the PMD level, that part is already

[dpdk-dev] [PATCH v5 2/2] net/failsafe: implement xstats

2019-09-19 Thread Stephen Hemminger
Add support for extended statistics in failsafe driver. Reports basic statistics for the failsafe driver, and detailed statistics for each sub device. Signed-off-by: Stephen Hemminger Acked-by: Gaetan Rivet --- drivers/net/failsafe/failsafe_ops.c | 135 1 file chang