* [dpdk-test-report] |WARNING| pw18912 [PATCH v2 5/5] vmxnet3: Avoid segfault caused by vmxnet3_dev_tx_queue_setup.
[not found] <1483617709-7088-5-git-send-email-nic@opencloud.tech>
@ 2017-01-05 12:02 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-01-05 12:02 UTC (permalink / raw)
To: test-report; +Cc: nickcooper-zhangtonghao
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/18912
_coding style issues_
WARNING:TYPO_SPELLING: 'mumber' may be misspelled - perhaps 'number'?
#48:
We should allocate Tx ring for max possible mumber of hardware descriptors.
CHECK:CAMELCASE: Avoid CamelCase: <Vmxnet3_TxDesc>
#69: FILE: drivers/net/vmxnet3/vmxnet3_rxtx.c:878:
+ size = sizeof(struct Vmxnet3_TxDesc) * VMXNET3_TX_RING_MAX_SIZE;
CHECK:CAMELCASE: Avoid CamelCase: <Vmxnet3_TxCompDesc>
#70: FILE: drivers/net/vmxnet3/vmxnet3_rxtx.c:879:
+ size += sizeof(struct Vmxnet3_TxCompDesc) * VMXNET3_TX_RING_MAX_SIZE;
CHECK:CAMELCASE: Avoid CamelCase: <Vmxnet3_TxDataDesc>
#71: FILE: drivers/net/vmxnet3/vmxnet3_rxtx.c:880:
+ size += sizeof(struct Vmxnet3_TxDataDesc) * VMXNET3_TX_RING_MAX_SIZE;
total: 0 errors, 1 warnings, 3 checks, 13 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-01-05 12:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <1483617709-7088-5-git-send-email-nic@opencloud.tech>
2017-01-05 12:02 ` [dpdk-test-report] |WARNING| pw18912 [PATCH v2 5/5] vmxnet3: Avoid segfault caused by vmxnet3_dev_tx_queue_setup checkpatch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).