Re: [dpdk-dev] [PATCH] net/iavf: fix return value of stats get function

2020-04-22 Thread Ye Xiaolong
Hi, Thanks for the fix. On 04/14, cheng.pe...@zte.com.cn wrote: >The iavf_dev_stats_get function should return ret instead of -eio. > Fixes: f4a41a6953af ("net/avf: support stats") Cc: sta...@dpdk.org >Signed-off-by: Peng Cheng >--- > drivers/net/iavf/iavf_ethdev.c | 2 +- > 1 file changed, 1

[dpdk-dev] [PATCH] net/iavf: fix return value of stats get function

2020-04-13 Thread cheng.peng5
The iavf_dev_stats_get function should return ret instead of -eio. Signed-off-by: Peng Cheng --- drivers/net/iavf/iavf_ethdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/iavf/iavf_ethdev.c b/drivers/net/iavf/iavf_ethdev.c index 34913f9..93ab121 100644 --- a/