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)
commit268f9d33a9319bb2d4d999e264aef9c00081bba0
treebfdebd10de1ee33484b25c0783c73b91c853bf44
parent9c2f186e45faa34d5f6ff52aa84c361d4be72288
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
This page took 0.031321 seconds and 5 git commands to generate.