commit | 385904f819e31fcf5a5aa53fa91f3352bffa6d19 | [log] [tgz] |
---|---|---|
author | Ben Hutchings <bhutchings@solarflare.com> | Mon Jan 14 21:23:15 2013 +0000 |
committer | Ben Hutchings <bhutchings@solarflare.com> | Thu Mar 07 20:22:00 2013 +0000 |
tree | 92edabc7a7ce6e22d5bb61f4b185de1dfea9402b | |
parent | e3a699fab34a724fa8693c1274d3ddb3e213a134 [diff] |
sfc: Don't use efx_filter_{build,hash,increment}() for default MAC filters These functions happen to work for default MAC filters: they generate an initial index of 1/0 for unicast/multicast respectively and an increment of 1 for either, so a search succeeds at depth 2. But this is a matter of luck rather than design, and it really won't work well with the bug fix we're about to do. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>