examples/nvme/hello_world: specify -n to DPDK
The example won't run without specifying the number of memory channels. Change-Id: I278c225ee82181677a6206f73a11df09fd045209 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
parent
88245ea26b
commit
e120c17a96
@ -332,6 +332,7 @@ cleanup(void)
|
||||
static char *ealargs[] = {
|
||||
"hello_world",
|
||||
"-c 0x1",
|
||||
"-n 4",
|
||||
};
|
||||
|
||||
int main(int argc, char **argv)
|
||||
|
Loading…
Reference in New Issue
Block a user