automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Wenjun Wu <wenjun1.wu@intel.com>
Subject: [dpdk-test-report] |WARNING| pw93747 [PATCH v2 3/4] net/iavf: support AVF RSS for GRE tunnel packet
Date: Wed,  2 Jun 2021 04:43:01 +0200 (CEST)	[thread overview]
Message-ID: <20210602024301.39C7E120C04@dpdk.org> (raw)
In-Reply-To: <20210602022442.264961-4-wenjun1.wu@intel.com>

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

_coding style issues_


WARNING:LONG_LINE: line length of 107 exceeds 100 columns
#87: FILE: drivers/net/iavf/iavf_hash.c:432:
+	{iavf_pattern_eth_ipv4_gre_ipv4,		IAVF_RSS_TYPE_INNER_IPV4,	&inner_ipv4_tmplt},

WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#88: FILE: drivers/net/iavf/iavf_hash.c:433:
+	{iavf_pattern_eth_ipv6_gre_ipv4,		IAVF_RSS_TYPE_INNER_IPV4, &inner_ipv4_tmplt},

WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#89: FILE: drivers/net/iavf/iavf_hash.c:434:
+	{iavf_pattern_eth_ipv4_gre_ipv4_tcp,	IAVF_RSS_TYPE_INNER_IPV4_TCP, &inner_ipv4_tcp_tmplt},

WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#90: FILE: drivers/net/iavf/iavf_hash.c:435:
+	{iavf_pattern_eth_ipv6_gre_ipv4_tcp,	IAVF_RSS_TYPE_INNER_IPV4_TCP, &inner_ipv4_tcp_tmplt},

WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#91: FILE: drivers/net/iavf/iavf_hash.c:436:
+	{iavf_pattern_eth_ipv4_gre_ipv4_udp,	IAVF_RSS_TYPE_INNER_IPV4_UDP, &inner_ipv4_udp_tmplt},

WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#92: FILE: drivers/net/iavf/iavf_hash.c:437:
+	{iavf_pattern_eth_ipv6_gre_ipv4_udp,	IAVF_RSS_TYPE_INNER_IPV4_UDP, &inner_ipv4_udp_tmplt},

WARNING:LONG_LINE: line length of 107 exceeds 100 columns
#100: FILE: drivers/net/iavf/iavf_hash.c:468:
+	{iavf_pattern_eth_ipv4_gre_ipv6,		IAVF_RSS_TYPE_INNER_IPV6,	&inner_ipv6_tmplt},

WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#101: FILE: drivers/net/iavf/iavf_hash.c:469:
+	{iavf_pattern_eth_ipv6_gre_ipv6,		IAVF_RSS_TYPE_INNER_IPV6, &inner_ipv6_tmplt},

WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#102: FILE: drivers/net/iavf/iavf_hash.c:470:
+	{iavf_pattern_eth_ipv4_gre_ipv6_tcp,	IAVF_RSS_TYPE_INNER_IPV6_TCP, &inner_ipv6_tcp_tmplt},

WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#103: FILE: drivers/net/iavf/iavf_hash.c:471:
+	{iavf_pattern_eth_ipv6_gre_ipv6_tcp,	IAVF_RSS_TYPE_INNER_IPV6_TCP, &inner_ipv6_tcp_tmplt},

WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#104: FILE: drivers/net/iavf/iavf_hash.c:472:
+	{iavf_pattern_eth_ipv4_gre_ipv6_udp,	IAVF_RSS_TYPE_INNER_IPV6_UDP, &inner_ipv6_udp_tmplt},

WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#105: FILE: drivers/net/iavf/iavf_hash.c:473:
+	{iavf_pattern_eth_ipv6_gre_ipv6_udp,	IAVF_RSS_TYPE_INNER_IPV6_UDP, &inner_ipv6_udp_tmplt},

total: 0 errors, 12 warnings, 0 checks, 80 lines checked

           reply	other threads:[~2021-06-02  2:43 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20210602022442.264961-4-wenjun1.wu@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=20210602024301.39C7E120C04@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=test-report@dpdk.org \
    --cc=wenjun1.wu@intel.com \
    /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).