Skip to content
Commit 9a0a9433 authored by Ben Hutchings's avatar Ben Hutchings
Browse files

sfc: Refactor Falcon-arch search limit reset



Currently every call to efx_farch_filter_table_clear_entry() is
shortly followed by a conditional reset of the table limits.  The new
limits (0) are not pushed to hardware until the next filter insertion.
Move both the reset and the hardware reconfiguration into
efx_farch_filter_table_clear_entry(), and add an explanatory comment.

Also, make consistent use of the term 'search limit' for the maximum
number of probes the NIC must make when searching for a filter of a
particular type.

Signed-off-by: default avatarBen Hutchings <bhutchings@solarflare.com>
parent 6d661cec
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment