On Wed, 2013-05-29 at 09:39 +0300, Eliezer Tamir wrote: > Adds busy-poll support for TCP. > Copy the napi_id from an incomming skb to the sk in tcp_v[46]_rcv(). > when there is no data in the socket we busy-poll in tcp_recvmsg(). > This is a good example of how to add busy-poll support to new protocols. > > Signed-off-by: Alexander Duyck <[email protected]> > Signed-off-by: Jesse Brandeburg <[email protected]> > Tested-by: Willem de Bruijn <[email protected]> > Signed-off-by: Eliezer Tamir <[email protected]> > --- > > net/ipv4/tcp.c | 5 +++++ > net/ipv4/tcp_ipv4.c | 2 ++ > net/ipv6/tcp_ipv6.c | 2 ++ > 3 files changed, 9 insertions(+), 0 deletions(-)
Acked-by: Eric Dumazet <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

