aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts
diff options
context:
space:
mode:
authorJian Shen <[email protected]>2018-03-10 11:29:31 +0800
committerDavid S. Miller <[email protected]>2018-03-11 22:53:32 -0400
commiteefd00a5d70378feae66c073105c548075609482 (patch)
treee6221ef41520a8ba7ad49f5f1c5fa83710b268a4 /tools/perf/scripts
parentaa7a795eecca4cd02557d2fd3cbc128ecc1e93c9 (diff)
net: hns3: fix return value error of hclge_get_mac_vlan_cmd_status()
Error code -EIO was used to indicate mutilple errors in function hclge_get_mac_vlan_cmd_status().This patch fixes it by using error code depending on the error type. For no space error, return -ENOSPC. For entry not found, return -ENOENT. For command send fail, return -EIO. For invalid op code, return -EINVAL. Fixes: 46a3df9f9718 ("net: hns3: Add HNS3 Acceleration Engine & Compatibility Layer Support") Signed-off-by: Jian Shen <[email protected]> Signed-off-by: Peng Li <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions