From: Dmitry Kravkov Date: Tue, 18 Jun 2013 22:36:04 +0000 (+0300) Subject: bnx2x: add support for ndo_ll_poll X-Git-Tag: v3.11-rc1~16^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f20aa575c0a69ccbdce325818f2b3878bfed61c;p=pandora-kernel.git bnx2x: add support for ndo_ll_poll Adds ndo_ll_poll method and locking for FPs between LL and the napi. 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: Dmitry Kravkov Signed-off-by: Eilon Greenstein Reviewed-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed