commit | 11e877b2a8cfd282a1b81f9d4c594b900889a5d8 | [log] [tgz] |
---|---|---|
author | Ronak Doshi <doshir@vmware.com> | Mon Jun 01 20:02:39 2020 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 02 15:12:33 2020 -0700 |
tree | 9c4abdca674a55f1f04314bab19617be054102a2 | |
parent | 2eed5a8b614bc0197b29da7b21a78d2c564a7098 [diff] |
vmxnet3: allow rx flow hash ops only when rss is enabled It makes sense to allow changes to get/set rx flow hash callback only when rss is enabled. This patch restricts get_rss_hash_opts and set_rss_hash_opts methods to allow querying and configuring different Rx flow hash configurations only when rss is enabled Signed-off-by: Ronak Doshi <doshir@vmware.com> Signed-off-by: David S. Miller <davem@davemloft.net>