diff options
author | Eric Dumazet <eric.dumazet@gmail.com> | 2009-10-01 17:37:34 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-10-01 17:37:34 -0400 |
commit | bf18a9f8b32666cb6a4abd3e922c1b7e69735733 (patch) | |
tree | 6ebd3e28f30055b6a7b459b180becfb528eafec3 /drivers/net/tg3.h | |
parent | 3d1285beff2e8467b8c3884d83b7a91a99aa9fcd (diff) |
tg3: Remove prev_vlan_tag from struct tx_ring_info
prev_vlan_tag field is not used.
Patch saves 512*8 bytes per tx queue ring on 64bit arches.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Acked-by: Matthew Carlson <mcarlson@broadcom.com>
Diffstat (limited to 'drivers/net/tg3.h')
-rw-r--r-- | drivers/net/tg3.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/tg3.h b/drivers/net/tg3.h index 82b45d8797b4..524691cd9896 100644 --- a/drivers/net/tg3.h +++ b/drivers/net/tg3.h | |||
@@ -2412,7 +2412,6 @@ struct ring_info { | |||
2412 | 2412 | ||
2413 | struct tx_ring_info { | 2413 | struct tx_ring_info { |
2414 | struct sk_buff *skb; | 2414 | struct sk_buff *skb; |
2415 | u32 prev_vlan_tag; | ||
2416 | }; | 2415 | }; |
2417 | 2416 | ||
2418 | struct tg3_config_info { | 2417 | struct tg3_config_info { |