[dpdk-test-report] |WARNING| pw31537 [PATCH 3/6] net/mlx5: convert to new Rx offloads API

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Nov 23 13:03:45 CET 2017


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

_coding style issues_


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

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name
#242: FILE: drivers/net/mlx5/mlx5_rxtx.h:277:
+uint64_t mlx5_priv_get_rx_queue_offloads(struct priv *);

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


More information about the test-report mailing list