doc: add GRE option flow item to feature list
[dpdk.git] / examples / l3fwd-power / main.c
index 5c58251..20e5b59 100644 (file)
@@ -433,7 +433,7 @@ signal_exit_now(int sigtype)
 
 }
 
-/*  Freqency scale down timer callback */
+/*  Frequency scale down timer callback */
 static void
 power_timer_cb(__rte_unused struct rte_timer *tim,
                          __rte_unused void *arg)
@@ -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;
 
@@ -2361,7 +2358,7 @@ update_telemetry(__rte_unused struct rte_timer *tim,
        ret = rte_metrics_update_values(RTE_METRICS_GLOBAL, telstats_index,
                                        values, RTE_DIM(values));
        if (ret < 0)
-               RTE_LOG(WARNING, POWER, "failed to update metrcis\n");
+               RTE_LOG(WARNING, POWER, "failed to update metrics\n");
 }
 
 static int