]> 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)
commit592b21fe78a65b79bfcc899cb46b260c682a0978
treebfdebd10de1ee33484b25c0783c73b91c853bf44
parent8b770b94581b2bfe61c9d0fe4da8b85c7e6497bd
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