[dpdk-test-report] |WARNING| pw94429 [PATCH v3 20/62] net/cnxk: add Rx multi-segmented version for cn9k

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Jun 18 12:42:30 CEST 2021


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

_coding style issues_


WARNING:TRAILING_SEMICOLON: macros should not use a trailing semicolon
#206: FILE: drivers/net/cnxk/cn9k_rx.h:293:
+#define R(name, f3, f2, f1, f0, flags)                                         \
 	uint16_t __rte_noinline __rte_hot cn9k_nix_recv_pkts_##name(           \
+		void *rx_queue, struct rte_mbuf **rx_pkts, uint16_t pkts);     \
+									       \
+	uint16_t __rte_noinline __rte_hot cn9k_nix_recv_pkts_mseg_##name(      \
 		void *rx_queue, struct rte_mbuf **rx_pkts, uint16_t pkts);

total: 0 errors, 1 warnings, 0 checks, 144 lines checked


More information about the test-report mailing list