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:
Daniel Verkamp 2016-07-19 09:46:12 -07:00
parent 88245ea26b
commit e120c17a96

View File

@ -332,6 +332,7 @@ cleanup(void)
static char *ealargs[] = {
"hello_world",
"-c 0x1",
"-n 4",
};
int main(int argc, char **argv)