Re: [patch] remove NETIF_F_TSO ifdefery

2006-12-12 Thread Michael Chan
Jeff Garzik write: > Seems sane, though bnx2 and tg3 might want trivial modifications. I > dunno if DaveM and mchan want to keep BCM_TSO and TG3_SUPPORT_TSO > defines (you kept them, I prefer to kill them). > I agree with Jeff. Those can be killed. - To unsubscribe from this list: send the

Re: [patch] remove NETIF_F_TSO ifdefery

2006-12-12 Thread Jeff Garzik
Arjan van de Ven wrote: Hi, this patch removes the NETIF_F_TSO #ifdef-ery in drivers/net; this was for old-old-2.4 compat (even current 2.4 has NETIF_F_TSO) but it's time to get rid of it by now. Signed-off-by: Arjan van de Ven <[EMAIL PROTECTED]> Seems sane, though bnx2 and tg3 might want tr

[patch] remove NETIF_F_TSO ifdefery

2006-12-12 Thread Arjan van de Ven
Hi, this patch removes the NETIF_F_TSO #ifdef-ery in drivers/net; this was for old-old-2.4 compat (even current 2.4 has NETIF_F_TSO) but it's time to get rid of it by now. Signed-off-by: Arjan van de Ven <[EMAIL PROTECTED]> Index: linux-2.6/drivers/net/bnx2.c ===