automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: "Morten Brørup" <mb@smartsharesystems.com>
Subject: |WARNING| pw148030 [TEST v11] ethdev: test single queue per port
Date: Thu,  7 Nov 2024 10:28:15 +0100 (CET)	[thread overview]
Message-ID: <20241107092815.25839123151@dpdk.org> (raw)
In-Reply-To: <20241107092649.1507375-1-mb@smartsharesystems.com>

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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#59: 
  587 |         dev->data->rx_queue_state[q_id] = RTE_ETH_QUEUE_STATE_STOPPED;

CHECK:CAMELCASE: Avoid CamelCase: <ucastPktsTxOK>
#303: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:1480:
+		packets = txStats.ucastPktsTxOK +

CHECK:CAMELCASE: Avoid CamelCase: <ucastBytesTxOK>
#308: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:1484:
+		bytes = txStats.ucastBytesTxOK +

CHECK:CAMELCASE: Avoid CamelCase: <ucastPktsRxOK>
#328: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:1501:
+		packets = rxStats.ucastPktsRxOK +

CHECK:CAMELCASE: Avoid CamelCase: <ucastBytesRxOK>
#333: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:1505:
+		bytes = rxStats.ucastBytesRxOK +

CHECK:CAMELCASE: Avoid CamelCase: <pktsRxError>
#349: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:1517:
+			stats->q_errors[i] = rxStats.pktsRxError;

CHECK:CAMELCASE: Avoid CamelCase: <UPT1_TxStats>
#382: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.h:124:
+	UPT1_TxStats          snapshot_tx_stats[VMXNET3_EXT_MAX_TX_QUEUES];

CHECK:CAMELCASE: Avoid CamelCase: <UPT1_RxStats>
#383: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.h:125:
+	UPT1_RxStats          snapshot_rx_stats[VMXNET3_EXT_MAX_RX_QUEUES];

total: 0 errors, 1 warnings, 257 lines checked

  parent reply	other threads:[~2024-11-07  9:28 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20241107092649.1507375-1-mb@smartsharesystems.com>
2024-11-07  8:55 ` |SUCCESS| " qemudev
2024-11-07  8:59 ` |FAILURE| " qemudev
2024-11-07  9:28 ` checkpatch [this message]
2024-11-07 10:59 ` |FAILURE| pw148030 [PATCH] [TEST,v11] ethdev: test single queue per dpdklab
2024-11-07 11:06 ` |SUCCESS| " dpdklab
2024-11-07 11:08 ` dpdklab
2024-11-07 11:09 ` |FAILURE| " dpdklab
2024-11-07 11:16 ` |SUCCESS| " dpdklab
2024-11-07 11:19 ` |FAILURE| " dpdklab
2024-11-07 11:26 ` dpdklab
2024-11-07 11:39 ` |FAILURE| pw148030 [TEST v11] ethdev: test single queue per port 0-day Robot
2024-11-07 11:51 ` |PENDING| pw148030 [PATCH] [TEST,v11] ethdev: test single queue per dpdklab
2024-11-07 11:52 ` dpdklab
2024-11-07 11:54 ` |FAILURE| " dpdklab
2024-11-07 12:23 ` dpdklab
2024-11-07 12:25 ` dpdklab
2024-11-07 12:32 ` dpdklab
2024-11-07 12:36 ` |SUCCESS| " dpdklab
2024-11-07 12:42 ` |FAILURE| " dpdklab
2024-11-07 13:11 ` |SUCCESS| " dpdklab
2024-11-07 13:56 ` |FAILURE| " 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=20241107092815.25839123151@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=mb@smartsharesystems.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).