commit | 8f20aa575c0a69ccbdce325818f2b3878bfed61c | [log] [tgz] |
---|---|---|
author | Dmitry Kravkov <dmitry@broadcom.com> | Wed Jun 19 01:36:04 2013 +0300 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 19 18:32:16 2013 -0700 |
tree | 7c92c5dea857e403d9e7311b07383be7ed7acbfc | |
parent | 8501841a4483e678ebd1b7872019621244d0098a [diff] |
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 <dmitry@broadcom.com> Signed-off-by: Eilon Greenstein <eilong@broadcom.com> Reviewed-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>