Demote Rx/Tx path selection messages from NOTICE to DEBUG level
to reduce noise.

Fixes: 12b1c2901761 ("net/idpf: use common Rx path selection infrastructure")
Fixes: 7cab7e67363a ("net/idpf: use common Tx path selection infrastructure")
Cc: [email protected]
Signed-off-by: Shaiq Wani <[email protected]>
---
 drivers/net/intel/idpf/idpf_rxtx.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/intel/idpf/idpf_rxtx.c 
b/drivers/net/intel/idpf/idpf_rxtx.c
index b316c77b62..20cfc3a506 100644
--- a/drivers/net/intel/idpf/idpf_rxtx.c
+++ b/drivers/net/intel/idpf/idpf_rxtx.c
@@ -835,7 +835,7 @@ idpf_set_rx_function(struct rte_eth_dev *dev)
 
 out:
        dev->rx_pkt_burst = idpf_rx_path_infos[ad->rx_func_type].pkt_burst;
-       PMD_DRV_LOG(NOTICE, "Using %s Rx (port %d).",
+       PMD_DRV_LOG(DEBUG, "Using %s Rx (port %d).",
                        idpf_rx_path_infos[ad->rx_func_type].info, 
dev->data->port_id);
 
 }
@@ -902,6 +902,6 @@ idpf_set_tx_function(struct rte_eth_dev *dev)
 out:
        dev->tx_pkt_burst = idpf_tx_path_infos[ad->tx_func_type].pkt_burst;
        dev->tx_pkt_prepare = idpf_dp_prep_pkts;
-       PMD_DRV_LOG(NOTICE, "Using %s Tx (port %d).",
+       PMD_DRV_LOG(DEBUG, "Using %s Tx (port %d).",
                        idpf_tx_path_infos[ad->tx_func_type].info, 
dev->data->port_id);
 }
-- 
2.43.0

Reply via email to