automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw94206 [PATCH] net/ice: fix integer overflow when computing max_pkt_len
@ 2021-06-15 10:29 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2021-06-15 10:29 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

[-- Attachment #1: Type: text/plain, Size: 394 bytes --]

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

_apply patch failure_

Submitter: Tudor Cornea <tudor.cornea@gmail.com>
Date: Tuesday, June 15 2021 09:58:59 
Applied on: CommitID:2508c18cff9ffb217ac40e44071dc2762d257f31
Apply patch set 94206 failed:

error: corrupt patch at line 15

https://lab.dpdk.org/results/dashboard/patchsets/17389/

UNH-IOL DPDK Community Lab

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [dpdk-test-report] |WARNING| pw94206 [PATCH] net/ice: fix integer overflow when computing max_pkt_len
       [not found] <CAOuQ8vXP3Gn_Zxa0q8HM_tJYn5qpWhcnVHz6540_eTKdLa02fA@mail.gmail.com>
@ 2021-06-15 10:00 ` checkpatch
  0 siblings, 0 replies; 2+ messages in thread
From: checkpatch @ 2021-06-15 10:00 UTC (permalink / raw)
  To: test-report; +Cc: Tudor Cornea

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-15 10:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-15 10:29 [dpdk-test-report] |WARNING| pw94206 [PATCH] net/ice: fix integer overflow when computing max_pkt_len dpdklab
     [not found] <CAOuQ8vXP3Gn_Zxa0q8HM_tJYn5qpWhcnVHz6540_eTKdLa02fA@mail.gmail.com>
2021-06-15 10:00 ` checkpatch

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).