linux_dsm_epyc7002/drivers/net/hyperv
Stephen Hemminger c347b9273c hv_netvsc: simplify receive side calling arguments
The calls up from the napi poll reading the receive ring had many
places where an argument was being recreated. I.e the caller already
had the value and wasn't passing it, then the callee would use
known relationship to determine the same value. Simpler and faster
to just pass arguments needed.

Also, add const in a couple places where message is being only read.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-04-27 14:46:26 -04:00
..
hyperv_net.h hv_netvsc: Add NetVSP v6 and v6.1 into version negotiation 2018-04-18 21:20:44 -04:00
Kconfig hv_netvsc: select needed ucs2_string routine 2018-04-22 21:07:03 -04:00
Makefile hv_netvsc: add trace points 2018-03-17 20:10:27 -04:00
netvsc_drv.c drivers/net: Use octal not symbolic permissions 2018-03-26 12:07:49 -04:00
netvsc_trace.c hv_netvsc: add trace points 2018-03-17 20:10:27 -04:00
netvsc_trace.h hv_netvsc: add trace points 2018-03-17 20:10:27 -04:00
netvsc.c hv_netvsc: simplify receive side calling arguments 2018-04-27 14:46:26 -04:00
rndis_filter.c hv_netvsc: propogate Hyper-V friendly name into interface alias 2018-04-18 21:19:46 -04:00