examples/ip_pipeline: rework initialization parameters
After changes in config parser, app params struct is changed and requires modifications in initialization procedures. Signed-off-by: Maciej Gajdzica <maciejx.t.gajdzica@intel.com> Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
This commit is contained in:
parent
f505f045c4
commit
eb32fe7c55
@ -46,6 +46,7 @@ SRCS-$(CONFIG_RTE_LIBRTE_PIPELINE) := main.c
|
||||
SRCS-$(CONFIG_RTE_LIBRTE_PIPELINE) += config_parse.c
|
||||
SRCS-$(CONFIG_RTE_LIBRTE_PIPELINE) += config_parse_tm.c
|
||||
SRCS-$(CONFIG_RTE_LIBRTE_PIPELINE) += config_check.c
|
||||
SRCS-$(CONFIG_RTE_LIBRTE_PIPELINE) += init.c
|
||||
SRCS-$(CONFIG_RTE_LIBRTE_PIPELINE) += cpu_core_map.c
|
||||
|
||||
CFLAGS += -O3
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -49,5 +49,8 @@ main(int argc, char **argv)
|
||||
|
||||
app_config_check(&app);
|
||||
|
||||
/* Init */
|
||||
app_init(&app);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user