Skip to content

Commit

Permalink
INSTALL.DPDK.md: Terminate code section.
Browse files Browse the repository at this point in the history
Add a missing terminator for a code section.  Without this, the
rendering on github at least shows the rest of the file as a code
block.

Signed-off-by: Russell Bryant <rbryant@redhat.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
  • Loading branch information
russellb authored and blp committed Mar 23, 2015
1 parent 2c9907c commit 5568661
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions INSTALL.DPDK.md
Expand Up @@ -430,6 +430,7 @@ qemu-wrap.py -cpu host -boot c -hda <disk image> -m 4096 -smp 4
--enable-kvm -nographic -vnc none -net none -netdev tap,id=net1,
script=no,downscript=no,ifname=if1,vhost=on -device virtio-net-pci,
netdev=net1,mac=00:00:00:00:00:01
```

DPDK vhost VM configuration with libvirt:
-----------------------------------------
Expand Down

0 comments on commit 5568661

Please sign in to comment.