automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw113745 [RFC PATCH 27/29] net/qdma: add device specific APIs for export
       [not found] <20220706075219.517046-28-aman.kumar@vvdntech.in>
@ 2022-07-06  9:43 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2022-07-06  9:43 UTC (permalink / raw)
  To: test-report; +Cc: Aman Kumar

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/113745

_coding style issues_


WARNING:TYPO_SPELLING: 'tigger' may be misspelled - perhaps 'trigger'?
#167: FILE: drivers/net/qdma/rte_pmd_qdma.c:60:
+static int8_t qdma_get_trigger_mode(enum rte_pmd_qdma_tigger_mode_t mode)

WARNING:TYPO_SPELLING: 'Master' may be misspelled - perhaps 'Primary'?
#202: FILE: drivers/net/qdma/rte_pmd_qdma.c:95:
+ * @param	user_bar_idx   : AXI Master Lite BAR(user bar) index

WARNING:TYPO_SPELLING: 'Master' may be misspelled - perhaps 'Primary'?
#203: FILE: drivers/net/qdma/rte_pmd_qdma.c:96:
+ * @param	bypass_bar_idx : AXI Bridge Master BAR(bypass bar) index

WARNING:TYPO_SPELLING: 'immmediate' may be misspelled - perhaps 'immediate'?
#425: FILE: drivers/net/qdma/rte_pmd_qdma.c:318:
+ *			"q_<qid>_immmediate_data.txt" in the local directory.

WARNING:TYPO_SPELLING: 'tigger' may be misspelled - perhaps 'trigger'?
#680: FILE: drivers/net/qdma/rte_pmd_qdma.c:573:
+				enum rte_pmd_qdma_tigger_mode_t mode)

WARNING:TYPO_SPELLING: 'compeltion' may be misspelled - perhaps 'completion'?
#1745: FILE: drivers/net/qdma/rte_pmd_qdma.c:1638:
+ * @param   nb_entries: Number of compeltion entries to process.

WARNING:TYPO_SPELLING: 'Master' may be misspelled - perhaps 'Primary'?
#1928: FILE: drivers/net/qdma/rte_pmd_qdma.h:345:
+ * @param	user_bar_idx   AXI Master Lite BAR(user bar) index

WARNING:TYPO_SPELLING: 'Master' may be misspelled - perhaps 'Primary'?
#1929: FILE: drivers/net/qdma/rte_pmd_qdma.h:346:
+ * @param	bypass_bar_idx AXI Bridge Master BAR(bypass bar) index

WARNING:TYPO_SPELLING: 'immmediate' may be misspelled - perhaps 'immediate'?
#2037: FILE: drivers/net/qdma/rte_pmd_qdma.h:454:
+ * "q_<qid>_immmediate_data.txt" in the local directory.

WARNING:TYPO_SPELLING: 'tigger' may be misspelled - perhaps 'trigger'?
#2113: FILE: drivers/net/qdma/rte_pmd_qdma.h:530:
+			enum rte_pmd_qdma_tigger_mode_t mode);

WARNING:TYPO_SPELLING: 'compeltion' may be misspelled - perhaps 'completion'?
#2257: FILE: drivers/net/qdma/rte_pmd_qdma.h:674:
+ * @param   nb_entries Number of compeltion entries to process

total: 0 errors, 11 warnings, 0 checks, 2202 lines checked
INFO: symbol rte_pmd_qdma_configure_rx_bypass has been added to the EXPERIMENTAL section of the version map
INFO: symbol rte_pmd_qdma_configure_tx_bypass has been added to the EXPERIMENTAL section of the version map
INFO: symbol rte_pmd_qdma_dbg_qdesc has been added to the EXPERIMENTAL section of the version map
INFO: symbol rte_pmd_qdma_dbg_qdevice has been added to the EXPERIMENTAL section of the version map
INFO: symbol rte_pmd_qdma_dbg_qinfo has been added to the EXPERIMENTAL section of the version map
INFO: symbol rte_pmd_qdma_dbg_regdump has been added to the EXPERIMENTAL section of the version map
INFO: symbol rte_pmd_qdma_dbg_reg_info_dump has been added to the EXPERIMENTAL section of the version map
INFO: symbol rte_pmd_qdma_dev_cmptq_setup has been added to the EXPERIMENTAL section of the version map
INFO: symbol rte_pmd_qdma_dev_cmptq_start has been added to the EXPERIMENTAL section of the version map
INFO: symbol rte_pmd_qdma_dev_cmptq_stop has been added to the EXPERIMENTAL section of the version map
INFO: symbol rte_pmd_qdma_get_bar_details has been added to the EXPERIMENTAL section of the version map
ERROR: symbol rte_pmd_qdma_get_device_capabilities is added in the DPDK_22 section, but is expected to be added in the EXPERIMENTAL section of the version map
INFO: symbol rte_pmd_qdma_get_immediate_data_state has been added to the EXPERIMENTAL section of the version map
ERROR: symbol rte_pmd_qdma_get_pci_func_type is added in the DPDK_22 section, but is expected to be added in the EXPERIMENTAL section of the version map
ERROR: symbol rte_pmd_qdma_get_queue_base is added in the DPDK_22 section, but is expected to be added in the EXPERIMENTAL section of the version map
INFO: symbol rte_pmd_qdma_mm_cmpt_process has been added to the EXPERIMENTAL section of the version map
INFO: symbol rte_pmd_qdma_set_c2h_descriptor_prefetch has been added to the EXPERIMENTAL section of the version map
INFO: symbol rte_pmd_qdma_set_cmpt_descriptor_size has been added to the EXPERIMENTAL section of the version map
INFO: symbol rte_pmd_qdma_set_cmpt_overflow_check has been added to the EXPERIMENTAL section of the version map
INFO: symbol rte_pmd_qdma_set_cmpt_timer has been added to the EXPERIMENTAL section of the version map
INFO: symbol rte_pmd_qdma_set_cmpt_trigger_mode has been added to the EXPERIMENTAL section of the version map
INFO: symbol rte_pmd_qdma_set_immediate_data_state has been added to the EXPERIMENTAL section of the version map
ERROR: symbol rte_pmd_qdma_set_mm_endpoint_addr is added in the DPDK_22 section, but is expected to be added in the EXPERIMENTAL section of the version map
ERROR: symbol rte_pmd_qdma_set_queue_mode is added in the DPDK_22 section, but is expected to be added in the EXPERIMENTAL section of the version map

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-07-06  9:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220706075219.517046-28-aman.kumar@vvdntech.in>
2022-07-06  9:43 ` |WARNING| pw113745 [RFC PATCH 27/29] net/qdma: add device specific APIs for export 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).