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

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Apr 10 07:22:49 CEST 2025


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

_coding style issues_


CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#619: 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
#834: 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