|WARNING| pw110629 [PATCH v3 3/8] net/vmxnet3: add Rx queue usage count utility

checkpatch at dpdk.org checkpatch at dpdk.org
Thu May 5 03:11:21 CEST 2022


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

_coding style issues_


WARNING:SUSPECT_COMMA_SEMICOLON: Possible comma where semicolon could be used
#124: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:297:
+	eth_dev->rx_queue_count = vmxnet3_dev_rx_queue_count,
 	pci_dev = RTE_ETH_DEV_TO_PCI(eth_dev);

CHECK:CAMELCASE: Avoid CamelCase: <Vmxnet3_RxCompDesc>
#154: FILE: drivers/net/vmxnet3/vmxnet3_rxtx.c:1026:
+	const Vmxnet3_RxCompDesc *rcd;

total: 0 errors, 1 warnings, 1 checks, 52 lines checked


More information about the test-report mailing list