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

Fixes: a8225f2b308d ("net/cpfl: use common Rx path selection infrastructure")
Fixes: 6970745698b9 ("net/cpfl: use common Tx path selection infrastructure")
Cc: [email protected]
Signed-off-by: Shaiq Wani <[email protected]>
---
 drivers/net/intel/cpfl/cpfl_rxtx.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/intel/cpfl/cpfl_rxtx.c 
b/drivers/net/intel/cpfl/cpfl_rxtx.c
index ad622b267d..bbf8225d54 100644
--- a/drivers/net/intel/cpfl/cpfl_rxtx.c
+++ b/drivers/net/intel/cpfl/cpfl_rxtx.c
@@ -1487,7 +1487,7 @@ cpfl_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);
 
 }
@@ -1556,6 +1556,6 @@ cpfl_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