Re: [PATCH iproute2] rdma: stat: fix return code

2021-04-18 Thread Leon Romanovsky
On Sun, Apr 18, 2021 at 02:56:30PM +0200, Andrea Claudi wrote: > libmnl defines MNL_CB_OK as 1 and MNL_CB_ERROR as -1. rdma uses these > return codes, and stat_qp_show_parse_cb() should do the same. > > Fixes: 16ce4d23661a ("rdma: stat: initialize ret in stat_qp_show_parse_cb()") > Reported-by: Le

[PATCH iproute2] rdma: stat: fix return code

2021-04-18 Thread Andrea Claudi
libmnl defines MNL_CB_OK as 1 and MNL_CB_ERROR as -1. rdma uses these return codes, and stat_qp_show_parse_cb() should do the same. Fixes: 16ce4d23661a ("rdma: stat: initialize ret in stat_qp_show_parse_cb()") Reported-by: Leon Romanovsky Signed-off-by: Andrea Claudi --- rdma/stat.c | 2 +- 1 f