ixgbe: fix RAR entry counting for generic and fdb_add()
commit95447461fa9ae3d879c84c1d2f2f8da2fdcd8f34
authorJohn Fastabend <john.r.fastabend@intel.com>
Thu, 31 May 2012 12:42:26 +0000 (31 12:42 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sat, 21 Jul 2012 23:05:59 +0000 (21 16:05 -0700)
tree66288cc983efed26cf494915470dda8c80dbb6df
parentb92ad72dea9925359e9dfa70c4cbf8db6f1b2d65
ixgbe: fix RAR entry counting for generic and fdb_add()

Do RAR entry accounting correctly so that errors are reported and
promisc mode is set correctly when the number of entries exceeds
the hardware limits.

This can happen with many macvlan devices attached to the PF or
by adding many fdb entries in SR-IOV modes.

Also this includes a small refactor to fdb_add() to avoid having so
many nested if/else statements after adding a check for the number
or RAR entries.

The max entries for the PF is currently 16 we allow 15 additional
entries to account for the defined MAC.

Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Tested-by: Ross Brattain <ross.b.brattain@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c