[dpdk-test-report] |WARNING| pw36227 [PATCH] net/mlx5: add supported hash function check

checkpatch at dpdk.org checkpatch at dpdk.org
Sun Mar 18 08:38:03 CET 2018


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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <PRIx64>
#35: FILE: drivers/net/mlx5/mlx5_ethdev.c:352:
+		      "requested 0x%" PRIx64 " supported 0x%" PRIx64,

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

total: 0 errors, 1 warnings, 1 checks, 14 lines checked


More information about the test-report mailing list