diff options
author | Nathan Skrzypczak <nathan.skrzypczak@gmail.com> | 2021-09-17 11:51:46 +0200 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2021-09-17 20:10:59 +0000 |
commit | 0e6584014afc41ad1d9750ee6d09c698311aa818 (patch) | |
tree | 6b9c1d1ecef0c77829c6470eb817d091036b902d /src/plugins/perfmon/CMakeLists.txt | |
parent | a274c3a2ed8c4f1f38cb6f126326b4e6798869d2 (diff) |
vppinfra: move format_table from perfmon
This code seems really usefull for reuse in
other plugins, for pretty table formatting
Type: feature
Change-Id: Ib5784a0dfc81b7d5a5d1f5ccdd02072e460a50fb
Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
Diffstat (limited to 'src/plugins/perfmon/CMakeLists.txt')
-rw-r--r-- | src/plugins/perfmon/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/perfmon/CMakeLists.txt b/src/plugins/perfmon/CMakeLists.txt index e2f8888c388..060c425df4d 100644 --- a/src/plugins/perfmon/CMakeLists.txt +++ b/src/plugins/perfmon/CMakeLists.txt @@ -21,7 +21,6 @@ add_vpp_plugin(perfmon dispatch_wrapper.c linux.c perfmon.c - table.c intel/core.c intel/uncore.c intel/bundle/membw_bound.c |