Home
last modified time | relevance | path

Searched hist:"0 dde80268ee0a5a1511935bdb9c547191d616aa9" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.cdiff 0dde80268ee0a5a1511935bdb9c547191d616aa9 Mon Aug 19 04:02:19 CDT 2013 Hyong-Youb Kim <hykim@myri.com> myri10ge: Add support for ndo_busy_poll

Add the ndo_busy_poll handler. Use skb_mark_napi_id to mark receive
packets with the napi id. For each slice, use per-slice spinlock and
state variable to ensure that only one handler processes receive
pacekts.

Locking, statistics counters, and the ndo_busy_poll handler follow
those in the ixgbe driver. So, credit goes to that driver's authors.

Signed-off-by: Hyong-Youb Kim <hykim@myri.com>
Signed-off-by: David S. Miller <davem@davemloft.net>