]> www.infradead.org Git - users/jedix/linux-maple.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)
committerDhaval Giani <dhaval.giani@oracle.com>
Wed, 8 Mar 2017 00:30:35 +0000 (19:30 -0500)
commite003427abdeb5fbc84f8e0ee7ed0948be7a23db5
treef53a3482c4e6c1339f5a0cee0ac234f01f1a2b51
parentdb1c74218759a7ceec61fcd14edbf8eb89f6c564
i40evf: always activate correct MAC address filter

Orabug: 24568124

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>
(cherry picked from commit 63590b6129aa4a991c4d162cad5caab1632a1b9a)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
Signed-off-by: Dhaval Giani <dhaval.giani@oracle.com>
drivers/net/ethernet/intel/i40evf/i40evf_main.c