From: Mark Einon Date: Thu, 21 Aug 2014 10:26:09 +0000 (+0100) Subject: staging: et131x: Implement NAPI support X-Git-Tag: fixes-for-v3.18-merge-window~15^2~976 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2ebf58ba0896613ff99d23b7325e4a6f212c1f3;p=pandora-kernel.git staging: et131x: Implement NAPI support This implements NAPI support for et131x by: -adding a napi_struct to the private adapter struct -changing netfif_rx_skb() call to netif_receive_skb() -changing et131x_handle_recv_interrupt() to et131x_handle_recv_pkts() and taking a budget allocation. -changing et131x_handle_send_interrupt() to et131x_handle_send_pkts() -replacing bottom half workqueue with poll function which handles send & receive of skbs. -adding various other necessary standard napi calls. Also remove this item from the README TODO list. Signed-off-by: Mark Einon Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed