summaryrefslogtreecommitdiffstats
path: root/drivers/net/hyperv/hyperv_net.h
diff options
context:
space:
mode:
authorStephen Hemminger2017-12-13 01:48:38 +0100
committerDavid S. Miller2017-12-13 21:57:39 +0100
commit345ac08990b8365294f9756da806f357c239d758 (patch)
tree5392199a2ee9c8a40615886e2745c802a8f1fed2 /drivers/net/hyperv/hyperv_net.h
parenthv_netvsc: simplify function args in receive status path (diff)
downloadkernel-qcow2-linux-345ac08990b8365294f9756da806f357c239d758.tar.gz
kernel-qcow2-linux-345ac08990b8365294f9756da806f357c239d758.tar.xz
kernel-qcow2-linux-345ac08990b8365294f9756da806f357c239d758.zip
hv_netvsc: pass netvsc_device to receive callback
The netvsc_receive_callback function was using RCU to find the appropriate underlying netvsc_device. Since calling function already had that pointer, this was unnecessary. Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/hyperv/hyperv_net.h')
-rw-r--r--drivers/net/hyperv/hyperv_net.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/hyperv/hyperv_net.h b/drivers/net/hyperv/hyperv_net.h
index 7e34eb53848b..b090d90114ca 100644
--- a/drivers/net/hyperv/hyperv_net.h
+++ b/drivers/net/hyperv/hyperv_net.h
@@ -202,6 +202,7 @@ int netvsc_send(struct net_device_context *ndc,
void netvsc_linkstatus_callback(struct net_device *net,
struct rndis_message *resp);
int netvsc_recv_callback(struct net_device *net,
+ struct netvsc_device *nvdev,
struct vmbus_channel *channel,
void *data, u32 len,
const struct ndis_tcp_ip_checksum_info *csum_info,