X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=net%2FKconfig;h=3bc798bbadbadd2a550f6707dae025539eab92d1;hb=c5d70fa7c7465373cfd8ea965b627df940a07e3d;hp=55fd82e9ffd91e9fd48878147f3068923373ce16;hpb=1dfd166e93f98892aa4427069a23ed73259983c8;p=mv-sheeva.git diff --git a/net/Kconfig b/net/Kconfig index 55fd82e9ffd..3bc798bbadb 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -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"