Commit daefd34
eth: bnxt: reject unsupported hash functions
In commit under Fixes I split the bnxt_set_rxfh_context() function,
and attached the appropriate chunks to new ops. I missed that
bnxt_set_rxfh_context() gets called after some initial checks
in bnxt_set_rxfh(), namely that the hash function is Toeplitz.
Fixes: 5c466b4 ("eth: bnxt: move from .set_rxfh to .create_rxfh_context and friends")
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Reviewed-by: Pavan Chebbi <pavan.chebbi@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>1 parent 9da49aa commit daefd34
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1863 | 1863 | | |
1864 | 1864 | | |
1865 | 1865 | | |
| 1866 | + | |
1866 | 1867 | | |
1867 | 1868 | | |
| 1869 | + | |
| 1870 | + | |
| 1871 | + | |
| 1872 | + | |
| 1873 | + | |
1868 | 1874 | | |
1869 | 1875 | | |
1870 | 1876 | | |
| |||
1888 | 1894 | | |
1889 | 1895 | | |
1890 | 1896 | | |
1891 | | - | |
| 1897 | + | |
1892 | 1898 | | |
1893 | 1899 | | |
1894 | 1900 | | |
| |||
1953 | 1959 | | |
1954 | 1960 | | |
1955 | 1961 | | |
1956 | | - | |
| 1962 | + | |
1957 | 1963 | | |
1958 | 1964 | | |
1959 | 1965 | | |
| |||
0 commit comments