* [dpdk-test-report] |WARNING| pw27366 [PATCH v1] net/mlx5: support RSS hash configuration in generic flow action
[not found] <56a0399bee0499c0ae85425ddf7f5149002cfee9.1501681913.git.nelio.laranjeiro@6wind.com>
@ 2017-08-02 14:11 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-08-02 14:11 UTC (permalink / raw)
To: test-report; +Cc: Nélio Laranjeiro
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/27366
_coding style issues_
WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOMEM)
#262: FILE: drivers/net/mlx5/mlx5_flow.c:1108:
+ return ENOMEM;
WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOMEM)
#329: FILE: drivers/net/mlx5/mlx5_flow.c:1175:
+ return ENOMEM;
ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#399: FILE: drivers/net/mlx5/mlx5_flow.c:1247:
+ (void*)rte_flow, i, (void*)rte_flow->hrxqs[i],
ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#399: FILE: drivers/net/mlx5/mlx5_flow.c:1247:
+ (void*)rte_flow, i, (void*)rte_flow->hrxqs[i],
ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#400: FILE: drivers/net/mlx5/mlx5_flow.c:1248:
+ (void*)rte_flow->ibv_flows[i]);
ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#497: FILE: drivers/net/mlx5/mlx5_flow.c:1416:
+ (void*)flow, i, (void*)flow->hrxqs[i],
ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#497: FILE: drivers/net/mlx5/mlx5_flow.c:1416:
+ (void*)flow, i, (void*)flow->hrxqs[i],
ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#498: FILE: drivers/net/mlx5/mlx5_flow.c:1417:
+ (void*)flow->ibv_flows[i]);
WARNING:BRACES: braces {} are not necessary for single statement blocks
#565: FILE: drivers/net/mlx5/mlx5_flow.c:1564:
+ for (n = 0; n < queues_n; ++n) {
+ (*priv->rxqs)[queues[n]]->mark = 1;
+ }
total: 6 errors, 3 warnings, 0 checks, 599 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-08-02 14:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <56a0399bee0499c0ae85425ddf7f5149002cfee9.1501681913.git.nelio.laranjeiro@6wind.com>
2017-08-02 14:11 ` [dpdk-test-report] |WARNING| pw27366 [PATCH v1] net/mlx5: support RSS hash configuration in generic flow action checkpatch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).