On 1/28/2019 3:56 PM, Yishai Hadas wrote:
This series from Danit adds a new option to rdma_set_option() that allows applications to override the RDMA-CM's QP ACK timeout value. Both the man page and ucmatose example code were updated to introduce this option. The matching kernel code was already sent into for-next. PR was sent: https://github.com/linux-rdma/rdma-core/pull/461 Danit Goldberg (3): rdmacm: Expand on optname in rdma_set_option man page rdmacm: Add option to set ACK timeout ucmatose: Add option to set ACK timeout Yishai Hadas (1): Update kernel headers kernel-headers/rdma/rdma_netlink.h | 17 ++--------------- kernel-headers/rdma/rdma_user_cm.h | 4 ++++ librdmacm/examples/cmatose.c | 24 ++++++++++++++++++++++-- librdmacm/man/rdma_set_option.3 | 16 ++++++++++++++++ librdmacm/man/ucmatose.1 | 8 ++++++-- librdmacm/rdma_cma.h | 4 ++++ 6 files changed, 54 insertions(+), 19 deletions(-)
The PR was updated to include the accepted kernel-headers, series was merged.