Re: [PATCH] bonding: allow bond to use TSO if slaves support it

2006-01-18 Thread Arthur Kepner
On Wed, 18 Jan 2006, David S. Miller wrote: > > I thought we had fixed this already? Guess now :) > There was a patch some months ago to allow a bonding device to use zero-copy if all its slaves did - same idea (and implemented with the same code.) -- Arthur - To unsubscribe from thi

Re: [PATCH] bonding: allow bond to use TSO if slaves support it

2006-01-18 Thread David S. Miller
From: Arthur Kepner <[EMAIL PROTECTED]> Date: Wed, 18 Jan 2006 14:37:57 -0800 (PST) > Add NETIF_F_TSO to BOND_INTERSECT_FEATURES so that it can be > used by a bonding device iff all its slave devices support TSO. > > Signed-off-by: Arthur Kepner <[EMAIL PROTECTED]> I thought we had fixed this al

[PATCH] bonding: allow bond to use TSO if slaves support it

2006-01-18 Thread Arthur Kepner
Add NETIF_F_TSO to BOND_INTERSECT_FEATURES so that it can be used by a bonding device iff all its slave devices support TSO. Signed-off-by: Arthur Kepner <[EMAIL PROTECTED]> -- Arthurdiff --git a/drivers/net/bonding/bond_main.c b/drivers/net/bonding/bond_main.c --- a/drivers/net/bonding/bond_ma