On Tue, 2013-05-21 at 17:27 +0300, Eliezer Tamir wrote: > adds busy-poll support for TCP. > > Signed-off-by: Alexander Duyck <alexander.h.du...@intel.com> > Signed-off-by: Jesse Brandeburg <jesse.brandeb...@intel.com> > Tested-by: Willem de Bruijn <will...@google.com> > Signed-off-by: Eliezer Tamir <eliezer.ta...@linux.intel.com> > --- > > net/ipv4/tcp.c | 9 +++++++++ > net/ipv4/tcp_input.c | 4 ++++ > 2 files changed, 13 insertions(+), 0 deletions(-) > > diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c > index dcb116d..b9cc512 100644 > --- a/net/ipv4/tcp.c > +++ b/net/ipv4/tcp.c [...] > @@ -1551,6 +1553,12 @@ int tcp_recvmsg(struct kiocb *iocb, struct sock *sk, > struct msghdr *msg, > struct sk_buff *skb; > u32 urg_hole = 0; > > +#ifdef CONFIG_INET_LL_RX_POLL > + if (sk_valid_ll(sk) && skb_queue_empty(&sk->sk_receive_queue) > + && (sk->sk_state == TCP_ESTABLISHED)) > + sk_poll_ll(sk, nonblock); > +#endif [...]
I don't think the #ifdef is needed; this should compile down to nothing if the config option is disabled. Ben. -- Ben Hutchings, Staff Engineer, Solarflare Not speaking for my employer; that's the marketing department's job. They asked us to note that Solarflare product names are trademarked. ------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may _______________________________________________ E1000-devel mailing list E1000-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/e1000-devel To learn more about Intel® Ethernet, visit http://communities.intel.com/community/wired