[dpdk-test-report] |WARNING| pw24391 [PATCH] net/mlx5: fix wrong completion buffer size

checkpatch at dpdk.org checkpatch at dpdk.org
Thu May 18 12:45:01 CEST 2017


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/24391

_coding style issues_


WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#47: FILE: drivers/net/mlx5/mlx5_rxq.c:848:
+		return ENOTSUP;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#87: FILE: drivers/net/mlx5/mlx5_txq.c:180:
+		return ENOTSUP;

total: 0 errors, 2 warnings, 0 checks, 69 lines checked


More information about the test-report mailing list