examples/l3fwd-power: revert wakeup log

Wakeup happens quite often (several hundred times a second) in
l3fwd-power example app in PMD power management mode, so this
message is appearing too often to be useful.
This patch reverts that info message addition.

Fixes: 931e3a9945 ("examples/l3fwd-power: add wakeup log")

Signed-off-by: David Hunt <david.hunt@intel.com>
Tested-by: Reshma Pattan <reshma.pattan@intel.com>
Acked-by: Reshma Pattan <reshma.pattan@intel.com>
This commit is contained in:
David Hunt 2021-11-23 15:57:49 +00:00 committed by Thomas Monjalon
parent 8e3c55386f
commit 0f4611cc26

View File

@ -1156,9 +1156,6 @@ main_telemetry_loop(__rte_unused void *dummy)
ep_nep[nb_rx == 0]++;
fp_nfp[nb_rx == MAX_PKT_BURST]++;
poll_count++;
RTE_LOG(INFO, L3FWD_POWER,
"lcore %u has woken up on port %d queue %d\n",
rte_lcore_id(), portid, queueid);
if (unlikely(nb_rx == 0))
continue;