* [dpdk-test-report] |WARNING| pw94716 [PATCH v4 20/62] net/cnxk: add Rx multi-segmented version for cn9k
[not found] <20210623044702.4240-21-ndabilpuram@marvell.com>
@ 2021-06-23 4:50 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2021-06-23 4:50 UTC (permalink / raw)
To: test-report; +Cc: Nithin Dabilpuram
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/94716
_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
^ permalink raw reply [flat|nested] only message in thread