Skip to content

Commit

Permalink
tg3: Remove prev_vlan_tag from struct tx_ring_info
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Oct 1, 2009
1 parent 3d1285b commit bf18a9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/tg3.h
Original file line number Diff line number Diff line change
Expand Up @@ -2412,7 +2412,6 @@ struct ring_info {

struct tx_ring_info {
struct sk_buff *skb;
u32 prev_vlan_tag;
};

struct tg3_config_info {
Expand Down

0 comments on commit bf18a9f

Please sign in to comment.