]> git.droids-corp.org - dpdk.git/blobdiff - examples/vm_power_manager/main.c
net/ifc: add LM mode parameter
[dpdk.git] / examples / vm_power_manager / main.c
index 58c5fa45c4bc31025375e6a4235f226662b60240..893bf4cdd80f47aee1b724c2dd0d169169dd768c 100644 (file)
@@ -421,6 +421,8 @@ main(int argc, char **argv)
                return -1;
        }
 
                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);
 
        printf("Running core monitor on lcore id %d\n", lcore_id);
        rte_eal_remote_launch(run_core_monitor, NULL, lcore_id);