public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* ip_summed setting for TCP pure-ACK packets
@ 2010-11-08 16:35 Ben Hutchings
  2010-11-08 16:56 ` Eric Dumazet
  0 siblings, 1 reply; 4+ messages in thread
From: Ben Hutchings @ 2010-11-08 16:35 UTC (permalink / raw)
  To: David Miller; +Cc: sf-linux-drivers, netdev

As we discussed at LPC:

Current controllers handled by the sfc driver have a per-queue (rather
than per-packet) option for checksum generation.  Currently pure-ACK
packets sent by TCP have ip_summed == CHECKSUM_NONE and we must send
them on hardware queues with checksum generation disabled.  To support
this, we allocate 2 hardware queues per core TX queue.

To reduce the risk of reordering (and possibly the number of hardware TX
queues required), it would be helpful for TCP to set ip_summed ==
CHECKSUM_PARTIAL on pure-ACK packets when the output device is known to
support checksum generation.

Ben.

-- 
Ben Hutchings, Senior Software Engineer, Solarflare Communications
Not speaking for my employer; that's the marketing department's job.
They asked us to note that Solarflare product names are trademarked.


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

end of thread, other threads:[~2010-11-09 16:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-08 16:35 ip_summed setting for TCP pure-ACK packets Ben Hutchings
2010-11-08 16:56 ` Eric Dumazet
2010-11-09 16:24   ` Ben Hutchings
2010-11-09 16:28     ` Eric Dumazet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox