netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* bond_compute_features() does not handle devices with different CSUM
@ 2007-05-30  0:41 Laurent Chavey
  2007-05-30  2:47 ` Laurent Chavey
  2007-05-30 16:27 ` Stephen Hemminger
  0 siblings, 2 replies; 8+ messages in thread
From: Laurent Chavey @ 2007-05-30  0:41 UTC (permalink / raw)
  To: netdev

kernel version <= 2.6.20.1
file drivers/net/bonding/bonding_main.c
function bond_compute_features()

-----------
  Given a system with two different NIC. One driver sets
        dev->features |=  NETIF_F_HW_CSUM
  the other driver sets
        dev->features |=  NETIF_F_IP_CSUM

  when enslaving the 2 device above, bond_compute_features()
  does not set the intersection of the 2 CSUM
  features (should be NETIF_F_IP_CSUM)
-----------

   should the bond features in the case above include NETIF_F_IP_CSUM

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

end of thread, other threads:[~2007-05-30 17:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-30  0:41 bond_compute_features() does not handle devices with different CSUM Laurent Chavey
2007-05-30  2:47 ` Laurent Chavey
2007-05-30 11:03   ` Michael Buesch
2007-05-30 15:16     ` Laurent Chavey
2007-05-30 15:18       ` Laurent Chavey
2007-05-30 16:27 ` Stephen Hemminger
2007-05-30 16:58   ` Laurent Chavey
2007-05-30 17:19     ` Stephen Hemminger

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).