]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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)
committerChuck Anderson <chuck.anderson@oracle.com>
Wed, 6 Jul 2016 23:40:17 +0000 (16:40 -0700)
commit0123a778309cebd41e849027df2e121b553a4d2a
treea31a66edd29d27edf67fdf7b1ba8716cd27fa140
parent70ac8fe043e25506300fd164efcfeae5eade980e
ixgbe: Allow FDB entries access to more RAR filters

Orabug: 23177316

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>
(cherry picked from commit 2f9be1665585a3757a00a6d1b8201d0ede937a34)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c