From: Ben Hutchings Date: Fri, 26 Oct 2012 23:33:48 +0000 (+0100) Subject: sfc: Refactor Falcon-arch search limit reset X-Git-Tag: v3.12-rc1~132^2~168^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a0a943321cc89a9efc8726e28d8473eafa73e29;p=pandora-kernel.git 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: Ben Hutchings --- Reading git-diff-tree failed