|WARNING| pw152348 [PATCH] net/intel: using common functions in idpf driver
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Mar 12 16:52:34 CET 2025
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/152348
_coding style issues_
CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#1051: FILE: drivers/net/intel/idpf/idpf_common_rxtx_avx2.c:577:
+ nb_commit = nb_pkts = (uint16_t)RTE_MIN(txq->nb_tx_free, nb_pkts);
CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#1332: 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, 1480 lines checked
More information about the test-report
mailing list