commit | 36763266bbe8a2e93a7639b99bac2fee2c42bc5b | [log] [tgz] |
---|---|---|
author | Alexandre Rames <arames@solarflare.com> | Tue Jul 22 14:03:25 2014 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 22 19:55:20 2014 -0700 |
tree | 5fdf487376e5f0f8dedb6fa395eb7c150e00b789 | |
parent | 2dbe82d0d11836279703dcf2679e711e18c23eec [diff] |
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 <sshah@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>