diff options
| author | 2017-01-24 13:06:04 -0800 | |
|---|---|---|
| committer | 2017-01-24 16:28:59 -0500 | |
| commit | ff4a44199012ee32839278cb84f82ae32c01dbc9 (patch) | |
| tree | e4cc794a8afa2a5971289c8ea2f63b53fb7eefc9 /drivers/net/hyperv/hyperv_net.h | |
| parent | netvsc: allow more flexible setting of number of channels (diff) | |
| download | linux-dev-ff4a44199012ee32839278cb84f82ae32c01dbc9.tar.xz linux-dev-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 <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.h | 1 |
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]; }; |
