All of lore.kernel.org
 help / color / mirror / Atom feed
* doubt about qla3xxx checksum "fix"
@ 2007-06-04  1:00 David Miller
  2007-06-04  1:50 ` Stephen Hemminger
  0 siblings, 1 reply; 3+ messages in thread
From: David Miller @ 2007-06-04  1:00 UTC (permalink / raw)
  To: netdev; +Cc: shemminger, jeff


I don't think it's %100 right, I'm referring specifically to

e68a8c10c4c5daf363e946d10c1a5cba77d7f92c

Sure, qla3xxx is only handling ipv4 in that ql_hw_csum_setup()
function, but if you check the call site it really wants
CHECKSUM_PARTIAL skb's to work on.  And CHECKSUM_PARTIAL skbs are only
setup for paths that advertise the NETIF_F_HW_CSUM capability.

With Stephen's change it now won't checksum offload anything at all.

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

end of thread, other threads:[~2007-06-04  2:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-04  1:00 doubt about qla3xxx checksum "fix" David Miller
2007-06-04  1:50 ` Stephen Hemminger
2007-06-04  2:03   ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.