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 6a17e0d commit 018ff57Copy full SHA for 018ff57
drivers/net/ethernet/intel/idpf/idpf_ethtool.c
@@ -46,7 +46,7 @@ static u32 idpf_get_rxfh_key_size(struct net_device *netdev)
46
struct idpf_vport_user_config_data *user_config;
47
48
if (!idpf_is_cap_ena_all(np->adapter, IDPF_RSS_CAPS, IDPF_CAP_RSS))
49
- return -EOPNOTSUPP;
+ return 0;
50
51
user_config = &np->adapter->vport_config[np->vport_idx]->user_config;
52
@@ -65,7 +65,7 @@ static u32 idpf_get_rxfh_indir_size(struct net_device *netdev)
65
66
67
68
69
70
71
0 commit comments