[dpdk-test-report] |WARNING| pw94963 [PATCH v5 4/7] event/cnxk: add Tx adapter fastpath ops

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Jun 29 10:03:21 CEST 2021


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

_coding style issues_


WARNING:TRAILING_SEMICOLON: macros should not use a trailing semicolon
#227: FILE: drivers/event/cnxk/cn10k_worker.h:308:
+#define T(name, f5, f4, f3, f2, f1, f0, sz, flags)                             \
+	uint16_t __rte_hot cn10k_sso_hws_tx_adptr_enq_##name(                  \
+		void *port, struct rte_event ev[], uint16_t nb_events);        \
+	uint16_t __rte_hot cn10k_sso_hws_tx_adptr_enq_seg_##name(              \
+		void *port, struct rte_event ev[], uint16_t nb_events);        \
+	uint16_t __rte_hot cn10k_sso_hws_dual_tx_adptr_enq_##name(             \
+		void *port, struct rte_event ev[], uint16_t nb_events);        \
+	uint16_t __rte_hot cn10k_sso_hws_dual_tx_adptr_enq_seg_##name(         \
+		void *port, struct rte_event ev[], uint16_t nb_events);

WARNING:TRAILING_SEMICOLON: macros should not use a trailing semicolon
#496: FILE: drivers/event/cnxk/cn9k_worker.h:493:
+#define T(name, f5, f4, f3, f2, f1, f0, sz, flags)                             \
+	uint16_t __rte_hot cn9k_sso_hws_tx_adptr_enq_##name(                   \
+		void *port, struct rte_event ev[], uint16_t nb_events);        \
+	uint16_t __rte_hot cn9k_sso_hws_tx_adptr_enq_seg_##name(               \
+		void *port, struct rte_event ev[], uint16_t nb_events);        \
+	uint16_t __rte_hot cn9k_sso_hws_dual_tx_adptr_enq_##name(              \
+		void *port, struct rte_event ev[], uint16_t nb_events);        \
+	uint16_t __rte_hot cn9k_sso_hws_dual_tx_adptr_enq_seg_##name(          \
+		void *port, struct rte_event ev[], uint16_t nb_events);

total: 0 errors, 2 warnings, 480 lines checked


More information about the test-report mailing list