Re: [lng-odp] [PATCHv2] linux-generic: pktio: avoid coverity issues by adding explicit cast

2016-04-04 Thread Bill Fischofer
OK. I realized the commit message was wrong so ignore the just submitted v3 as well. v4 coming up. :) On Mon, Apr 4, 2016 at 9:36 AM, Maxim Uvarov wrote: > On 04/04/16 17:29, Bill Fischofer wrote: > >> Resolve bug https://bugs.linaro.org/show_bug.cgi?id=2138 by adding an >> explicit rc check

Re: [lng-odp] [PATCHv2] linux-generic: pktio: avoid coverity issues by adding explicit cast

2016-04-04 Thread Maxim Uvarov
On 04/04/16 17:29, Bill Fischofer wrote: 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 | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(

[lng-odp] [PATCHv2] linux-generic: pktio: avoid coverity issues by adding explicit cast

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 | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/platform/linux-generic/odp_p