linux/drivers/net/hyperv
Haiyang Zhang 4baab26129 hyperv: Remove recv_pkt_list and lock
Removed recv_pkt_list and lock, and updated related code, so that
the locking overhead is reduced especially when multiple channels
are in use.

The recv_pkt_list isn't actually necessary because the packets are
processed sequentially in each channel. It has been replaced by a
local variable, and the related lock for this list is also removed.
The is_data_pkt field is not used in receive path, so its assignment
is cleaned up.

Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Reviewed-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-04-23 14:48:39 -04:00
..
hyperv_net.h hyperv: Remove recv_pkt_list and lock 2014-04-23 14:48:39 -04:00
Kconfig
Makefile
netvsc_drv.c hyperv: Remove recv_pkt_list and lock 2014-04-23 14:48:39 -04:00
netvsc.c hyperv: Remove recv_pkt_list and lock 2014-04-23 14:48:39 -04:00
rndis_filter.c hyperv: Remove recv_pkt_list and lock 2014-04-23 14:48:39 -04:00