aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/hyperv/hyperv_net.h
diff options
context:
space:
mode:
authorstephen hemminger <[email protected]>2017-01-24 21:06:04 +0000
committerDavid S. Miller <[email protected]>2017-01-24 21:28:59 +0000
commitff4a44199012ee32839278cb84f82ae32c01dbc9 (patch)
treee4cc794a8afa2a5971289c8ea2f63b53fb7eefc9 /drivers/net/hyperv/hyperv_net.h
parentnetvsc: allow more flexible setting of number of channels (diff)
downloadkernel-ff4a44199012ee32839278cb84f82ae32c01dbc9.tar.gz
kernel-ff4a44199012ee32839278cb84f82ae32c01dbc9.zip
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
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];
};