New upstream version 17.11.1
[deb_dpdk.git] / examples / ip_pipeline / init.c
index e56e404..ffd0fc2 100644 (file)
@@ -1726,7 +1726,7 @@ app_init_pipelines(struct app_params *app)
                data->ptype = ptype;
 
                data->timer_period = (rte_get_tsc_hz() *
-                       params->timer_period) / 100;
+                       params->timer_period) / 1000;
        }
 }