automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw152398 [PATCH v4 08/10] net/ioring: support multi-segment Rx and Tx
       [not found] <20250313215151.292944-9-stephen@networkplumber.org>
@ 2025-03-13 21:53 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2025-03-13 21:53 UTC (permalink / raw)
  To: test-report; +Cc: Stephen Hemminger

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

_coding style issues_


WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#116: FILE: drivers/net/ioring/rte_eth_ioring.c:34:
+static_assert(RTE_PKTMBUF_HEADROOM >= sizeof(struct virtio_net_hdr));

WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'?
#136: FILE: drivers/net/ioring/rte_eth_ioring.c:172:
+	int flags = IFF_TAP | IFF_MULTI_QUEUE | IFF_NO_PI | IFF_VNET_HDR;

WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'?
#136: FILE: drivers/net/ioring/rte_eth_ioring.c:172:
+	int flags = IFF_TAP | IFF_MULTI_QUEUE | IFF_NO_PI | IFF_VNET_HDR;

WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'?
#136: FILE: drivers/net/ioring/rte_eth_ioring.c:172:
+	int flags = IFF_TAP | IFF_MULTI_QUEUE | IFF_NO_PI | IFF_VNET_HDR;

WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'?
#136: FILE: drivers/net/ioring/rte_eth_ioring.c:172:
+	int flags = IFF_TAP | IFF_MULTI_QUEUE | IFF_NO_PI | IFF_VNET_HDR;

CHECK:BRACES: Blank lines aren't necessary before a close brace '}'
#200: FILE: drivers/net/ioring/rte_eth_ioring.c:528:
+
+}

total: 0 errors, 5 warnings, 1 checks, 302 lines checked

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

only message in thread, other threads:[~2025-03-13 21:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20250313215151.292944-9-stephen@networkplumber.org>
2025-03-13 21:53 ` |WARNING| pw152398 [PATCH v4 08/10] net/ioring: support multi-segment Rx and Tx 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).