Re: [lng-odp] [PATCHv5] linux-generic: pktio: avoid coverity issues by adding explicit rc check

2016-04-14 Thread Maxim Uvarov
Merged with short description change to: linux-generic: pktio: add explicit rc check for odp_pktio_capability no need to write tool which you used to find a bug. Only what exactly was done and what is the problem. Thank you, Maxim. On 04/04/16 19:13, Bill Fischofer wrote: Resolve bug https://b

[lng-odp] [PATCHv5] linux-generic: pktio: avoid coverity issues by adding explicit rc check

2016-04-04 Thread Bill Fischofer
Resolve bug https://bugs.linaro.org/show_bug.cgi?id=2138 by adding an explicit rc check for odp_pktio_capability(). Signed-off-by: Bill Fischofer --- platform/linux-generic/odp_packet_io.c | 16 ++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/platform/linux-generi