|WARNING| pw157985 [PATCH] net/vmxnet3: disable RSS for single queue configuration for ESX8.0+ versions
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Oct 22 15:00:10 CEST 2025
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
More information about the test-report
mailing list