ixgbe: Fix for RAR0 not being set to default MAC addr
authorTushar Dave <tushar.n.dave@oracle.com>
Thu, 7 Jan 2016 22:17:03 +0000 (14:17 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 30 Mar 2016 05:06:50 +0000 (22:06 -0700)
commit56768045186c183f1d6e5cd916dd07751a777a8d
treea7257f96abb153b239e09aa35e9d6d2f77ac1408
parente84810c7b85a2d7897797b3ad3e879168a8e032a
ixgbe: Fix for RAR0 not being set to default MAC addr

commit c9f53e63c208 ("ixgbe: Refactor MAC address configuration code")
introduced code that doesn't set HW register RAR0 to default mac address
but FF:FF:FF:FF:FF:FF. Due to this, ixgbe HW discards all incoming packets
that doesn't have destination mac address equals to FF:FF:FF:FF:FF:FF.

This commit sets RAR0 correctly to default HW mac address.

Signed-off-by: Tushar Dave <tushar.n.dave@oracle.com>
Tested-by: Sowmini Varadhan <sowmini.varadhan@oracle.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c