]> www.infradead.org Git - users/jedix/linux-maple.git/commit
i40evf: add MAC address filter in open, not init
authorMitch Williams <mitch.a.williams@intel.com>
Mon, 27 Apr 2015 18:57:17 +0000 (14:57 -0400)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Fri, 28 Aug 2015 15:11:51 +0000 (08:11 -0700)
commit91ec33f558772b5ac30e2e4b8c7fe9a844f82a8e
tree85b9d8cb5dcdb9c466ed1a760fdee7866f5cc9db
parent86dfc030fab38c3a245449271f78b0dbfaf7d4f0
i40evf: add MAC address filter in open, not init

Orabug: 21570582

During close, all of the MAC filters are cleared, so the driver would be
unable to receive unicast packets after being closed and reopened.

Add the adapter's "hardware" MAC address filter in open, not init. This
ensures that the correct filter is present each time.

Change-ID: I51a11e9c1200139dab6f66a5353bd38c7d26f875
Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Tested-by: Jim Young <james.m.young@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
(cherry picked from commit 44151cd32deb1074530f3beba51d535fa0887d9a)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
drivers/net/ethernet/intel/i40evf/i40evf_main.c