|WARNING| pw148800 [RFC PATCH 04/21] drivers/net: align Tx queue struct field names
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Nov 22 13:57:13 CET 2024
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/148800
_coding style issues_
CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#367: FILE: drivers/net/iavf/iavf_rxtx_vec_avx2.c:1748:
+ nb_commit = nb_pkts = (uint16_t)RTE_MIN(txq->nb_tx_free, nb_pkts);
CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#468: FILE: drivers/net/iavf/iavf_rxtx_vec_avx512.c:2325:
+ nb_commit = nb_pkts = (uint16_t)RTE_MIN(txq->nb_tx_free, nb_pkts);
CHECK:CAMELCASE: Avoid CamelCase: <_Bool>
#828: FILE: drivers/net/ixgbe/ixgbe_rxtx.h:221:
+ _Bool tx_deferred_start; /**< not in global dev start. */
total: 0 errors, 0 warnings, 3 checks, 650 lines checked
More information about the test-report
mailing list