]> git.ipfire.org Git - thirdparty/kernel/linux.git/blobdiff - net/smc/Kconfig
Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev...
[thirdparty/kernel/linux.git] / net / smc / Kconfig
index 746be399676833c03140241de31d60ec90baae88..ba5e6a2dd2fd768f7aaab2b8501e0cabe7fedbec 100644 (file)
@@ -20,3 +20,16 @@ config SMC_DIAG
          smcss.
 
          if unsure, say Y.
+
+config SMC_LO
+       bool "SMC intra-OS shortcut with loopback-ism"
+       depends on SMC
+       default n
+       help
+         SMC_LO enables the creation of an Emulated-ISM device named
+         loopback-ism in SMC and makes use of it for transferring data
+         when communication occurs within the same OS. This helps in
+         convenient testing of SMC-D since loopback-ism is independent
+         of architecture or hardware.
+
+         if unsure, say N.