|WARNING| pw153173 [PATCH v8 1/4] net/intel: align Tx queue struct field names
checkpatch at dpdk.org
checkpatch at dpdk.org
Mon Apr 28 11:23:38 CEST 2025
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/153173
_coding style issues_
CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#620: FILE: drivers/net/intel/idpf/idpf_common_rxtx_avx2.c:637:
+ nb_commit = nb_pkts = (uint16_t)RTE_MIN(txq->nb_tx_free, nb_pkts);
CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#835: FILE: drivers/net/intel/idpf/idpf_common_rxtx_avx512.c:1515:
+ nb_commit = nb_pkts = (uint16_t)RTE_MIN(txq->nb_tx_free, nb_pkts);
total: 0 errors, 0 warnings, 2 checks, 848 lines checked
More information about the test-report
mailing list