+13
−0
+1
−0
+11
−1
net/smc/smc_loopback.c
0 → 100644
+156
−0
net/smc/smc_loopback.h
0 → 100644
+42
−0
Loading
mainline inclusion from mainline-v6.10-rc1 commit 46ac64419ded7bcbe1fb8d0f4df3258384a425c2 category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/IACM52 Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=46ac64419ded7bcbe1fb8d0f4df3258384a425c2 -------------------------------- This introduces a kind of Emulated-ISM device named loopback-ism for SMCv2.1. The loopback-ism device is currently exclusive for SMC usage, and aims to provide an SMC shortcut for sockets within the same kernel, leading to improved intra-OS traffic performance. Configuration of this feature is managed through the config SMC_LO. Signed-off-by:Wen Gu <guwen@linux.alibaba.com> Reviewed-by:
Gerd Bayer <gbayer@linux.ibm.com> Reviewed-by:
Wenjia Zhang <wenjia@linux.ibm.com> Reviewed-and-tested-by:
Jan Karcher <jaka@linux.ibm.com> Signed-off-by:
Paolo Abeni <pabeni@redhat.com> Signed-off-by:
Zhengchao Shao <shaozhengchao@huawei.com>