env_dpdk: print DPDK version during initialization
Change-Id: Ib6478c3e54a93f6f4c77c63cef4ab2ff47df2f10 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
parent
0801877b7d
commit
007196152f
@ -285,7 +285,7 @@ void spdk_env_init(const struct spdk_env_opts *opts)
|
||||
exit(-1);
|
||||
}
|
||||
|
||||
printf("Starting Intel(R) DPDK initialization ... \n");
|
||||
printf("Starting %s initialization...\n", rte_version());
|
||||
printf("[ DPDK EAL parameters: ");
|
||||
for (i = 0; i < argcount; i++) {
|
||||
printf("%s ", args[i]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user