Stefan Saroiu

Results 1 issues of Stefan Saroiu

`Dpdk::InitDpdk` calls `rte_eal_init` with `rte_args`, which are command-line options without the program name (basename). A typical `rte_args` might look like `--log-level=eal,8 --proc-type=auto` or `-c 0x0 -n 6`. However, `rte_eal_init` expects...