|WARNING| pw122292 [PATCH v4 17/21] net/cpfl: add AVX512 data path for split queue model
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Jan 18 09:57:22 CET 2023
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/122292
_coding style issues_
CHECK:BRACES: braces {} should be used on all arms of this statement
#149: FILE: drivers/net/cpfl/cpfl_rxtx_vec_common.h:86:
+ if (vport->rxq_model == VIRTCHNL2_QUEUE_MODEL_SPLIT) {
[...]
+ } else
[...]
CHECK:BRACES: Unbalanced braces around else statement
#152: FILE: drivers/net/cpfl/cpfl_rxtx_vec_common.h:89:
+ } else
total: 0 errors, 0 warnings, 2 checks, 69 lines checked
More information about the test-report
mailing list