[PATCH net-next,1/1] hyperv: Add comments for the extended buffer after RNDIS message

Subsystems: hyper-v/azure core and drivers, networking drivers, the rest

STALE5105d

2 messages, 2 authors, 2012-08-09 · open the first message on its own page

[PATCH net-next,1/1] hyperv: Add comments for the extended buffer after RNDIS message

From: Haiyang Zhang <haiyangz@microsoft.com>
Date: 2012-08-09 17:48:18

Reported-by: Olaf Hering <redacted>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
---
 drivers/net/hyperv/rndis_filter.c |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/drivers/net/hyperv/rndis_filter.c b/drivers/net/hyperv/rndis_filter.c
index 1e88a10..06f8601 100644
--- a/drivers/net/hyperv/rndis_filter.c
+++ b/drivers/net/hyperv/rndis_filter.c
@@ -46,8 +46,14 @@ struct rndis_request {
 	/* Simplify allocation by having a netvsc packet inline */
 	struct hv_netvsc_packet	pkt;
 	struct hv_page_buffer buf;
-	/* FIXME: We assumed a fixed size request here. */
+
 	struct rndis_message request_msg;
+	/*
+	 * The buffer for the extended info after the RNDIS message. It's
+	 * referenced based on the data offset in the RNDIS message. Its size
+	 * is enough for current needs, and should be sufficient for the near
+	 * future.
+	 */
 	u8 ext[100];
 };
 
-- 
1.7.4.1

Re: [PATCH net-next,1/1] hyperv: Add comments for the extended buffer after RNDIS message

From: David Miller <davem@davemloft.net>
Date: 2012-08-09 23:45:09

From: Haiyang Zhang <haiyangz@microsoft.com>
Date: Thu,  9 Aug 2012 11:04:18 -0700
Reported-by: Olaf Hering <redacted>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Applied, thanks.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help