From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Yahui Cao <yahui.cao@intel.com>
Subject: [dpdk-test-report] |WARNING| pw58715 [dpdk-dev 04/12] net/ice: add FDIR create and destroy
Date: Fri, 6 Sep 2019 06:17:47 +0200 (CEST) [thread overview]
Message-ID: <20190906041748.007D01F123@dpdk.org> (raw)
In-Reply-To: <20190906120058.108073-5-yahui.cao@intel.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/58715
_coding style issues_
WARNING:LONG_LINE: line over 90 characters
#97: FILE: drivers/net/ice/ice_fdir_filter.c:43:
+ {pattern_eth_ipv4, ICE_FDIR_INSET_ETH_IPV4, ICE_INSET_NONE},
WARNING:LONG_LINE: line over 90 characters
#98: FILE: drivers/net/ice/ice_fdir_filter.c:44:
+ {pattern_eth_ipv4_udp, ICE_FDIR_INSET_ETH_IPV4_UDP, ICE_INSET_NONE},
WARNING:LONG_LINE: line over 90 characters
#99: FILE: drivers/net/ice/ice_fdir_filter.c:45:
+ {pattern_eth_ipv4_tcp, ICE_FDIR_INSET_ETH_IPV4_TCP, ICE_INSET_NONE},
WARNING:LONG_LINE: line over 90 characters
#100: FILE: drivers/net/ice/ice_fdir_filter.c:46:
+ {pattern_eth_ipv4_sctp, ICE_FDIR_INSET_ETH_IPV4_SCTP, ICE_INSET_NONE},
WARNING:LONG_LINE: line over 90 characters
#101: FILE: drivers/net/ice/ice_fdir_filter.c:47:
+ {pattern_eth_ipv6, ICE_FDIR_INSET_ETH_IPV6, ICE_INSET_NONE},
WARNING:LONG_LINE: line over 90 characters
#102: FILE: drivers/net/ice/ice_fdir_filter.c:48:
+ {pattern_eth_ipv6_udp, ICE_FDIR_INSET_ETH_IPV6_UDP, ICE_INSET_NONE},
WARNING:LONG_LINE: line over 90 characters
#103: FILE: drivers/net/ice/ice_fdir_filter.c:49:
+ {pattern_eth_ipv6_tcp, ICE_FDIR_INSET_ETH_IPV6_TCP, ICE_INSET_NONE},
WARNING:LONG_LINE: line over 90 characters
#104: FILE: drivers/net/ice/ice_fdir_filter.c:50:
+ {pattern_eth_ipv6_sctp, ICE_FDIR_INSET_ETH_IPV6_SCTP, ICE_INSET_NONE},
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around '~item->input_set_mask'
#570: FILE: drivers/net/ice/ice_fdir_filter.c:904:
+ if (!input_set || input_set & (~item->input_set_mask)) {
total: 0 errors, 8 warnings, 1 checks, 553 lines checked
parent reply other threads:[~2019-09-06 4:17 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20190906120058.108073-5-yahui.cao@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=20190906041748.007D01F123@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=test-report@dpdk.org \
--cc=yahui.cao@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).