Re: [PATCH 1/1] IB/isert: set rdma cm afonly flag
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-05-28 23:34:40
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-05-28 23:34:40
On Mon, May 24, 2021 at 11:52:25AM +0300, Max Gurtovoy wrote:
This will allow both IPv4 and IPv6 sockets to bind a single port at the same time. Same behaviour is implemented in NVMe/RDMA target. Reviewed-by: Alaa Hleihel <redacted> Reviewed-by: Israel Rukshin <redacted> Signed-off-by: Max Gurtovoy <mgurtovoy@nvidia.com> Reviewed-by: Sagi Grimberg <sagi@grimberg.me> --- drivers/infiniband/ulp/isert/ib_isert.c | 10 ++++++++++ 1 file changed, 10 insertions(+)
Applied to for-next, thanks Jason