|WARNING| pw152540 [PATCH v3 2/4] net/intel: align Tx queue struct field names
    checkpatch at dpdk.org 
    checkpatch at dpdk.org
       
    Mon Mar 24 13:48:20 CET 2025
    
    
  
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/152540
_coding style issues_
CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#572: 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
#787: 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, 804 lines checked
    
    
More information about the test-report
mailing list