From 64ae66903847cff20f0752caa7796b02e2fcec23 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Wed, 25 May 2016 18:40:13 +0200 Subject: Move dpdk startup config data to separate struct This is preparation work for moving DPDK EAL and mempool initialization to vlib. Change-Id: I2dc35aa53edec0e07fc2650d630aa625831154c3 Signed-off-by: Damjan Marion --- vpp/app/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vpp/app/version.c') diff --git a/vpp/app/version.c b/vpp/app/version.c index 22bec400..9a278d02 100644 --- a/vpp/app/version.c +++ b/vpp/app/version.c @@ -63,7 +63,7 @@ show_vpe_version_command_fn (vlib_main_t * vm, _("Current PID", "%d", getpid()); #if DPDK > 0 _("DPDK Version", "%s", rte_version()); - _("DPDK EAL init args", "%s", dpdk_main.eal_init_args_str); + _("DPDK EAL init args", "%s", dpdk_config_main.eal_init_args_str); #endif #undef _ } -- cgit 1.2.3-korg