kernel_optimize_test/drivers/net/igb
Alexander Duyck 68d480c4de igb: make use of the uta to allow for promiscous mode filter
In order to support functions such as vlan tag stripping when SR-IOV is
enabled any given packet must match at least one filter.  However in the
case of promiscous mode being enabled on the PF the traffic routed to it
may not match any filters and is just sent to the PF by default.  In order
to make certain that this traffic is processed we can set all bits in the
UTA registers to create a pseudo promiscous mode filter that accepts all
packets.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-10-06 14:59:19 -07:00
..
e1000_82575.c igb: make use of the uta to allow for promiscous mode filter 2009-10-06 14:59:19 -07:00
e1000_82575.h igb: update comments for serdes config and update to handle duplex 2009-10-06 14:59:16 -07:00
e1000_defines.h igb: reset sgmii phy at start of init 2009-09-14 17:03:49 -07:00
e1000_hw.h igb: make use of the uta to allow for promiscous mode filter 2009-10-06 14:59:19 -07:00
e1000_mac.c igb: remove unused temp variable from stats clearing path 2009-10-06 14:59:16 -07:00
e1000_mac.h igb: resolve namespacecheck warning for igb_hash_mc_addr 2009-09-21 11:32:33 -07:00
e1000_mbx.c
e1000_mbx.h
e1000_nvm.c
e1000_nvm.h
e1000_phy.c igb: add locking to reads of the i2c interface 2009-10-06 14:59:18 -07:00
e1000_phy.h igb: add locking to reads of the i2c interface 2009-10-06 14:59:18 -07:00
e1000_regs.h igb: make use of the uta to allow for promiscous mode filter 2009-10-06 14:59:19 -07:00
igb_ethtool.c netdev: drivers should make ethtool_ops const 2009-09-02 01:03:33 -07:00
igb_main.c igb: make use of the uta to allow for promiscous mode filter 2009-10-06 14:59:19 -07:00
igb.h igb: set vf rlpml wasn't taking vlan tag into account 2009-09-03 20:01:50 -07:00
Makefile