Hi All,

I am creating a basic demo which showcase VPP as a bridge on ubuntu . I am
following below link:

https://wiki.fd.io/view/VPP/Use_VPP_to_connect_VMs_Using_Vhost-User_Interface

I am able to see the interfaces

 vppctl show interface
              Name               Idx       State          Counter
Count
GigabitEthernet0/19/0             1         up       rx
packets                 19740
                                                     rx
bytes                 3397585

drops                      19719

punts                         21

ip4                        13789

ip6                          735
VirtualEthernet0/0/0              2         up


When I am trying to launch a VM using VPP socket, getting error:

sudo qemu-system-x86_64 -enable-kvm -m 512 -smp 2  -chardev
socket,id=char0,path=/tmp/sock1.sock -netdev
vhost-user,id=mynet1,chardev=char0  -device
virtio-net-pci,netdev=mynet1,mac=52:54:00:02:d9:0a  -numa node,memdev=mem
-mem-prealloc Downloads/clear-16280-kvm.img

qemu-system-x86_64: -netdev vhost-user,id=mynet1,chardev=char0: Invalid
parameter 'vhost-user'

I am very new to VPP. Any idea about this error?

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

Reply via email to