Commit e120c17a authored by Daniel Verkamp's avatar Daniel Verkamp
Browse files

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: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent 88245ea2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -332,6 +332,7 @@ cleanup(void)
static char *ealargs[] = {
	"hello_world",
	"-c 0x1",
	"-n 4",
};

int main(int argc, char **argv)