automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Kirill Rybalchenko <kirill.rybalchenko@intel.com>
Subject: [dpdk-test-report] |WARNING| pw33758 [PATCH v2] ethdev: increase flow type limit from 32 to 64
Date: Mon, 15 Jan 2018 17:59:29 +0100 (CET)	[thread overview]
Message-ID: <20180115165929.EC710A491@dpdk.org> (raw)
In-Reply-To: <1516035500-6010-1-git-send-email-kirill.rybalchenko@intel.com>

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

_coding style issues_


WARNING:MULTILINE_DEREFERENCE: Avoid multiple line dereference - prefer 'filter_info_v22->info.global_conf.sym_hash_enable_mask[0]'
#451: FILE: lib/librte_ether/rte_ethdev.c:3241:
+			filter_info_v22->
+			info.global_conf.sym_hash_enable_mask[0] =

WARNING:MULTILINE_DEREFERENCE: Avoid multiple line dereference - prefer 'filter_info.info.global_conf.sym_hash_enable_mask[0]'
#453: FILE: lib/librte_ether/rte_ethdev.c:3243:
+				(uint32_t)filter_info.info.
+				global_conf.sym_hash_enable_mask[0];

WARNING:MULTILINE_DEREFERENCE: Avoid multiple line dereference - prefer 'filter_info.info.global_conf.valid_bit_mask[0]'
#456: FILE: lib/librte_ether/rte_ethdev.c:3246:
+				(uint32_t)filter_info.info.global_conf.
+				valid_bit_mask[0];

WARNING:MULTILINE_DEREFERENCE: Avoid multiple line dereference - prefer 'filter_info_v22->info.global_conf.sym_hash_enable_mask[0]'
#481: FILE: lib/librte_ether/rte_ethdev.c:3271:
+				(uint32_t)filter_info_v22->
+				info.global_conf.sym_hash_enable_mask[0];

WARNING:MULTILINE_DEREFERENCE: Avoid multiple line dereference - prefer 'filter_info_v22->info.global_conf.valid_bit_mask[0]'
#484: FILE: lib/librte_ether/rte_ethdev.c:3274:
+				(uint32_t)filter_info_v22->
+				info.global_conf.valid_bit_mask[0];

WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#501: FILE: lib/librte_ether/rte_ethdev.c:3291:
+int

total: 0 errors, 6 warnings, 449 lines checked

           reply	other threads:[~2018-01-15 16:59 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <1516035500-6010-1-git-send-email-kirill.rybalchenko@intel.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=20180115165929.EC710A491@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=kirill.rybalchenko@intel.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).