diff options
author | Jesse Brandeburg <jesse.brandeburg@intel.com> | 2009-04-04 16:36:53 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-04-04 16:36:53 -0700 |
commit | 81c522851436dbc058c9c0c11b32e60d76b180ce (patch) | |
tree | d665ad0664f8a362baf496da9d4578dab2d0c397 /firmware/myricom | |
parent | 2b05e0021b21e1dc484a1237b7fa674e8a3704bb (diff) |
e1000: fix loss of multicast packets
e1000 (and e1000e, igb, ixgbe, ixgb) all do a series of
operations each time a multicast address is added. The flow goes
something like
1) stack adds one multicast address
2) stack passes whole current list of unicast and multicast
addresses to driver
3) driver clears entire list in hardware
4) driver programs each multicast address using iomem in a loop
This was causing multicast packets to be lost during the
reprogramming process.
reference with test program:
http://kerneltrap.org/mailarchive/linux-netdev/2009/3/14/5160514/thread
Thanks to Dave Boutcher for his report and test program.
This driver fix prepares an array all at once in memory and
programs it in one shot to the hardware, not requiring an "erase"
cycle.
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'firmware/myricom')
0 files changed, 0 insertions, 0 deletions