From: Shaiq Wani <shaiq.wani@intel.com>
To: dev@dpdk.org, bruce.richardson@intel.com, aman.deep.singh@intel.com
Cc: stable@dpdk.org
Subject: [PATCH 2/4] net/iavf: demote path selection logs from NOTICE to DEBUG
Date: Mon, 20 Apr 2026 11:57:44 +0530 [thread overview]
Message-ID: <20260420062746.178145-3-shaiq.wani@intel.com> (raw)
In-Reply-To: <20260420062746.178145-1-shaiq.wani@intel.com>
Demote Rx/Tx path selection messages from NOTICE to DEBUG level
to reduce noise.
Fixes: 91e3205d72d8 ("net/iavf: use common Rx path selection infrastructure")
Fixes: ebcfb039afa8 ("net/iavf: use common Tx path selection infrastructure")
Cc: stable@dpdk.org
Signed-off-by: Shaiq Wani <shaiq.wani@intel.com>
---
drivers/net/intel/iavf/iavf_rxtx.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/net/intel/iavf/iavf_rxtx.c b/drivers/net/intel/iavf/iavf_rxtx.c
index 4ff6c18dc4..3d9b49efd0 100644
--- a/drivers/net/intel/iavf/iavf_rxtx.c
+++ b/drivers/net/intel/iavf/iavf_rxtx.c
@@ -3856,7 +3856,7 @@ iavf_set_rx_function(struct rte_eth_dev *dev)
else
dev->rx_pkt_burst = iavf_rx_path_infos[adapter->rx_func_type].pkt_burst;
- PMD_DRV_LOG(NOTICE, "Using %s (port %d).",
+ PMD_DRV_LOG(DEBUG, "Using %s (port %d).",
iavf_rx_path_infos[adapter->rx_func_type].info, dev->data->port_id);
}
@@ -3923,7 +3923,7 @@ iavf_set_tx_function(struct rte_eth_dev *dev)
else
dev->tx_pkt_burst = iavf_tx_path_infos[adapter->tx_func_type].pkt_burst;
- PMD_DRV_LOG(NOTICE, "Using %s (port %d).",
+ PMD_DRV_LOG(DEBUG, "Using %s (port %d).",
iavf_tx_path_infos[adapter->tx_func_type].info, dev->data->port_id);
}
--
2.43.0
next prev parent reply other threads:[~2026-04-20 6:37 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-20 6:27 [PATCH 0/4] net/intel: demote path selection logs from NOTICE to DEBUG Shaiq Wani
2026-04-20 6:27 ` [PATCH 1/4] net/ice: " Shaiq Wani
2026-04-20 6:27 ` Shaiq Wani [this message]
2026-04-20 6:27 ` [PATCH 3/4] net/idpf: " Shaiq Wani
2026-04-20 6:27 ` [PATCH 4/4] net/cpfl: " Shaiq Wani
2026-04-20 16:54 ` [PATCH 0/4] net/intel: " Bruce Richardson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260420062746.178145-3-shaiq.wani@intel.com \
--to=shaiq.wani@intel.com \
--cc=aman.deep.singh@intel.com \
--cc=bruce.richardson@intel.com \
--cc=dev@dpdk.org \
--cc=stable@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox