Re: [ovs-discuss] What is the best way to set a Geneve tunnel based on dpdk device

2017-12-21 Thread Hui Xiang
Thank you very much Sara! On Thu, Dec 21, 2017 at 5:37 PM, Sara Gittlin wrote: > take a look at vxlan setup - it is similar > http://docs.openvswitch.org/en/latest/howto/userspace-tunneling/ > --Sara > > On Thu, Dec 21, 2017 at 10:51 AM, Hui Xiang wrote: > > Hi folks, > > > > I have added a d

Re: [ovs-discuss] What is the best way to set a Geneve tunnel based on dpdk device

2017-12-21 Thread Sara Gittlin
take a look at vxlan setup - it is similar http://docs.openvswitch.org/en/latest/howto/userspace-tunneling/ --Sara On Thu, Dec 21, 2017 at 10:51 AM, Hui Xiang wrote: > Hi folks, > > I have added a dpdk device in ovs bridge 'br-dpdk' in the compute host, > and expect the Geneve tunnel can send p

[ovs-discuss] What is the best way to set a Geneve tunnel based on dpdk device

2017-12-21 Thread Hui Xiang
Hi folks, I have added a dpdk device in ovs bridge 'br-dpdk' in the compute host, and expect the Geneve tunnel can send packets throught this bridge, my question is what is the best way to make it work and do not affect dpdk performance? Is it enough to just assign an ip to interface br-dpdk?