From: Eliezer Tamir Date: Mon, 10 Jun 2013 08:40:20 +0000 (+0300) Subject: ixgbe: add support for ndo_ll_poll X-Git-Tag: v3.11-rc1~16^2~130^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a85e737f30ce7b939a34d93cca816400342208c;p=pandora-kernel.git ixgbe: add support for ndo_ll_poll Add the ixgbe driver code implementing ndo_ll_poll. Adds ndo_ll_poll method and locking between it and the napi poll. When receiving a packet we use skb_mark_ll to record the napi it came from. Add each napi to the napi_hash right after netif_napi_add(). Signed-off-by: Alexander Duyck Signed-off-by: Jesse Brandeburg Signed-off-by: Eliezer Tamir Reviewed-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed