On Mon, Oct 07, 2024 at 06:53:11PM +0530, Anumula Murali Mohan Reddy wrote: > ip_dev_find() always returns real net_device address, whether traffic is > running on a vlan or real device, if traffic is over vlan, filling > endpoint struture with real ndev and an attempt to send a connect > request will results in RDMA_CM_EVENT_UNREACHABLE error. > This patch fixes the issue by using vlan_dev_real_dev(). > > Fixes: 830662f6f032 ("RDMA/cxgb4: Add support for active and passive open connection with IPv6 address") > Signed-off-by: Anumula Murali Mohan Reddy <anumula@xxxxxxxxxxx> > Signed-off-by: Potnuri Bharat Teja <bharat@xxxxxxxxxxx> > --- > drivers/infiniband/hw/cxgb4/cm.c | 9 ++++----- > 1 file changed, 4 insertions(+), 5 deletions(-) Applied to for-rc, thanks Jason