]> git.baikalelectronics.ru Git - kernel.git/commit
igb: Enable use of "bridge fdb add" to set unicast table entries
authorAlexander Duyck <aduyck@mirantis.com>
Thu, 7 Jan 2016 07:11:34 +0000 (23:11 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 16 Feb 2016 00:49:25 +0000 (16:49 -0800)
commit8504344f1e538459f1eff7a72303cf4bab18866d
treebfdebd10de1ee33484b25c0783c73b91c853bf44
parenteef1a966a2be0c9964a903cfb3e0bcac8e5c3b73
igb: Enable use of "bridge fdb add" to set unicast table entries

This change makes it so that we can use the bridge utility to add a FDB
entry for the PF to an igb port.  By doing this we can enable the VFs to
talk to virtual ports residing on top of the PF.

In addition this should also address issues with MACVLANs trying to reside
on top of the PF as well as they would have had similar issues when added
to the PF with SR-IOV enabled.

Signed-off-by: Alexander Duyck <aduyck@mirantis.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/igb/igb_main.c