]> asedeno.scripts.mit.edu Git - linux.git/commit
ixgbe: Assume provided MAC filter has been verified by macvlan
authorAlexander Duyck <alexander.h.duyck@intel.com>
Wed, 22 Nov 2017 18:56:59 +0000 (10:56 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 12 Jan 2018 16:19:26 +0000 (08:19 -0800)
commit4a2512cfdfe9ed2d9cdbbcced7d81362292105b0
tree2a25f6aa2caabf7df5a67f884afcc54658bf9f02
parent6bd39bc3da0f4a301fae69c4a32db2768f5118be
ixgbe: Assume provided MAC filter has been verified by macvlan

The macvlan driver itself will validate the MAC address that is configured
for a given interface. There is no need for us to verify it again.

Instead we should be checking to verify that we actually allocate the filter
and have not run out of resources to configure a MAC rule in our filter
table.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c