netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Add more explanation to tcp_prequeue comment
@ 2005-04-28 21:14 Andrew Grover
  2005-04-28 21:53 ` Arnaldo Carvalho de Melo
  2005-05-03 21:30 ` David S. Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Andrew Grover @ 2005-04-28 21:14 UTC (permalink / raw)
  To: netdev

Here's a patch to make that prequeue comment a little clearer. Look ok?

Signed-off-by: Andy Grover <andrew.grover@intel.com>

===== include/net/tcp.h 1.105 vs edited =====
--- 1.105/include/net/tcp.h     2005-02-22 10:45:31 -08:00
+++ edited/include/net/tcp.h    2005-04-28 14:02:43 -07:00
@@ -1560,6 +1560,13 @@
  * idea (VJ's mail "Re: query about TCP header on tcp-ip" of 07 Sep 93)
  * failed somewhere. Latency? Burstiness? Well, at least now we will
  * see, why it failed. 8)8)                              --ANK
+ *
+ * Actually, even though the prequeue is not as important for fast
+ * csum anymore, it is important for scheduling, to generate ACKs
+ * when the data is received by the process, not the stack.
+ * davem says, "Without prequeue, we ACK immediately. This artificially
+ * makes the sender believe it can pump data out at that rate to the
+ * receiver."
  *
  * NOTE: is this not too big to inline?
  */

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-05-03 21:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-28 21:14 [PATCH] Add more explanation to tcp_prequeue comment Andrew Grover
2005-04-28 21:53 ` Arnaldo Carvalho de Melo
2005-05-03 21:30 ` David S. Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).