#ifndef _LINUX_PARAM_H #define _LINUX_PARAM_H #include #endif t: remove custom busy_poll Generic NAPI busy polling allows us to remove custom implementations found in drivers. It is possible further optimization could be done by testing napi_complete_done() return value. Signed-off-by: Eric Dumazet Acked-by: Michael S. Tsirkin Signed-off-by: David S. Miller --- drivers/net/virtio_net.c | 41 ----------------------------------------- 1 file changed, 41 deletions(-)