From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Amiya Ranjan Mohakud <amiyaranjan.mohakud@gmail.com>
Subject: |WARNING| pw157985 [PATCH] net/vmxnet3: disable RSS for single queue configuration for ESX8.0+ versions
Date: Wed, 22 Oct 2025 15:00:10 +0200 (CEST) [thread overview]
Message-ID: <20251022130010.0F0671242B2@dpdk.org> (raw)
In-Reply-To: <20251022125844.6187-1-amiyaranjan.mohakud@gmail.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/157985
_coding style issues_
WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#89:
This fixes the issue of v4 RSS configuration failure in vmxnet3_v4_rss_configure
WARNING:COMMIT_LOG_USE_LINK: Unknown link reference 'Ref:', use 'Link:' or 'Closes:' instead
#92:
Ref: https://mails.dpdk.org/archives/users/2025-April/008236.html
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#111: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:538:
+ if (dev->data->nb_rx_queues == 1) {$
ERROR:CODE_INDENT: code indent should use tabs where possible
#112: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:539:
+ dev->data->dev_conf.rxmode.mq_mode = ETH_MQ_RX_NONE;$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#112: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:539:
+ dev->data->dev_conf.rxmode.mq_mode = ETH_MQ_RX_NONE;$
ERROR:CODE_INDENT: code indent should use tabs where possible
#113: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:540:
+ PMD_INIT_LOG(ERR, "WARN: Disabling RSS for single Rx queue");$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#113: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:540:
+ PMD_INIT_LOG(ERR, "WARN: Disabling RSS for single Rx queue");$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#114: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:541:
+ }$
WARNING:MISSING_FIXES_TAG: The commit message has 'stable@', perhaps it also needs a 'Fixes:' tag?
total: 2 errors, 7 warnings, 0 checks, 12 lines checked
next prev parent reply other threads:[~2025-10-22 13:00 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20251022125844.6187-1-amiyaranjan.mohakud@gmail.com>
2025-10-22 12:25 ` |FAILURE| " qemudev
2025-10-22 13:00 ` checkpatch [this message]
2025-10-22 14:01 ` 0-day Robot
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=20251022130010.0F0671242B2@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=amiyaranjan.mohakud@gmail.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).