Re: [dpdk-dev] [PATCH v2] net/avf: fix uninitialized variables issue

2018-01-31 Thread Ferruh Yigit
On 1/30/2018 3:32 AM, Jingjing Wu wrote: > This patch fixes the coverity UNINIT issue. > > Coverity issue: 257016, 257036 > Fixes: 69dd4c3d0898 ("net/avf: enable queue and device") > > Reported-by: John McNamara > Signed-off-by: Jingjing Wu Applied to dpdk-next-net/master, thanks.

[dpdk-dev] [PATCH v2] net/avf: fix uninitialized variables issue

2018-01-29 Thread Jingjing Wu
This patch fixes the coverity UNINIT issue. Coverity issue: 257016, 257036 Fixes: 69dd4c3d0898 ("net/avf: enable queue and device") Reported-by: John McNamara Signed-off-by: Jingjing Wu --- v2 change: - add fix for 257016 drivers/net/avf/avf_ethdev.c | 8 1 file changed, 4 insertio