summaryrefslogtreecommitdiffstats
path: root/drivers/net/hyperv/hyperv_net.h
diff options
context:
space:
mode:
authorstephen hemminger <stephen@networkplumber.org>2017-01-24 13:06:04 -0800
committerDavid S. Miller <davem@davemloft.net>2017-01-24 16:28:59 -0500
commitff4a44199012ee32839278cb84f82ae32c01dbc9 (patch)
treee4cc794a8afa2a5971289c8ea2f63b53fb7eefc9 /drivers/net/hyperv/hyperv_net.h
parent2b01888d1b453096b5b13c0d4b73e630411198b4 (diff)
downloadlinux-ff4a44199012ee32839278cb84f82ae32c01dbc9.tar.bz2
netvsc: allow get/set of RSS indirection table
Allow setting receive indirection table. Also uses the system standard for initialization. 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 5a652eb8a619..db11f7ab67a8 100644
--- a/drivers/net/hyperv/hyperv_net.h
+++ b/drivers/net/hyperv/hyperv_net.h
@@ -170,6 +170,7 @@ struct rndis_device {
u8 hw_mac_adr[ETH_ALEN];
u8 rss_key[NETVSC_HASH_KEYLEN];
+ u16 ind_table[ITAB_NUM];
};