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
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
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
===