eal: new option --lcores for cpu assignment
[dpdk.git] / lib / librte_eal / common / eal_options.h
index d199a00..f6714d9 100644 (file)
@@ -53,6 +53,8 @@ enum {
        OPT_FILE_PREFIX_NUM,
 #define OPT_HUGE_DIR          "huge-dir"
        OPT_HUGE_DIR_NUM,
+#define OPT_LCORES            "lcores"
+       OPT_LCORES_NUM,
 #define OPT_LOG_LEVEL         "log-level"
        OPT_LOG_LEVEL_NUM,
 #define OPT_MASTER_LCORE      "master-lcore"