Hi,
I'm new to vpp and tryng to benchmark this.
During the test, I've been facing a variety of problems from a variety of
situation.

1. qemu-system-x86_64 installation failed
At first I installed vpp through vpp-config. And I tried to install
qemu-system-x86_64 but hang occured. Right after stopping vpp, the hang
released.

2. VM instantiation failed
After installing qemu-system-x86_64, I tried to instantiate via
qemu-system-x86_64
command as below, but hang occured and there isn't any response from
terminal.

qemu-system-x86_64 \

    -enable-kvm -m 1024 \

    -bios OVMF.fd \

    -smp 4 -cpu host \

    -vga none -nographic \

    -drive file="clear-19230-kvm1.img",if=virtio,aio=threads \

    -chardev socket,id=char1,path=/tmp/sock1.sock \

    -netdev type=vhost-user,id=mynet1,chardev=char1,vhostforce \

    -device virtio-net-pci,mac=00:00:00:00:00:01,netdev=mynet1 \

    -object
memory-backend-file,id=mem,size=1024M,mem-path=/dev/hugepages,share=on \

    -numa node,memdev=mem -mem-prealloc \

    -debugcon file:debug.log -global isa-debugcon.iobase=0x402


3. Anyway, I finally succeeded to instantiate VM using master VPP which
means that I installed it from master source code. So I instantiated two
VMs. And then vpp process died and any command for resurrecting vpp doesn't
work.

Based on above experiences, I'm not sure whether vpp is stable or not.
Please someone point out what I'm dong wrong.

My environment is like this,
 - Dell R730
 - Intel X720 NIC
 - 16 Core, 2 Socket
 - 64GB Ram
 - Ubuntu 16.04

Regards,
_______________________________________________
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mailman/listinfo/vpp-dev

Reply via email to