Re: [ovs-discuss] prioritizing latency-sensitive traffic

2017-05-08 Thread O Mahony, Billy
Hi All, Running with the other_config suggestion from Ben & Darrell far below, here is some more details on what an implementation of this could look like. I'll start coding an RFC patch shortly. Comments, criticisms & improvements welcome. Regards, Billy. RFC Proposed Feature: Interface i

Re: [ovs-discuss] prioritizing latency-sensitive traffic

2017-05-08 Thread Ben Pfaff
This does sound like a reasonable approach to me. On Mon, May 08, 2017 at 10:42:07AM +, O Mahony, Billy wrote: > Hi All, > > Running with the other_config suggestion from Ben & Darrell far below, here > is some more details on what an implementation of this could look like. I'll > start cod

Re: [ovs-discuss] connecting a VM to OVS with a virtio device

2017-05-08 Thread Avi Cohen (A)
Thank you very much Guoshuai Li How can I enter (vncviwer) the VM ? I don't know the VM ip Best regards avi > -Original Message- > From: Guoshuai Li [mailto:l...@dtdream.com] > Sent: Wednesday, 26 April, 2017 7:02 PM > To: Avi Cohen (A); ovs-discuss@openvswitch.org > Subject: Re: [ovs-di

Re: [ovs-discuss] connecting a VM to OVS with a virtio device

2017-05-08 Thread Guoshuai Li
-vnc :702 this is means the vnc-port is 5900+702 = 6602 you may used vnc by server_ip:6602 Make sure the firewall does not prohibit it. Thank you very much Guoshuai Li How can I enter (vncviwer) the VM ? I don't know the VM ip Best regards avi -Original Message- From: Guoshuai Li [m

Re: [ovs-discuss] Can't match on CVLAN

2017-05-08 Thread Marcos Felipe Schwarz
I confirmed that the problem I reported applies to the the latest commit from yesterday on the master branch. Thanks, Marcos Schwarz - Original Message - From: "Eric Garver" To: "Marcos Felipe Schwarz" Cc: ovs-discuss@openvswitch.org Sent: Sunday, May 7, 2017 10:26:23 AM Subject: Re:

Re: [ovs-discuss] Can't match on CVLAN

2017-05-08 Thread Eric Garver
On Mon, May 08, 2017 at 05:10:08PM -0300, Marcos Felipe Schwarz wrote: > I confirmed that the problem I reported applies to the the latest commit from > yesterday on the master branch. I expect you need to set vlan-limit=2. See [0], it affects how many VLAN tags are parsed on ingress. This option

[ovs-discuss] Support for l3 vports

2017-05-08 Thread Amar Padmanabhan
Hi all, We are trying to make vports work with GTP and are wondering if we are running into an issue. Does ovs assume all packets have access to an eth header. We found this patch relevant http://www.mail-archive.com/netdev@vger.kernel.org/msg02.html. Any guidance/thoughts? Thanks! - Amar __

Re: [ovs-discuss] connecting a VM to OVS with a virtio device

2017-05-08 Thread Avi Cohen (A)
Thank you Guoshuai Li But I don't know the server_ip (VM ip) Can you give the exact command to vncviewer ? Best Regards avi > -Original Message- > From: Guoshuai Li [mailto:l...@dtdream.com] > Sent: Monday, 08 May, 2017 7:25 PM > To: Avi Cohen (A); ovs-discuss@openvswitch.org > Subject:

Re: [ovs-discuss] connecting a VM to OVS with a virtio device

2017-05-08 Thread Avi Cohen (A)
Thanks Guoshuai Li Found it with netstat -vatpn Best Regards avi > -Original Message- > From: Avi Cohen (A) > Sent: Tuesday, 09 May, 2017 9:32 AM > To: 'Guoshuai Li'; ovs-discuss@openvswitch.org > Subject: RE: [ovs-discuss] connecting a VM to OVS with a virtio device > > Thank you Guoshua