sfc: Don't use efx_filter_{build,hash,increment}() for default MAC filters
authorBen Hutchings <bhutchings@solarflare.com>
Mon, 14 Jan 2013 21:23:15 +0000 (21:23 +0000)
committerBen Hutchings <bhutchings@solarflare.com>
Thu, 7 Mar 2013 20:22:00 +0000 (20:22 +0000)
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>

No differences found