aboutsummaryrefslogtreecommitdiffstats
path: root/examples/l3fwd-power/perf_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/l3fwd-power/perf_core.h')
-rw-r--r--examples/l3fwd-power/perf_core.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/l3fwd-power/perf_core.h b/examples/l3fwd-power/perf_core.h
new file mode 100644
index 00000000..7b7b747b
--- /dev/null
+++ b/examples/l3fwd-power/perf_core.h
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: BSD-3-Clause
+ * Copyright(c) 2010-2018 Intel Corporation
+ */
+
+#ifndef _PERF_CORE_H_
+#define _PERF_CORE_H_
+
+int parse_perf_config(const char *q_arg);
+int parse_perf_core_list(const char *corelist);
+int update_lcore_params(void);
+
+#endif /* _PERF_CORE_H_ */