Trivial: fix src/plugins/map/test.c memory leak
[vpp.git] / src / plugins / perfmon / parse_util.c
index 9ffaa32..8c9e9be 100644 (file)
@@ -69,10 +69,14 @@ perfmon_parse_table (perfmon_main_t * pm, char *path, char *table_name)
   if (error)
     {
       vlib_log_err (pm->log_class,
-                   "Failed to read CPU-specific counter table");
+                   "Failed to read CPU-specific counter table %s",
+                   json_filename);
       vlib_log_err (pm->log_class,
-                   "Download from https://download.01.org/perfmon, "
-                   "and install as %s", json_filename);
+                   "Please install the vpp-dev package and then:");
+      vlib_log_err
+       (pm->log_class, "cd %s; sudo tar Jxf PerfmonTables.tar.xz", path);
+      vlib_log_err (pm->log_class, "and restart vpp.");
+
       vec_free (json_filename);
       clib_error_report (error);
       return ht;