浏览代码

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>
Eric Dumazet 15 年之前
父节点
当前提交
bf18a9f8b3
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/net/tg3.h

+ 0 - 1
drivers/net/tg3.h

@@ -2412,7 +2412,6 @@ struct ring_info {
 
 struct tx_ring_info {
 	struct sk_buff			*skb;
-	u32				prev_vlan_tag;
 };
 
 struct tg3_config_info {