[ovs-discuss] ConnTracker: any Performance figures?

2016-01-18 Thread Fischetti, Antonio
Hi All, I'm having a look at the ConnTracker implementation, especially the one in user-space. Are there any performance figures for OVS and/or OVS-DPDK with this feature? Or any test results? Thanks, Antonio ___ discuss mailing list discuss@openvswitc

[ovs-discuss] How Virtual port in vswitch work?

2016-01-18 Thread Hitesh Patel
Hi Team, How can i use virtual port to connect my vm to internet similar to virtual port provided by VxLAN? i have no idea how openVswitch send packet-in and echo reply to controller running at remote place without direct connection to any physical interface. Is ovs is using kernel TCP/IP stac

[ovs-discuss] OVS-DPDK vhostuser guest ping issue

2016-01-18 Thread Rapelly, Varun
Hi All, I'm facing a following issue with OVS-DPDK dpdkvhostuser port. I was able to create ovs bridge with dpdkvhostuser port types and able to ping the gateway from ovs bridges on the host. But when I'm creating guest VM using dpdkvhostuser port type, not able to ping gateway on guest VM. Not

Re: [ovs-discuss] How Virtual port in vswitch work?

2016-01-18 Thread Ben Pfaff
On Mon, Jan 18, 2016 at 03:23:44PM +0530, Hitesh Patel wrote: > How can i use virtual port to connect my vm to internet similar to virtual > port provided by VxLAN? > > i have no idea how openVswitch send packet-in and echo reply to controller > running at remote place without direct connection t

[ovs-discuss] IPSec and Open vSwitch

2016-01-18 Thread mostafa uddin
I have a clarification question, Does the IPSec packet processing is done before the OVS datapath, in the network stack? Is it possible to bring the IPSec packet processing inside the OVS Datapath? That means all the packet header formation, and encryption algorithm will be called when the pa

Re: [ovs-discuss] IPSec and Open vSwitch

2016-01-18 Thread Ansis Atteka
On Mon, Jan 18, 2016 at 10:16 AM, mostafa uddin wrote: > I have a clarification question, > > Does the IPSec packet processing is done before the OVS datapath, in the > network stack? For incoming packets IPsec is done before reaching OVS datapath. For egressing packets IPsec is done after the p