提交 ef291b8c 编写于 作者: G Greg Rose 提交者: David S. Miller

ixgbe: Remove unused emulation MAC storage from the per VF data structure.

This data storage for SW emulated MAC addresses is unlikely to ever be used
so pull it.
Signed-off-by: NGreg Rose <gregory.v.rose@intel.com>
Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 1ada1b1b
......@@ -110,7 +110,6 @@ struct vf_data_storage {
u16 num_vf_mc_hashes;
u16 default_vf_vlan_id;
u16 vlans_enabled;
unsigned char em_mac_addresses[MAX_EMULATION_MAC_ADDRS * ETH_ALEN];
bool clear_to_send;
int rar;
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册