Is there any other way , other than creation of VHOST?
From: Vivek Gupta
Sent: Wednesday, April 27, 2016 7:51 PM To: Christian Ehrhardt; discuss@openvswitch.org Subject: RE: [ovs-discuss] How to bind VM's NIC to OVS Thanks Christian
https://help.ubuntu.com/16.04/serverguide/DPDK.html#dpdk-openvswitch-guest is out of order. Can you please suggest any other link.
From: Christian Ehrhardt [mailto:christian.ehrha...@canonical.com]
Hi Vivek, you are right the dpdk4/5 would be adding more Host interfaces to the bridge. IMHO your steps 3&4 make wrong assumptions how this should work.
You want to create virtual interfaces on the Host that can be consumed by your guest. These days you use vhost_user sockets for that.
Create one in the Host with e.g. with: ovs-vsctl add-port ovsdpdkbr0 vhost-user-1 -- set Interface vhost-user-1 type=dpdkvhostuser
You then need to configure your guest in a way to configure its vnic to attach to that socket. That can be done with qemu commandline or some assist by recent libvirt.
You might take a look at the examples here: or more complete, but then also more complex
Christian Ehrhardt Software Engineer, Ubuntu Server Canonical Ltd
On Wed, Apr 27, 2016 at 3:53 PM, Vivek Gupta <vive...@hcl.com> wrote:
|
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss