automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Tudor Cornea <tudor.cornea@gmail.com>
Subject: [dpdk-test-report] |WARNING| pw94206 [PATCH] net/ice: fix integer overflow when computing max_pkt_len
Date: Tue, 15 Jun 2021 12:00:39 +0200 (CEST)	[thread overview]
Message-ID: <20210615100039.E20EF121198@dpdk.org> (raw)
In-Reply-To: <CAOuQ8vXP3Gn_Zxa0q8HM_tJYn5qpWhcnVHz6540_eTKdLa02fA@mail.gmail.com>

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

_coding style issues_


ERROR:CORRUPTED_PATCH: patch seems to be corrupt (line wrapped?)
#100: FILE: drivers/net/ice/ice_dcf_ethdev.c:53:
ice_rx_queue *rxq)

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#105: FILE: drivers/net/ice/ice_dcf_ethdev.c:57:
+       uint16_t buf_size, max_pkt_len;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#114: FILE: drivers/net/ice/ice_dcf_ethdev.c:62:
+       max_pkt_len = RTE_MIN((uint32_t)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#115: FILE: drivers/net/ice/ice_dcf_ethdev.c:63:
+                             ICE_SUPPORT_CHAIN_NUM * rxq->rx_buf_len,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#115: FILE: drivers/net/ice/ice_dcf_ethdev.c:63:
+                             ICE_SUPPORT_CHAIN_NUM * rxq->rx_buf_len,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#116: FILE: drivers/net/ice/ice_dcf_ethdev.c:64:
+                             dev->data->dev_conf.rxmode.max_rx_pkt_len);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#116: FILE: drivers/net/ice/ice_dcf_ethdev.c:64:
+                             dev->data->dev_conf.rxmode.max_rx_pkt_len);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#129: FILE: drivers/net/ice/ice_rxtx.c:261:
+       uint16_t buf_size;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#139: FILE: drivers/net/ice/ice_rxtx.c:271:
+       rxq->max_pkt_len = RTE_MIN((uint32_t)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#140: FILE: drivers/net/ice/ice_rxtx.c:272:
+                                  ICE_SUPPORT_CHAIN_NUM * rxq->rx_buf_len,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#140: FILE: drivers/net/ice/ice_rxtx.c:272:
+                                  ICE_SUPPORT_CHAIN_NUM * rxq->rx_buf_len,$

WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email address mismatch: 'From: Tudor Cornea <tudor.cornea@gmail.com>' != 'Signed-off-by: Tudor Cornea <tudor.cornea@keysight.com>'

total: 4 errors, 8 warnings, 0 checks, 38 lines checked

       reply	other threads:[~2021-06-15 10:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CAOuQ8vXP3Gn_Zxa0q8HM_tJYn5qpWhcnVHz6540_eTKdLa02fA@mail.gmail.com>
2021-06-15 10:00 ` checkpatch [this message]
2021-06-15 10:29 dpdklab

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=20210615100039.E20EF121198@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=test-report@dpdk.org \
    --cc=tudor.cornea@gmail.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).