diff options
author | Hyong-Youb Kim <hykim@myri.com> | 2013-08-19 02:02:19 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-08-20 15:05:37 -0700 |
commit | 0dde80268ee0a5a1511935bdb9c547191d616aa9 (patch) | |
tree | dbd67e401f549d480908765bd5b8ef8a11a0f3a4 /fs/sysfs | |
parent | 734d2725db879f3f6fcdc2b1d2a5deae105f5e95 (diff) |
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>
Diffstat (limited to 'fs/sysfs')
0 files changed, 0 insertions, 0 deletions