X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=net%2FKconfig;fp=net%2FKconfig;h=3bc798bbadbadd2a550f6707dae025539eab92d1;hb=10168b84c65f0d993296c9fa865c8694b9dcbad7;hp=55fd82e9ffd91e9fd48878147f3068923373ce16;hpb=949dd53a6c529a72511b2340917546a12c58de05;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"