From: Alexandre Rames Date: Tue, 22 Jul 2014 13:03:25 +0000 (+0100) Subject: sfc: Add support for busy polling X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~102 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36763266bbe8a2e93a7639b99bac2fee2c42bc5b;p=pandora-kernel.git sfc: Add support for busy polling This patch adds the sfc driver code for implementing busy polling. It adds ndo_busy_poll method and locking between it and napi poll. It also adds each napi to the napi_hash right after netif_napi_add(). Uses efx_start_eventq and efx_stop_eventq in the self tests. Signed-off-by: Shradha Shah Signed-off-by: David S. Miller --- Reading git-diff-tree failed