automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: "Nélio Laranjeiro" <nelio.laranjeiro@6wind.com>
Subject: [dpdk-test-report] |WARNING| pw27379 [PATCH v1 13/21] net/mlx5: make indirection tables sharable
Date: Wed,  2 Aug 2017 16:12:12 +0200 (CEST)	[thread overview]
Message-ID: <20170802141212.76729A2C1@dpdk.org> (raw)
In-Reply-To: <f49cd36cd85a5027b06e40c0f8dea37eb637a112.1501681927.git.nelio.laranjeiro@6wind.com>

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

           reply	other threads:[~2017-08-02 14:12 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <f49cd36cd85a5027b06e40c0f8dea37eb637a112.1501681927.git.nelio.laranjeiro@6wind.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170802141212.76729A2C1@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=nelio.laranjeiro@6wind.com \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).