Files
linux-apfs/net/ipv6
Eliezer Tamir d30e383bb8 tcp: add low latency socket poll support.
Adds low latency socket poll support for TCP.
In tcp_v[46]_rcv() add a call to sk_mark_ll() to copy the napi_id
from the skb to the sk.
In tcp_recvmsg(), when there is no data in the socket we busy-poll.
This is a good example of how to add busy-poll support to more protocols.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Eliezer Tamir <eliezer.tamir@linux.intel.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Tested-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-06-10 21:22:36 -07:00
..
2013-02-15 15:10:37 -05:00
2012-11-03 14:59:05 -04:00
2013-05-27 22:50:59 -07:00
2013-03-26 12:27:18 -04:00
2013-03-26 12:27:19 -04:00
2013-05-31 16:26:49 -07:00
2013-05-31 17:19:05 -07:00
2013-03-17 14:35:13 -04:00
2013-05-11 16:26:38 -07:00
2013-06-10 21:22:36 -07:00
2013-05-11 16:26:38 -07:00
2012-11-01 12:41:35 -04:00