On Fri, Feb 19, 2021 at 03:34:41PM +0100, Bernard Metzler wrote: > Binding IPv6 address/port to AF_INET6 domain only is provided > via rdma_set_afonly(), but was not signalled to the provider. > Applications like NFS/RDMA bind the same port to both IPv4 > and IPv6 addresses simultaneously and thus rely on it working > correctly. > > Tested-by: Chuck Lever <chuck.lever@xxxxxxxxxx> > Tested-by: Benjamin Coddington <bcodding@xxxxxxxxxx> > Signed-off-by: Bernard Metzler <bmt@xxxxxxxxxxxxxx> > --- > drivers/infiniband/core/cma.c | 1 + > drivers/infiniband/sw/siw/siw_cm.c | 19 +++++++++++++++++-- > include/rdma/iw_cm.h | 1 + > 3 files changed, 19 insertions(+), 2 deletions(-) Applied to for-next, thanks Jason