|WARNING| pw110588 [PATCH 3/8] vmxnet3: add rx queue usage count utility
checkpatch at dpdk.org
checkpatch at dpdk.org
Tue May 3 06:23:49 CEST 2022
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/110588
_coding style issues_
WARNING:SUSPECT_COMMA_SEMICOLON: Possible comma where semicolon could be used
#122: 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>
#152: 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