[dpdk-dev] [PATCH v2 0/2] fix coverity issues

2016-06-28 Thread Bruce Richardson
On Sun, Jun 26, 2016 at 11:46:16PM +0800, Helin Zhang wrote:
> It fixes several problematic dereference issues and missing
> break issue reported by Coverity.
> 
> Helin Zhang (2):
>   i40e: fix problematic dereference
>   i40e: fix missing break in switch
> 
>  drivers/net/i40e/i40e_pf.c   | 11 +--
>  drivers/net/i40e/i40e_rxtx.c | 12 
>  2 files changed, 13 insertions(+), 10 deletions(-)
> 
> -- 
Applied to dpdk-next-net/rel_16_07

/Bruce


[dpdk-dev] [PATCH v2 0/2] fix coverity issues

2016-06-27 Thread Helin Zhang
It fixes several problematic dereference issues and missing
break issue reported by Coverity.

Helin Zhang (2):
  i40e: fix problematic dereference
  i40e: fix missing break in switch

 drivers/net/i40e/i40e_pf.c   | 11 +--
 drivers/net/i40e/i40e_rxtx.c | 12 
 2 files changed, 13 insertions(+), 10 deletions(-)

-- 
2.5.0



[dpdk-dev] [PATCH v2 0/2] fix Coverity issues

2016-06-21 Thread Thomas Monjalon
> Remy Horton (2):
>   app/test-pmd: fix Coverity issues
>   examples/l2fwd-keepalive: fix Coverity issues

Applied with titles reworded as suggested by Pablo, thanks


[dpdk-dev] [PATCH v2 0/2] fix Coverity issues

2016-06-20 Thread Remy Horton
Fixes memory leaks detected by Coverity. These are due to ephemeral
memory allocations not being freed when errors occur.

--
v2 changes:
* Split patch into two

Remy Horton (2):
  app/test-pmd: fix Coverity issues
  examples/l2fwd-keepalive: fix Coverity issues

 app/test-pmd/config.c  | 3 +++
 examples/l2fwd-keepalive/shm.c | 2 ++
 2 files changed, 5 insertions(+)

-- 
2.5.5