Re: [dpdk-dev] [PATCH] net/vmxnet3: uninitialized variable fix

2019-05-20 Thread Yong Wang
-Original Message- From: Yogev Chaimovich Date: Thursday, May 16, 2019 at 12:10 AM To: Yong Wang Cc: "dev@dpdk.org" , Yogev Chaimovich , "sta...@dpdk.org" Subject: [PATCH] net/vmxnet3: uninitialized variable fix Coverity issue: 323479 Fixes: 30f77abe net/vmxnet3: support stat

Re: [dpdk-dev] [PATCH] net/vmxnet3: uninitialized variable fix

2019-05-16 Thread David Marchand
On Thu, May 16, 2019 at 9:10 AM Yogev Chaimovich wrote: I am not sure this is the right fix but I don't know this driver so I will let Yong comment on this. On the form, please, have a look at the recommandations for submitting patches: http://doc.dpdk.org/guides/contributing/patches.html#commit

[dpdk-dev] [PATCH] net/vmxnet3: uninitialized variable fix

2019-05-16 Thread Yogev Chaimovich
Coverity issue: 323479 Fixes: 30f77abe net/vmxnet3: support stats reset Cc: sta...@dpdk.org Signed-off-by: yogev ch --- drivers/net/vmxnet3/vmxnet3_ethdev.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/vmxnet3/vmxnet3_ethdev.c b/drivers/net/vmxnet3/vmxnet3