Lines Matching defs:model
190 printf("Exceeded max number of lcore params for remote model: %hu\n",
321 " --model NAME: walking model name, dispatch or rtc(by default)\n"
365 parse_worker_model(const char *model)
367 if (strcmp(model, WORKER_MODEL_MCORE_DISPATCH) == 0)
369 else if (strcmp(model, WORKER_MODEL_RTC) == 0)
372 rte_exit(EXIT_FAILURE, "Invalid worker model: %s", model);
376 printf("Warning: model mismatch, will use the RTE_GRAPH_MODEL_SELECT model\n");
497 #define CMD_LINE_OPT_WORKER_MODEL "model"
619 printf("Use new worker model: %s\n", optarg);
909 /* set the graph model for the main graph */