|WARNING| pw132584 [PATCH v2 1/3] examples/l3fwd: relax RSS requirement with option

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Oct 13 05:09:28 CEST 2023


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

_coding style issues_


WARNING:BRACES: braces {} are not necessary for single statement blocks
#135: 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