New upstream version 18.11-rc1
[deb_dpdk.git] / examples / vm_power_manager / main.c
index 58c5fa4..893bf4c 100644 (file)
@@ -421,6 +421,8 @@ main(int argc, char **argv)
                return -1;
        }
 
+       add_host_channel();
+
        printf("Running core monitor on lcore id %d\n", lcore_id);
        rte_eal_remote_launch(run_core_monitor, NULL, lcore_id);