Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef291b8c authored by Greg Rose's avatar Greg Rose Committed by David S. Miller
Browse files

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: default avatarGreg Rose <gregory.v.rose@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1ada1b1b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
};