automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw27377 [PATCH v1 11/21] net/mlx5: add reference counter on DPDK Rx queues
       [not found] <5be9116b1c00129e284068eb63c57e3a544d5aa8.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/27377

_coding style issues_


ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#54: FILE: drivers/net/mlx5/mlx5.c:190:
+		WARN("%p: some Rx Queues still remain", (void*)priv);

ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#533: FILE: drivers/net/mlx5/mlx5_rxq.c:1421:
+	DEBUG("%p: Rx queue %p: refcnt %d", (void*)priv,

ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#534: FILE: drivers/net/mlx5/mlx5_rxq.c:1422:
+	      (void*)tmpl, rte_atomic32_read(&tmpl->refcnt));

ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#566: FILE: drivers/net/mlx5/mlx5_rxq.c:1454:
+		DEBUG("%p: Rx queue %p: refcnt %d", (void*)priv,

ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#567: FILE: drivers/net/mlx5/mlx5_rxq.c:1455:
+		      (void*)ctrl, rte_atomic32_read(&ctrl->refcnt));

ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#599: FILE: drivers/net/mlx5/mlx5_rxq.c:1487:
+	DEBUG("%p: Rx queue %p: refcnt %d", (void*)priv,

ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#600: FILE: drivers/net/mlx5/mlx5_rxq.c:1488:
+	      (void*)rxq, rte_atomic32_read(&rxq->refcnt));

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

ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#648: FILE: drivers/net/mlx5/mlx5_rxq.c:1536:
+		DEBUG("%p: Rx Queue %p still referenced", (void*)priv,

ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#649: FILE: drivers/net/mlx5/mlx5_rxq.c:1537:
+		      (void*)rxq);

ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar"
#671: FILE: drivers/net/mlx5/mlx5_rxtx.h:340:
+struct mlx5_rxq_ctrl* mlx5_priv_rxq_new(struct priv *priv, uint16_t idx,

ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar"
#674: FILE: drivers/net/mlx5/mlx5_rxtx.h:343:
+struct mlx5_rxq_ctrl* mlx5_priv_rxq_get(struct priv *priv, uint16_t idx);

total: 11 errors, 1 warnings, 0 checks, 696 lines checked

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-08-02 14:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <5be9116b1c00129e284068eb63c57e3a544d5aa8.1501681927.git.nelio.laranjeiro@6wind.com>
2017-08-02 14:12 ` [dpdk-test-report] |WARNING| pw27377 [PATCH v1 11/21] net/mlx5: add reference counter on DPDK Rx queues 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).