|WARNING| pw132577 [PATCH v2 1/3] examples/l3fwd: relax RSS requirement with option
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Oct 12 18:06:04 CEST 2023
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/132577
_coding style issues_
Must be a reply to the first patch (--in-reply-to).
WARNING:BRACES: braces {} are not necessary for single statement blocks
#133: FILE: examples/l3fwd/main.c:1269:
+ if (dev_info.max_rx_queues == 1) {
local_port_conf.rxmode.mq_mode = RTE_ETH_MQ_RX_NONE;
+ }
total: 0 errors, 1 warnings, 56 lines checked
More information about the test-report
mailing list