Files
android_kernel_xiaomi_sm8450/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
..
2017-01-24 16:29:00 -05:00
2017-01-24 16:29:00 -05:00
2017-01-24 16:29:00 -05:00
2017-01-24 16:29:00 -05:00