* [dpdk-test-report] |WARNING| pw94550 [PATCH v2 10/13] event/cnxk: add Tx adapter fastpath ops
[not found] <20210619110154.10301-10-pbhagavatula@marvell.com>
@ 2021-06-19 11:04 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2021-06-19 11:04 UTC (permalink / raw)
To: test-report; +Cc: pbhagavatula
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/94550
_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
^ permalink raw reply [flat|nested] only message in thread