[dpdk-dev] [PATCH] ethdev: fix CID 124557 unchecked return value

2016-04-07 Thread Thomas Monjalon
2016-04-07 13:46, Slawomir Mrozowicz: > It fix coverity issue: > CID 124557 (#1 of 1): Unchecked return value (CHECKED_RETURN) > 3. check_return: Calling rte_eth_tx_buffer_set_err_callback without checking > return value (as is done elsewhere 6 out of 7 times). Lines must be wrapped. > Fixes:

[dpdk-dev] [PATCH] ethdev: fix CID 124557 unchecked return value

2016-04-07 Thread Slawomir Mrozowicz
It fix coverity issue: CID 124557 (#1 of 1): Unchecked return value (CHECKED_RETURN) 3. check_return: Calling rte_eth_tx_buffer_set_err_callback without checking return value (as is done elsewhere 6 out of 7 times). Fixes: d6c99e62c852 ("ethdev: add buffered Tx") Signed-off-by: Slawomir