|WARNING| pw123065 [PATCH v8 1/1] common/idpf: add AVX512 data path for split queue model

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Feb 6 04:27:53 CET 2023


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

_coding style issues_


CHECK:BRACES: braces {} should be used on all arms of this statement
#1382: FILE: drivers/net/idpf/idpf_rxtx_vec_common.h:86:
+		if (vport->rxq_model == VIRTCHNL2_QUEUE_MODEL_SPLIT) {
[...]
+		} else
[...]

CHECK:BRACES: Unbalanced braces around else statement
#1385: FILE: drivers/net/idpf/idpf_rxtx_vec_common.h:89:
+		} else

total: 0 errors, 0 warnings, 2 checks, 1262 lines checked
Warning in drivers/common/idpf/idpf_common_rxtx_avx512.c:
Using rte_atomicNN_xxx


More information about the test-report mailing list