On Tue, May 12, 2026 at 04:42:27PM -0700, Arin Kharkar wrote: > Resolved bug #1936 by changing the log level in i40e_set_tx_function from > NOTICE to DEBUG > --- > drivers/net/intel/i40e/i40e_rxtx.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/net/intel/i40e/i40e_rxtx.c > b/drivers/net/intel/i40e/i40e_rxtx.c > index c5ac75e0f0..bc48303a25 100644 > --- a/drivers/net/intel/i40e/i40e_rxtx.c > +++ b/drivers/net/intel/i40e/i40e_rxtx.c > @@ -3124,7 +3124,7 @@ i40e_set_tx_function(struct rte_eth_dev *dev) > > i40e_tx_path_infos[ad->tx_func_type].pkt_burst; > dev->tx_pkt_prepare = i40e_tx_path_infos[ad->tx_func_type].pkt_prep; > > - PMD_DRV_LOG(NOTICE, "Using %s (port %d).", > + PMD_DRV_LOG(DEBUG, "Using %s (port %d).", > i40e_tx_path_infos[ad->tx_func_type].info, dev->data->port_id); > > if (ad->tx_func_type == I40E_TX_SCALAR_SIMPLE ||
Hi, thanks for the fix. Unfortunately, with the recent changes in the drivers to use a different path selection mechanism, this patch is no longer relevant, I believe. The log messages for path selection in the driver on "next-net-intel" tree are now all at DEBUG level. Marking as not-applicable in patchwork. Thanks, /Bruce

