We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72fb837 commit f77bf1eCopy full SHA for f77bf1e
drivers/net/ethernet/intel/idpf/idpf_ethtool.c
@@ -47,7 +47,7 @@ static u32 idpf_get_rxfh_key_size(struct net_device *netdev)
47
struct idpf_vport_user_config_data *user_config;
48
49
if (!idpf_is_cap_ena_all(np->adapter, IDPF_RSS_CAPS, IDPF_CAP_RSS))
50
- return -EOPNOTSUPP;
+ return 0;
51
52
user_config = &np->adapter->vport_config[np->vport_idx]->user_config;
53
@@ -66,7 +66,7 @@ static u32 idpf_get_rxfh_indir_size(struct net_device *netdev)
66
67
68
69
70
71
72
0 commit comments