examples/l3fwd-power: revert wakeup log
authorDavid Hunt <david.hunt@intel.com>
Tue, 23 Nov 2021 15:57:49 +0000 (15:57 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 24 Nov 2021 13:04:35 +0000 (14:04 +0100)
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: 931e3a994597 ("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>
examples/l3fwd-power/main.c

index 5c58251..b8b3be2 100644 (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;