|WARNING| pw147163 [PATCH v6] ethdev: TEST support single queue per port

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Oct 24 22:31:25 CEST 2024


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

_coding style issues_

Must be a reply to the first patch (--in-reply-to).


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#57: 
  587 |         dev->data->rx_queue_state[q_id] = RTE_ETH_QUEUE_STATE_STOPPED;

CHECK:CAMELCASE: Avoid CamelCase: <ucastPktsTxOK>
#291: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:1480:
+		packets = txStats.ucastPktsTxOK +

CHECK:CAMELCASE: Avoid CamelCase: <ucastBytesTxOK>
#296: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:1484:
+		bytes = txStats.ucastBytesTxOK +

CHECK:CAMELCASE: Avoid CamelCase: <ucastPktsRxOK>
#316: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:1501:
+		packets = rxStats.ucastPktsRxOK +

CHECK:CAMELCASE: Avoid CamelCase: <ucastBytesRxOK>
#321: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:1505:
+		bytes = rxStats.ucastBytesRxOK +

CHECK:CAMELCASE: Avoid CamelCase: <pktsRxError>
#337: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:1517:
+			stats->q_errors[i] = rxStats.pktsRxError;

total: 0 errors, 1 warnings, 5 checks, 203 lines checked
Warning in drivers/net/bnxt/bnxt_ethdev.c:
Warning in drivers/net/bnxt/bnxt_rxq.c:
Warning in drivers/net/e1000/igb_rxtx.c:
Warning in drivers/net/failsafe/failsafe_ops.c:
Warning in drivers/net/hns3/hns3_rxtx.c:
Warning in drivers/net/mana/tx.c:
Using compiler attribute directly


More information about the test-report mailing list