automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Guinan Sun <guinanx.sun@intel.com>
Subject: [dpdk-test-report] |WARNING| pw72440 [PATCH v2] net/i40e: enable port filter by switch filter
Date: Tue, 30 Jun 2020 06:50:56 +0200 (CEST)	[thread overview]
Message-ID: <20200630045056.D706A1BEB3@dpdk.org> (raw)
In-Reply-To: <20200630044205.54900-1-guinanx.sun@intel.com>

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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'filter_replace.old_filter_type !=
 		filter_replace.new_filter_type'
#177: FILE: drivers/net/i40e/i40e_ethdev.c:8324:
+	if (!status && (filter_replace.old_filter_type !=
+		filter_replace.new_filter_type))

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'filter_replace.old_filter_type !=
 			filter_replace.new_filter_type'
#231: FILE: drivers/net/i40e/i40e_ethdev.c:8378:
+	if (!status && (filter_replace.old_filter_type !=
+			filter_replace.new_filter_type))

WARNING:LONG_LINE: line over 90 characters
#255: FILE: drivers/net/i40e/i40e_ethdev.c:8542:
+				i40e_replace_port_l1_filter(pf, tunnel_filter->l4_port_type);

WARNING:LONG_LINE: line over 90 characters
#256: FILE: drivers/net/i40e/i40e_ethdev.c:8543:
+				i40e_replace_port_cloud_filter(pf, tunnel_filter->l4_port_type);

WARNING:LONG_LINE: line over 90 characters
#264: FILE: drivers/net/i40e/i40e_ethdev.c:8551:
+				pfilter->general_fields[I40E_AQC_ADD_CLOUD_FV_FLU_0X11_WORD1] =

WARNING:LONG_LINE: line over 90 characters
#267: FILE: drivers/net/i40e/i40e_ethdev.c:8554:
+				pfilter->general_fields[I40E_AQC_ADD_CLOUD_FV_FLU_0X11_WORD1] =

WARNING:LONG_LINE: line over 90 characters
#270: FILE: drivers/net/i40e/i40e_ethdev.c:8557:
+				pfilter->general_fields[I40E_AQC_ADD_CLOUD_FV_FLU_0X11_WORD1] =

WARNING:LONG_LINE: line over 90 characters
#278: FILE: drivers/net/i40e/i40e_ethdev.c:8565:
+				i40e_replace_port_l1_filter(pf, tunnel_filter->l4_port_type);

WARNING:LONG_LINE: line over 90 characters
#279: FILE: drivers/net/i40e/i40e_ethdev.c:8566:
+				i40e_replace_port_cloud_filter(pf, tunnel_filter->l4_port_type);

WARNING:LONG_LINE: line over 90 characters
#287: FILE: drivers/net/i40e/i40e_ethdev.c:8574:
+				pfilter->general_fields[I40E_AQC_ADD_CLOUD_FV_FLU_0X10_WORD1] =

WARNING:LONG_LINE: line over 90 characters
#290: FILE: drivers/net/i40e/i40e_ethdev.c:8577:
+				pfilter->general_fields[I40E_AQC_ADD_CLOUD_FV_FLU_0X10_WORD1] =

WARNING:LONG_LINE: line over 90 characters
#293: FILE: drivers/net/i40e/i40e_ethdev.c:8580:
+				pfilter->general_fields[I40E_AQC_ADD_CLOUD_FV_FLU_0X10_WORD1] =

total: 0 errors, 10 warnings, 2 checks, 518 lines checked

           reply	other threads:[~2020-06-30  4:50 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20200630044205.54900-1-guinanx.sun@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=20200630045056.D706A1BEB3@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=guinanx.sun@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).