[dpdk-test-report] |WARNING| pw21070 [PATCH 4/6] prgdev: add prgdev API exposed to application
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Mar 2 12:08:10 CET 2017
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/21070
_coding style issues_
WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#213: FILE: lib/librte_prgdev/rte_prgdev.c:386:
+ /* Only can check downloaded image running status after device is open,
+ * but prgdev doesn't has the capability to check whether an image is
WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#296: FILE: lib/librte_prgdev/rte_prgdev.h:292:
+/*
+* Query what personality is in the device.
WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#331: FILE: lib/librte_prgdev/rte_prgdev.h:327:
+/*
+* Open device for programming, acquiring on-die image, etc.
WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#340: FILE: lib/librte_prgdev/rte_prgdev.h:336:
+/*
+* Download image from host to programmable device.
WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#354: FILE: lib/librte_prgdev/rte_prgdev.h:350:
+/*
+* Upload image from programmable device to host.
WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#370: FILE: lib/librte_prgdev/rte_prgdev.h:366:
+/*
+* Check if the downloaded image running on die works in expected way, optional
WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#379: FILE: lib/librte_prgdev/rte_prgdev.h:375:
+/*
+* Called to free up resources or whatever to do to hardware
WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#387: FILE: lib/librte_prgdev/rte_prgdev.h:383:
+/*
+* Called to bind a programmable device with drivers after close function is
WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#395: FILE: lib/librte_prgdev/rte_prgdev.h:391:
+/*
+* Called to unbind all functions except prgdev from drivers.
total: 0 errors, 9 warnings, 341 lines checked
More information about the test-report
mailing list