|WARNING| pw130529 [PATCH v2 04/13] net/vmxnet3: replace abort with rte_panic
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Aug 18 19:47:52 CEST 2023
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/130529
_coding style issues_
CHECK:CAMELCASE: Avoid CamelCase: <PRIx64>
#104: FILE: drivers/net/vmxnet3/vmxnet3_rxtx.c:569:
+ rte_panic("unsupported cksum offload: %"PRIx64"
",
CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements
#104: FILE: drivers/net/vmxnet3/vmxnet3_rxtx.c:569:
+ rte_panic("unsupported cksum offload: %"PRIx64"
",
total: 0 errors, 0 warnings, 2 checks, 12 lines checked
Warning in drivers/net/vmxnet3/vmxnet3_rxtx.c:
Using rte_panic/rte_exit
More information about the test-report
mailing list