]> git.baikalelectronics.ru Git - kernel.git/commit
i40evf: always activate correct MAC address filter
authorMitch Williams <mitch.a.williams@intel.com>
Mon, 16 May 2016 17:26:42 +0000 (10:26 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Mon, 27 Jun 2016 23:02:48 +0000 (16:02 -0700)
commitb147a3123df5fef76babdf5139ed112a4f700977
treea6f09f8af903737d874483ce25163f21c00add4d
parent92d2191ddd009310c3b29542f2efcfe0dfe49cec
i40evf: always activate correct MAC address filter

Always add MAC address at the tail of the MAC filter list. Since the
device's "real" MAC address is added first, it will always be at the
beginning of the list. This prevents an issue where the "real" MAC
filter might not get added if too many other filters are added before
bringing the interface up.

Change-ID: I34a8aeebeb0cb87a44b24118adc4176c7b943c1c
Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40evf/i40evf_main.c