Re: [PATCH][TG3]Some cleanups

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: jamal
Date: Tuesday, October 2, 2007 - 5:37 am

On Mon, 2007-01-10 at 17:21 -0700, Michael Chan wrote:


Excellent eye Michael.
The simplest solution seems to me to modify the definition of TG3_SKB_CB
as i did for e1000 from:
(struct tg3_tx_cbdata *)&((__skb)->cb[0])
to:
(struct tg3_tx_cbdata *)&((__skb)->cb[8])

that way the vlan tags are always present and no need to recreate them.
What do you think?

cheers,
jamal

-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH][TG3]Some cleanups, jamal, (Sun Sep 30, 11:11 am)
Re: [PATCH][TG3]Some cleanups, jamal, (Sun Sep 30, 11:12 am)
Re: [PATCH][TG3]Some cleanups, Michael Chan, (Mon Oct 1, 5:21 pm)
Re: [PATCH][TG3]Some cleanups, jamal, (Tue Oct 2, 5:37 am)
Re: [PATCH][TG3]Some cleanups, Michael Chan, (Tue Oct 2, 4:33 pm)
Re: [PATCH][TG3]Some cleanups, jamal, (Wed Oct 3, 6:18 am)
Re: [PATCH][TG3]Some cleanups, jamal, (Sun Oct 7, 8:12 am)
Re: [PATCH][TG3]Some cleanups, David Miller, (Sun Oct 7, 11:32 pm)
Re: [PATCH][TG3]Some cleanups, jamal, (Mon Oct 8, 6:42 am)