ixgbe: Allow FDB entries access to more RAR filters
authorAlexander Duyck <aduyck@mirantis.com>
Thu, 22 Oct 2015 23:26:42 +0000 (16:26 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 3 Dec 2015 10:32:11 +0000 (02:32 -0800)
commit2f9be1665585a3757a00a6d1b8201d0ede937a34
tree9638f7cd2c05fa560b22fceb0b7680bb783128d2
parent0f079d22834ac0529413bdee5b5aa52485942162
ixgbe: Allow FDB entries access to more RAR filters

This change makes it so that we allow the PF to make use of all free RAR
entries for FDB use if needed.

Previously the code limited us to 16 unicast entries, however this was
shared between MACVLAN which wasn't limited and the FDB code which was.  So
instead of treating the FDB code as a second class citizen I have updated
it so that it has access to just as many entries as the MACVLAN filters.

Signed-off-by: Alexander Duyck <aduyck@mirantis.com>
Tested-by: Darin Miller <darin.j.miller@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
This page took 0.026184 seconds and 5 git commands to generate.