Re: [dpdk-dev] [PATCH] net/avf: fix unchecked return value issue

2018-01-31 Thread Ferruh Yigit
On 1/30/2018 9:10 AM, Jingjing Wu wrote: > This patch fixes the coverity CHECKED_RETURN issue. > > Coverity issue: 257045 > Fixes: 48de41ca11f0 ("net/avf: enable link status update") > > Reported-by: John McNamara > Signed-off-by: Jingjing Wu Applied to dpdk-next-net/master, thanks.

[dpdk-dev] [PATCH] net/avf: fix unchecked return value issue

2018-01-30 Thread Jingjing Wu
This patch fixes the coverity CHECKED_RETURN issue. Coverity issue: 257045 Fixes: 48de41ca11f0 ("net/avf: enable link status update") Reported-by: John McNamara Signed-off-by: Jingjing Wu --- drivers/net/avf/avf_ethdev.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git

[dpdk-dev] [PATCH] net/avf: fix unchecked return value issue

2018-01-29 Thread Jingjing Wu
This patch fixes the coverity CHECKED_RETURN issue. Coverity issue: 257045 Fixes: 48de41ca11f0 ("net/avf: enable link status update") Reported-by: John McNamara Signed-off-by: Jingjing Wu --- drivers/net/avf/avf_ethdev.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git