From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: "lunyuan.cui" <lunyuanx.cui@intel.com>
Subject: [dpdk-test-report] |WARNING| pw58421 [RFC] net/i40e: enable multi-queue Rx interrupt for VF
Date: Tue, 3 Sep 2019 04:08:47 +0200 (CEST) [thread overview]
Message-ID: <20190903020847.3AEF31E9A9@dpdk.org> (raw)
In-Reply-To: <20190902194535.2699-1-lunyuanx.cui@intel.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/58421
_coding style issues_
WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#28:
After PF sets the map to the register, all Rx queue interrupts will be received.
CHECK:BRACES: Unbalanced braces around else statement
#71: FILE: drivers/net/i40e/i40e_ethdev_vf.c:668:
+ } else
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'vector_id != I40E_MISC_VEC_ID'
#122: FILE: drivers/net/i40e/i40e_ethdev_vf.c:698:
+ if ((vector_id != I40E_MISC_VEC_ID) && (nb_msix > 1))
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'nb_msix > 1'
#122: FILE: drivers/net/i40e/i40e_ethdev_vf.c:698:
+ if ((vector_id != I40E_MISC_VEC_ID) && (nb_msix > 1))
total: 0 errors, 1 warnings, 3 checks, 101 lines checked
parent reply other threads:[~2019-09-03 2:08 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20190902194535.2699-1-lunyuanx.cui@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=20190903020847.3AEF31E9A9@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=lunyuanx.cui@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).