summaryrefslogtreecommitdiffstats
path: root/drivers/net/hyperv/hyperv_net.h
diff options
context:
space:
mode:
authorStephen Hemminger2017-12-13 01:48:40 +0100
committerDavid S. Miller2017-12-13 21:57:39 +0100
commitcfd8afd986cdb59ea9adac873c5082498a1eb7c0 (patch)
tree6cdea70d3013eaf6b0c38802aefc16f0050e3800 /drivers/net/hyperv/hyperv_net.h
parenthv_netvsc: remove open_cnt reference count (diff)
downloadkernel-qcow2-linux-cfd8afd986cdb59ea9adac873c5082498a1eb7c0.tar.gz
kernel-qcow2-linux-cfd8afd986cdb59ea9adac873c5082498a1eb7c0.tar.xz
kernel-qcow2-linux-cfd8afd986cdb59ea9adac873c5082498a1eb7c0.zip
hv_netvsc: empty current transmit aggregation if flow blocked
If the transmit queue is known full, then don't keep aggregating data. And the cp_partial flag which indicates that the current aggregation buffer is full can be folded in to avoid more conditionals. 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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/hyperv/hyperv_net.h b/drivers/net/hyperv/hyperv_net.h
index b10c99751e3a..0db3bd1ea06f 100644
--- a/drivers/net/hyperv/hyperv_net.h
+++ b/drivers/net/hyperv/hyperv_net.h
@@ -194,7 +194,7 @@ struct netvsc_device *netvsc_device_add(struct hv_device *device,
const struct netvsc_device_info *info);
int netvsc_alloc_recv_comp_ring(struct netvsc_device *net_device, u32 q_idx);
void netvsc_device_remove(struct hv_device *device);
-int netvsc_send(struct net_device_context *ndc,
+int netvsc_send(struct net_device *net,
struct hv_netvsc_packet *packet,
struct rndis_message *rndis_msg,
struct hv_page_buffer *page_buffer,