automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw27374 [PATCH v1 08/21] net/mlx5: separate DPDK from Verbs Rx queue objects
       [not found] <8665c7e875ddcdd954322a8b42fa36d22939069a.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/27374

_coding style issues_


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

WARNING:TYPO_SPELLING: 'ressources' may be misspelled - perhaps 'resources'?
#704: FILE: drivers/net/mlx5/mlx5_rxq.c:1262:
+		ERROR("%p: cannot allocate verbs ressources",

ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#705: FILE: drivers/net/mlx5/mlx5_rxq.c:1263:
+		       (void*)rxq_ctrl);

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

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

CHECK:BRACES: Blank lines aren't necessary before a close brace '}'
#854: FILE: drivers/net/mlx5/mlx5_rxq.c:1412:
+
+}

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

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

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

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

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

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

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

ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar"
#1002: FILE: drivers/net/mlx5/mlx5_rxtx.h:322:
+struct mlx5_rxq_ibv* mlx5_priv_rxq_ibv_new(struct priv *priv, uint16_t idx);

ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar"
#1003: FILE: drivers/net/mlx5/mlx5_rxtx.h:323:
+struct mlx5_rxq_ibv* mlx5_priv_rxq_ibv_get(struct priv *priv, uint16_t idx);

total: 12 errors, 2 warnings, 1 checks, 953 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] <8665c7e875ddcdd954322a8b42fa36d22939069a.1501681927.git.nelio.laranjeiro@6wind.com>
2017-08-02 14:12 ` [dpdk-test-report] |WARNING| pw27374 [PATCH v1 08/21] net/mlx5: separate DPDK from Verbs Rx queue objects 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).