automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw97169 [RFC 3/7] eth: make drivers to use new API for Tx
       [not found] <20210820162834.12544-4-konstantin.ananyev@intel.com>
@ 2021-08-20 16:30 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2021-08-20 16:30 UTC (permalink / raw)
  To: test-report; +Cc: Konstantin Ananyev

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

_coding style issues_


CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#242: FILE: drivers/net/i40e/i40e_rxtx.c:3574:
+					_RTE_ETH_FUNC(

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#841: FILE: lib/ethdev/ethdev_driver.h:1715:
+#define _RTE_ETH_TX_DEF(fn) \
+_RTE_ETH_TX_PROTO(fn) \
+{ \
+	void *txq = _rte_eth_tx_prolog(port_id, queue_id, tx_pkts, &nb_pkts); \
+	if (txq == NULL) \
+		return 0; \
+	return fn(txq, tx_pkts, nb_pkts); \
+}

WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#841: FILE: lib/ethdev/ethdev_driver.h:1715:
+#define _RTE_ETH_TX_DEF(fn) \
+_RTE_ETH_TX_PROTO(fn) \
+{ \
+	void *txq = _rte_eth_tx_prolog(port_id, queue_id, tx_pkts, &nb_pkts); \
+	if (txq == NULL) \
+		return 0; \
+	return fn(txq, tx_pkts, nb_pkts); \
+}

total: 1 errors, 1 warnings, 747 lines checked
Please only put __rte_experimental tags in headers (b/lib/ethdev/rte_ethdev.c)
Please only put __rte_experimental tags in headers (b/lib/ethdev/rte_ethdev.c)

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

only message in thread, other threads:[~2021-08-20 16:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210820162834.12544-4-konstantin.ananyev@intel.com>
2021-08-20 16:30 ` [dpdk-test-report] |WARNING| pw97169 [RFC 3/7] eth: make drivers to use new API for 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).