[dpdk-test-report] |WARNING| pw102980 [dpdk-dev v6 6/9] compress/qat: add gen specific implementation
checkpatch at dpdk.org
checkpatch at dpdk.org
Tue Oct 26 19:18:48 CEST 2021
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/102980
_coding style issues_
WARNING:TYPO_SPELLING: 'INTERM' may be misspelled - perhaps 'INTERIM'?
#115: FILE: drivers/compress/qat/dev/qat_comp_pmd_gen1.c:12:
+#define QAT_NUM_INTERM_BUFS_GEN1 12
WARNING:MISSING_SPACE: break quoted strings at a space character
#143: FILE: drivers/compress/qat/dev/qat_comp_pmd_gen1.c:40:
+ "RTE_PMD_QAT_COMP_IM_BUFFER_SIZE = 0 in config file, so"
+ "QAT device can't be used for Dynamic Deflate.");
WARNING:TYPO_SPELLING: 'interm' may be misspelled - perhaps 'interim'?
#145: FILE: drivers/compress/qat/dev/qat_comp_pmd_gen1.c:42:
+ comp_dev->interm_buff_mz =
WARNING:TYPO_SPELLING: 'interm' may be misspelled - perhaps 'interim'?
#148: FILE: drivers/compress/qat/dev/qat_comp_pmd_gen1.c:45:
+ if (comp_dev->interm_buff_mz == NULL)
WARNING:TYPO_SPELLING: 'INTERM' may be misspelled - perhaps 'INTERIM'?
#256: FILE: drivers/compress/qat/dev/qat_comp_pmd_gen1.c:153:
+ return QAT_NUM_INTERM_BUFS_GEN1;
WARNING:TYPO_SPELLING: 'INTERM' may be misspelled - perhaps 'INTERIM'?
#293: FILE: drivers/compress/qat/dev/qat_comp_pmd_gen2.c:8:
+#define QAT_NUM_INTERM_BUFS_GEN2 20
WARNING:TYPO_SPELLING: 'INTERM' may be misspelled - perhaps 'INTERIM'?
#298: FILE: drivers/compress/qat/dev/qat_comp_pmd_gen2.c:13:
+ return QAT_NUM_INTERM_BUFS_GEN2;
WARNING:TYPO_SPELLING: 'INTERM' may be misspelled - perhaps 'INTERIM'?
#329: FILE: drivers/compress/qat/dev/qat_comp_pmd_gen3.c:8:
+#define QAT_NUM_INTERM_BUFS_GEN3 64
WARNING:TYPO_SPELLING: 'INTERM' may be misspelled - perhaps 'INTERIM'?
#334: FILE: drivers/compress/qat/dev/qat_comp_pmd_gen3.c:13:
+ return QAT_NUM_INTERM_BUFS_GEN3;
WARNING:TYPO_SPELLING: 'INTERM' may be misspelled - perhaps 'INTERIM'?
#368: FILE: drivers/compress/qat/dev/qat_comp_pmd_gen4.c:11:
+#define QAT_NUM_INTERM_BUFS_GEN4 0
WARNING:TYPO_SPELLING: 'som' may be misspelled - perhaps 'some'?
#470: FILE: drivers/compress/qat/dev/qat_comp_pmd_gen4.c:113:
+ hw_comp_upper_csr.som_ctrl =
WARNING:TYPO_SPELLING: 'SOM' may be misspelled - perhaps 'SOME'?
#471: FILE: drivers/compress/qat/dev/qat_comp_pmd_gen4.c:114:
+ ICP_QAT_HW_COMP_20_SOM_CONTROL_REPLAY_MODE;
WARNING:TYPO_SPELLING: 'DONT' may be misspelled - perhaps 'DON'T'?
#487: FILE: drivers/compress/qat/dev/qat_comp_pmd_gen4.c:130:
+ ICP_QAT_HW_COMP_20_SKIP_HASH_COLLISION_DONT_ALLOW;
WARNING:TYPO_SPELLING: 'DONT' may be misspelled - perhaps 'DON'T'?
#510: FILE: drivers/compress/qat/dev/qat_comp_pmd_gen4.c:153:
+ ICP_QAT_HW_COMP_20_SKIP_HASH_UPDATE_DONT_ALLOW;
WARNING:TYPO_SPELLING: 'INTERM' may be misspelled - perhaps 'INTERIM'?
#552: FILE: drivers/compress/qat/dev/qat_comp_pmd_gen4.c:195:
+ return QAT_NUM_INTERM_BUFS_GEN4;
total: 0 errors, 15 warnings, 489 lines checked
More information about the test-report
mailing list