automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Jie Wang <jie1x.wang@intel.com>
Subject: |WARNING| pw106703 [PATCH v3 5/6] net/iavf: support L2TPv2 for AVF HASH
Date: Sat, 29 Jan 2022 07:27:19 +0100 (CET)	[thread overview]
Message-ID: <20220129062719.2EBC5120933@dpdk.org> (raw)
In-Reply-To: <20220129062434.2455711-6-jie1x.wang@intel.com>

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

_coding style issues_


WARNING:LONG_LINE: line length of 108 exceeds 100 columns
#258: FILE: drivers/net/iavf/iavf_hash.c:592:
+	{iavf_pattern_eth_ipv4_udp_l2tpv2,		IAVF_RSS_TYPE_ETH_L2TPV2,	&ipv4_l2tpv2_tmplt},

WARNING:LONG_LINE: line length of 112 exceeds 100 columns
#259: FILE: drivers/net/iavf/iavf_hash.c:593:
+	{iavf_pattern_eth_ipv4_udp_l2tpv2_ppp,		IAVF_RSS_TYPE_ETH_L2TPV2,	&ipv4_l2tpv2_ppp_tmplt},

WARNING:LONG_LINE: line length of 108 exceeds 100 columns
#267: FILE: drivers/net/iavf/iavf_hash.c:661:
+	{iavf_pattern_eth_ipv6_udp_l2tpv2,		IAVF_RSS_TYPE_ETH_L2TPV2,	&ipv6_l2tpv2_tmplt},

WARNING:LONG_LINE: line length of 112 exceeds 100 columns
#268: FILE: drivers/net/iavf/iavf_hash.c:662:
+	{iavf_pattern_eth_ipv6_udp_l2tpv2_ppp,		IAVF_RSS_TYPE_ETH_L2TPV2,	&ipv6_l2tpv2_ppp_tmplt},

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#289: FILE: drivers/net/iavf/iavf_hash.c:856:
+				flags_version = rte_be_to_cpu_16(

total: 0 errors, 4 warnings, 1 checks, 224 lines checked

           reply	other threads:[~2022-01-29  6:27 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20220129062434.2455711-6-jie1x.wang@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=20220129062719.2EBC5120933@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=jie1x.wang@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).