aboutsummaryrefslogtreecommitdiff
path: root/tools/net
diff options
context:
space:
mode:
authorGravatar Albert Huang <huangjie.albert@bytedance.com> 2023-10-11 15:48:51 +0800
committerGravatar Jakub Kicinski <kuba@kernel.org> 2023-10-13 16:52:02 -0700
commitc68681ae46eaaa1640b52fe366d21a93b2185df5 (patch)
tree9543a488783dfe6d8fcd717b69d5a01e95525a5f /tools/net
parenttcp: allow again tcp_disconnect() when threads are waiting (diff)
downloadlinux-c68681ae46eaaa1640b52fe366d21a93b2185df5.tar.gz
linux-c68681ae46eaaa1640b52fe366d21a93b2185df5.tar.bz2
linux-c68681ae46eaaa1640b52fe366d21a93b2185df5.zip
net/smc: fix smc clc failed issue when netdevice not in init_net
If the netdevice is within a container and communicates externally through network technologies such as VxLAN, we won't be able to find routing information in the init_net namespace. To address this issue, we need to add a struct net parameter to the smc_ib_find_route function. This allow us to locate the routing information within the corresponding net namespace, ensuring the correct completion of the SMC CLC interaction. Fixes: e5c4744cfb59 ("net/smc: add SMC-Rv2 connection establishment") Signed-off-by: Albert Huang <huangjie.albert@bytedance.com> Reviewed-by: Dust Li <dust.li@linux.alibaba.com> Reviewed-by: Wenjia Zhang <wenjia@linux.ibm.com> Link: https://lore.kernel.org/r/20231011074851.95280-1-huangjie.albert@bytedance.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/net')
0 files changed, 0 insertions, 0 deletions