[ovs-discuss] could not create netdev vhost-user1 of unknown type dpdkvhostuser

2017-12-28 Thread ??????
Hi,all I tried to create vhost-user ports with OVS-DPDK, but failed. And I can't find the solution. Step1: ovs-vsctl add-br br0 -- set bridge br0 datapath_type=netdev Step2: ovs-vsctl add-port br0 vhost-user1 -- set Interface vhost-user1 type=dpdkvhostuser Step 1 is ok. But Step2 failed. I c

Re: [ovs-discuss] could not create netdev vhost-user1 of unknown type dpdkvhostuser

2017-12-28 Thread Flavio Leitner
On Thu, Dec 28, 2017 at 09:49:15PM +0800, 夏晨博 wrote: > Hi,all > > I tried to create vhost-user ports with OVS-DPDK, but failed. And I can't > find the solution. > > Step1: ovs-vsctl add-br br0 -- set bridge br0 datapath_type=netdev > Step2: ovs-vsctl add-port br0 vhost-user1 -- set Interface v