* [dpdk-test-report] |WARNING| pw27379 [PATCH v1 13/21] net/mlx5: make indirection tables sharable
[not found] <f49cd36cd85a5027b06e40c0f8dea37eb637a112.1501681927.git.nelio.laranjeiro@6wind.com>
@ 2017-08-02 14:12 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-08-02 14:12 UTC (permalink / raw)
To: test-report; +Cc: Nélio Laranjeiro
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/27379
_coding style issues_
ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#38: FILE: drivers/net/mlx5/mlx5.c:187:
+ WARN("%p: some Indirection table still remain", (void*)priv);
ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#275: FILE: drivers/net/mlx5/mlx5_rxq.c:1596:
+ DEBUG("%p: Indirection table %p: refcnt %d", (void*)priv,
ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#276: FILE: drivers/net/mlx5/mlx5_rxq.c:1597:
+ (void*)ind_tbl, rte_atomic32_read(&ind_tbl->refcnt));
ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#310: FILE: drivers/net/mlx5/mlx5_rxq.c:1631:
+ DEBUG("%p: Indirection table %p: refcnt %d", (void*)priv,
ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#311: FILE: drivers/net/mlx5/mlx5_rxq.c:1632:
+ (void*)ind_tbl, rte_atomic32_read(&ind_tbl->refcnt));
ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#335: FILE: drivers/net/mlx5/mlx5_rxq.c:1656:
+ DEBUG("%p: Indirection table %p: refcnt %d", (void*)priv,
ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#336: FILE: drivers/net/mlx5/mlx5_rxq.c:1657:
+ (void*)ind_tbl, rte_atomic32_read(&ind_tbl->refcnt));
WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EBUSY)
#346: FILE: drivers/net/mlx5/mlx5_rxq.c:1667:
+ return EBUSY;
ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#365: FILE: drivers/net/mlx5/mlx5_rxq.c:1686:
+ (void*)priv, (void*)ind_tbl);
ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#365: FILE: drivers/net/mlx5/mlx5_rxq.c:1686:
+ (void*)priv, (void*)ind_tbl);
ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar"
#394: FILE: drivers/net/mlx5/mlx5_rxtx.h:357:
+struct mlx5_ind_table_ibv* mlx5_priv_ind_table_ibv_new(struct priv * priv,
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#394: FILE: drivers/net/mlx5/mlx5_rxtx.h:357:
+struct mlx5_ind_table_ibv* mlx5_priv_ind_table_ibv_new(struct priv * priv,
ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar"
#397: FILE: drivers/net/mlx5/mlx5_rxtx.h:360:
+struct mlx5_ind_table_ibv* mlx5_priv_ind_table_ibv_get(struct priv *priv,
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#400: FILE: drivers/net/mlx5/mlx5_rxtx.h:363:
+int mlx5_priv_ind_table_ibv_release(struct priv * priv,
total: 13 errors, 1 warnings, 0 checks, 359 lines checked
^ permalink raw reply [flat|nested] only message in thread