automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Hemant Agrawal <hemant.agrawal@nxp.com>
Subject: [dpdk-test-report] |WARNING| [PATCH 29/32] net/dpaa2: rx packet parsing and packet type support
Date: Sun,  4 Dec 2016 13:51:28 +0100 (CET)	[thread overview]
Message-ID: <20161204125128.35EF6FA5F@dpdk.org> (raw)
In-Reply-To: <1480875447-23680-30-git-send-email-hemant.agrawal@nxp.com>

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

_coding style issues_


WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines
#239: FILE: drivers/net/dpaa2/base/dpaa2_hw_dpni_annot.h:85:
+	/**<	word5:
+		ShimOffset_1 + ShimOffset_2 + IPPIDOffset + EthOffset +

WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines
#246: FILE: drivers/net/dpaa2/base/dpaa2_hw_dpni_annot.h:92:
+	/**<	word6:
+		PPPoEOffset + MPLSOffset_1 + MPLSOffset_n + ARPorIPOffset_1

WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines
#253: FILE: drivers/net/dpaa2/base/dpaa2_hw_dpni_annot.h:99:
+	/**<	word7:
+		RoutingHdrOfset1 + RoutingHdrOfset2 + NxtHdrOffset + IPv6FragOffset +

WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines
#259: FILE: drivers/net/dpaa2/base/dpaa2_hw_dpni_annot.h:105:
+	/**<	word8:
+		ParseErrorcode + Soft Parsing Context (1 + 7 bytes)

CHECK:MACRO_ARG_PRECEDENCE: Macro argument 'var' may be better as '(var)' to avoid precedence issues
#271: FILE: drivers/net/dpaa2/base/dpaa2_hw_dpni_annot.h:117:
+#define BIT_SET_AT_POS(var, pos)	(var |= (pos))

CHECK:MACRO_ARG_PRECEDENCE: Macro argument 'var' may be better as '(var)' to avoid precedence issues
#273: FILE: drivers/net/dpaa2/base/dpaa2_hw_dpni_annot.h:119:
+#define BIT_RESET_AT_POS(var, pos)	(var &= ~(pos))

CHECK:MACRO_ARG_PRECEDENCE: Macro argument 'var' may be better as '(var)' to avoid precedence issues
#275: FILE: drivers/net/dpaa2/base/dpaa2_hw_dpni_annot.h:121:
+#define BIT_ISSET_AT_POS(var, pos)	((var & (pos)) ? 1 : 0)

CHECK:MACRO_ARG_PRECEDENCE: Macro argument 'var' may be better as '(var)' to avoid precedence issues
#279: FILE: drivers/net/dpaa2/base/dpaa2_hw_dpni_annot.h:125:
+#define NEXT_HDR(var)			((uint64_t)var & 0xFFFF000000000000)

CHECK:MACRO_ARG_PRECEDENCE: Macro argument 'var' may be better as '(var)' to avoid precedence issues
#281: FILE: drivers/net/dpaa2/base/dpaa2_hw_dpni_annot.h:127:
+#define FAF_EXTN_RESERVED(var)		((uint64_t)var & 0x00007FFF00000000)

CHECK:MACRO_ARG_PRECEDENCE: Macro argument 'var' may be better as '(var)' to avoid precedence issues
#282: FILE: drivers/net/dpaa2/base/dpaa2_hw_dpni_annot.h:128:
+#define FAF_USER_DEFINED_RESERVED(var)	((uint64_t)var & 0x00000000FF000000)

total: 0 errors, 4 warnings, 6 checks, 404 lines checked

           reply	other threads:[~2016-12-04 12:51 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <1480875447-23680-30-git-send-email-hemant.agrawal@nxp.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=20161204125128.35EF6FA5F@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=hemant.agrawal@nxp.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).