2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-14 00:24:15 +08:00
linux-next/drivers/net/hyperv
stephen hemminger dc54a08cd3 netvsc: optimize receive path
Do manual optimizations of receive path:
  - remove checks for impossible conditions (but keep checks
    for bad data from host)
  - pass argument down, rather than having callee recompute what
    is already known
  - remove indirection about receive buffer datalength
  - remove dependence on VLAN_TAG_PRESENCE
  - use _hot/_cold and likely/unlikely

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-01-24 16:29:00 -05:00
..
hyperv_net.h netvsc: optimize receive path 2017-01-24 16:29:00 -05:00
Kconfig
Makefile
netvsc_drv.c netvsc: optimize receive path 2017-01-24 16:29:00 -05:00
netvsc.c netvsc: optimize receive path 2017-01-24 16:29:00 -05:00
rndis_filter.c netvsc: optimize receive path 2017-01-24 16:29:00 -05:00