Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: fix unchecked return value

2019-08-07 Thread Akhil Goyal
> > Check the return value of the rte_eth_dev_rss_hash_conf_get function. > > Coverity issue: 344970 > Fixes: 3a690d5a65e2 ("examples/ipsec-secgw: fix first packet with inline > crypto") > Cc: sta...@dpdk.org > > Signed-off-by: Bernard Iremonger > --- Acked-by: Akhil Goyal Thomas, Could y

[dpdk-dev] [PATCH] examples/ipsec-secgw: fix unchecked return value

2019-08-07 Thread Bernard Iremonger
Check the return value of the rte_eth_dev_rss_hash_conf_get function. Coverity issue: 344970 Fixes: 3a690d5a65e2 ("examples/ipsec-secgw: fix first packet with inline crypto") Cc: sta...@dpdk.org Signed-off-by: Bernard Iremonger --- examples/ipsec-secgw/ipsec.c | 9 - 1 file changed, 8