[dpdk-dev] [PATCH] i40e: fix unchecked return value

2016-06-13 Thread Bruce Richardson
On Tue, May 24, 2016 at 09:25:34AM +0200, Daniel Mrzyglod wrote: > Calling i40e_switch_rx_queue without checking return value. > Fixed by add warning log information if return failed. > > Fixes: 71d35259ff67 ("i40e: tear down flow director") > Coverity ID 13198 > > Signed-off-by: Daniel Mrzyglod

[dpdk-dev] [PATCH] i40e: fix unchecked return value

2016-05-26 Thread Mcnamara, John
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Wednesday, May 25, 2016 11:43 AM > To: dev at dpdk.org; Mrzyglod, DanielX T > Cc: Zhang, Helin ; Wu, Jingjing > ; Mcnamara, John > Subject: Re: [dpdk-dev] [PATCH] i40e: fix u

[dpdk-dev] [PATCH] i40e: fix unchecked return value

2016-05-25 Thread Thomas Monjalon
2016-05-24 09:25, Daniel Mrzyglod: > Fixes: 71d35259ff67 ("i40e: tear down flow director") > Coverity ID 13198 FYI, in recent commits I've started to standardize the coverity reports like that: Coverity issue: X Fixes: ... Please spread the word.

[dpdk-dev] [PATCH] i40e: fix unchecked return value

2016-05-24 Thread Daniel Mrzyglod
Calling i40e_switch_rx_queue without checking return value. Fixed by add warning log information if return failed. Fixes: 71d35259ff67 ("i40e: tear down flow director") Coverity ID 13198 Signed-off-by: Daniel Mrzyglod --- drivers/net/i40e/i40e_fdir.c | 5 - 1 file changed, 4 insertions(+),