summaryrefslogtreecommitdiff
path: root/drivers/net/hyperv/hyperv_net.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2019-11-21 19:32:23 -0800
committerDavid S. Miller <davem@davemloft.net>2019-11-21 19:32:23 -0800
commitd814b67e50dc53c3c83932d7020d1719af1e68dc (patch)
tree544057c255e6c133eb3e8eace0db26bcbc465f9a /drivers/net/hyperv/hyperv_net.h
parent35fc59c95680afe958893f64e6b6f8ff69daf092 (diff)
parent171c1fd98df3d5948d9a9eb755274850fa5e59c6 (diff)
Merge branch 'hv_netvsc-Fix-send-indirection-table-offset'
Haiyang Zhang says: ==================== hv_netvsc: Fix send indirection table offset Fix send indirection table offset issues related to guest and host bugs. ==================== 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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/hyperv/hyperv_net.h b/drivers/net/hyperv/hyperv_net.h
index 670ef682f268..fb547f37af1e 100644
--- a/drivers/net/hyperv/hyperv_net.h
+++ b/drivers/net/hyperv/hyperv_net.h
@@ -609,7 +609,8 @@ struct nvsp_5_send_indirect_table {
/* The number of entries in the send indirection table */
u32 count;
- /* The offset of the send indirection table from top of this struct.
+ /* The offset of the send indirection table from the beginning of
+ * struct nvsp_message.
* The send indirection table tells which channel to put the send
* traffic on. Each entry is a channel number.
*/