From: Neil Horman Date: Thu, 17 Apr 2014 19:26:51 +0000 (-0400) Subject: sctp: add support for busy polling to sctp protocol X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~355 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8465a5fcd1ceba8f2b55121d47b73f4025401490;p=pandora-kernel.git sctp: add support for busy polling to sctp protocol The busy polling socket option adds support for sockets to busy wait on data arriving on the napi queue from which they have most recently received a frame. Currently only tcp and udp support this feature, but theres no reason sctp can't do so as well. Add it in so appliations can take advantage of it Signed-off-by: Neil Horman CC: Vlad Yasevich CC: "David S. Miller" CC: Daniel Borkmann CC: netdev@vger.kernel.org Acked-by: Vlad Yasevich Acked-by: Daniel Borkmann Signed-off-by: David S. Miller --- Reading git-diff-tree failed