Commit 0ee60ed
net: ena: enable support of rss hash key and function changes
Add the rss_configurable_function_key bit to driver_supported_feature.
This bit tells the device that the driver in question supports the
retrieving and updating of RSS function and hash key, and therefore
the device should allow RSS function and key manipulation.
This commit turns on device support for hash key and RSS function
management. Without this commit this feature is turned off at the
device and appears to the user as unsupported.
This commit concludes the following series of already merged commits:
commit 0af3c4e ("net: ena: changes to RSS hash key allocation")
commit c1bd17e ("net: ena: change default RSS hash function to Toeplitz")
commit f66c2ea ("net: ena: allow setting the hash function without changing the key")
commit e9a1de3 ("net: ena: fix error returning in ena_com_get_hash_function()")
commit 80f8443 ("net: ena: avoid unnecessary admin command when RSS function set fails")
commit 6a4f7dc ("net: ena: rss: do not allocate key when not supported")
commit 0d1c3de ("net: ena: fix incorrect default RSS key")
The above commits represent the last part of the implementation of
this feature, and with them merged the feature can be enabled
in the device.
Signed-off-by: Arthur Kiyanovski <akiyano@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>1 parent 0f505c6 commit 0ee60ed
File tree
2 files changed
+6
-2
lines changed- drivers/net/ethernet/amazon/ena
2 files changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
817 | 817 | | |
818 | 818 | | |
819 | 819 | | |
820 | | - | |
| 820 | + | |
| 821 | + | |
821 | 822 | | |
822 | 823 | | |
823 | 824 | | |
| |||
1132 | 1133 | | |
1133 | 1134 | | |
1134 | 1135 | | |
| 1136 | + | |
| 1137 | + | |
1135 | 1138 | | |
1136 | 1139 | | |
1137 | 1140 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3126 | 3126 | | |
3127 | 3127 | | |
3128 | 3128 | | |
3129 | | - | |
| 3129 | + | |
| 3130 | + | |
3130 | 3131 | | |
3131 | 3132 | | |
3132 | 3133 | | |
| |||
0 commit comments