automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw68640 [PATCH v5 06/11] net/iavf: add flow director enabled switch value
       [not found] <20200416080947.55005-7-leyi.rong@intel.com>
@ 2020-04-16  8:21 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2020-04-16  8:21 UTC (permalink / raw)
  To: test-report; +Cc: Leyi Rong

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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'ad' - possible side-effects?
#99: FILE: drivers/net/iavf/iavf_rxtx.h:495:
+#define FDIR_PROC_ENABLE_PER_QUEUE(ad, on) do { \
+	int i; \
+	for (i = 0; i < (ad)->eth_dev->data->nb_rx_queues; i++) { \
+		struct iavf_rx_queue *rxq = (ad)->eth_dev->data->rx_queues[i]; \
+		if (!rxq) \
+			continue; \
+		rxq->fdir_enabled = on; \
+	} \
+	PMD_DRV_LOG(DEBUG, "FDIR processing on RX set to %d", on); \
+} while (0)

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'on' - possible side-effects?
#99: FILE: drivers/net/iavf/iavf_rxtx.h:495:
+#define FDIR_PROC_ENABLE_PER_QUEUE(ad, on) do { \
+	int i; \
+	for (i = 0; i < (ad)->eth_dev->data->nb_rx_queues; i++) { \
+		struct iavf_rx_queue *rxq = (ad)->eth_dev->data->rx_queues[i]; \
+		if (!rxq) \
+			continue; \
+		rxq->fdir_enabled = on; \
+	} \
+	PMD_DRV_LOG(DEBUG, "FDIR processing on RX set to %d", on); \
+} while (0)

total: 0 errors, 0 warnings, 2 checks, 49 lines checked

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

only message in thread, other threads:[~2020-04-16  8:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20200416080947.55005-7-leyi.rong@intel.com>
2020-04-16  8:21 ` [dpdk-test-report] |WARNING| pw68640 [PATCH v5 06/11] net/iavf: add flow director enabled switch value 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).