|WARNING| pw152756 [PATCH v6 1/4] net/intel: align Tx queue struct field names

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Apr 3 13:24:35 CEST 2025


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

_coding style issues_


CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#617: FILE: drivers/net/intel/idpf/idpf_common_rxtx_avx2.c:635:
+	nb_commit = nb_pkts = (uint16_t)RTE_MIN(txq->nb_tx_free, nb_pkts);

CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#832: FILE: drivers/net/intel/idpf/idpf_common_rxtx_avx512.c:1511:
+	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