]> git.kernelconcepts.de Git - mv-sheeva.git/blobdiff - net/Kconfig
Revert "Apply SCST exec req fifo patch"
[mv-sheeva.git] / net / Kconfig
index e926884c1675c04c3d150ddc83eaa89f91a0cb4a..3bc798bbadbadd2a550f6707dae025539eab92d1 100644 (file)
@@ -72,6 +72,18 @@ config INET
 
          Short answer: say Y.
 
+config TCP_ZERO_COPY_TRANSFER_COMPLETION_NOTIFICATION
+       bool "TCP/IP zero-copy transfer completion notification"
+        depends on INET
+        default SCST_ISCSI
+       ---help---
+         Adds support for sending a notification upon completion of a
+          zero-copy TCP/IP transfer. This can speed up certain TCP/IP
+          software. Currently this is only used by the iSCSI target driver
+          iSCSI-SCST.
+
+          If unsure, say N.
+
 if INET
 source "net/ipv4/Kconfig"
 source "net/ipv6/Kconfig"
@@ -293,6 +305,7 @@ source "net/wimax/Kconfig"
 source "net/rfkill/Kconfig"
 source "net/9p/Kconfig"
 source "net/caif/Kconfig"
+source "net/ceph/Kconfig"
 
 
 endif   # if NET