Re: [dpdk-dev] [PATCH v1] examples/ipsec-secgw: resolve coverity issue

2020-05-06 Thread Lukasz Wojciechowski
W dniu 06.05.2020 o 11:02, Praveen Shetty pisze: > Function create_ipsec_esp_flow returns a negative number in case of any > failure. But passing negative number to strerror is causing the coverity > issue. > In case of failure, displaying exact error message to console is handled > in create_ips

[dpdk-dev] [PATCH v1] examples/ipsec-secgw: resolve coverity issue

2020-05-06 Thread Praveen Shetty
Function create_ipsec_esp_flow returns a negative number in case of any failure. But passing negative number to strerror is causing the coverity issue. In case of failure, displaying exact error message to console is handled in create_ipsec_esp_flow function.So it is not required to print the error