automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Matan Azrad <matan@mellanox.com>
Subject: [dpdk-test-report] |WARNING| pw64970 [PATCH v1 33/38] mlx5: skip probing according to the vDPA mode
Date: Mon, 20 Jan 2020 18:10:56 +0100 (CET)	[thread overview]
Message-ID: <20200120171056.10D631C117@dpdk.org> (raw)
In-Reply-To: <1579539790-3882-34-git-send-email-matan@mellanox.com>

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/64970

_coding style issues_


ERROR:CODE_INDENT: code indent should use tabs where possible
#183: FILE: drivers/net/mlx5/mlx5.c:2959:
+        if (mlx5_vdpa_mode_selected(pci_dev->device.devargs)) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#183: FILE: drivers/net/mlx5/mlx5.c:2959:
+        if (mlx5_vdpa_mode_selected(pci_dev->device.devargs)) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#184: FILE: drivers/net/mlx5/mlx5.c:2960:
+                DRV_LOG(DEBUG, "Skip probing - should be probed by the vdpa"$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#184: FILE: drivers/net/mlx5/mlx5.c:2960:
+                DRV_LOG(DEBUG, "Skip probing - should be probed by the vdpa"$

ERROR:CODE_INDENT: code indent should use tabs where possible
#185: FILE: drivers/net/mlx5/mlx5.c:2961:
+                        " driver.");$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#185: FILE: drivers/net/mlx5/mlx5.c:2961:
+                        " driver.");$

ERROR:CODE_INDENT: code indent should use tabs where possible
#186: FILE: drivers/net/mlx5/mlx5.c:2962:
+                return 1;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#186: FILE: drivers/net/mlx5/mlx5.c:2962:
+                return 1;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#187: FILE: drivers/net/mlx5/mlx5.c:2963:
+        }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#187: FILE: drivers/net/mlx5/mlx5.c:2963:
+        }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#188: FILE: drivers/net/mlx5/mlx5.c:2964:
+ ^Iif (rte_eal_process_type() == RTE_PROC_PRIMARY)$

WARNING:SPACE_BEFORE_TAB: please, no space before tabs
#188: FILE: drivers/net/mlx5/mlx5.c:2964:
+ ^Iif (rte_eal_process_type() == RTE_PROC_PRIMARY)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#188: FILE: drivers/net/mlx5/mlx5.c:2964:
+ ^Iif (rte_eal_process_type() == RTE_PROC_PRIMARY)$

total: 6 errors, 7 warnings, 109 lines checked
ERROR: symbol mlx5_vdpa_mode_selected is added in the DPDK_20.02 section, but is expected to be added in the EXPERIMENTAL section of the version map

           reply	other threads:[~2020-01-20 17:11 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <1579539790-3882-34-git-send-email-matan@mellanox.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=20200120171056.10D631C117@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=matan@mellanox.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).