Re: [ovs-discuss] OVN: MAC_Binding entries not getting updated leads to unreachable destinations

2018-11-23 Thread Daniel Alvarez Sanchez
On Wed, Nov 21, 2018 at 9:04 PM Han Zhou wrote: > > > > On Tue, Nov 20, 2018 at 5:21 AM Mark Michelson wrote: > > > > Hi Daniel, > > > > I agree with Numan that this seems like a good approach to take. > > > > On 11/16/2018 12:41 PM, Daniel Alvarez Sanchez wrote: > > > > > > On Sat, Nov 10, 2018

Re: [ovs-discuss] OVN: MAC_Binding entries not getting updated leads to unreachable destinations

2018-11-23 Thread Daniel Alvarez Sanchez
Hi Han, Yes, I agree that the patch is not enough. I'll take a look at the GARP thing because it's either not implemented or not working. Here's a reproducer while I jump back into it. When you ping 172.24.4.200 from the namespace 1 the first time, a MAC_Binding entry gets created: # ovn-sbctl

Re: [ovs-discuss] Why PCP value is fixed to zero(0), how we can modify and generate different pcp valued packets

2018-11-23 Thread Ben Pfaff
On Fri, Nov 23, 2018 at 10:43:30AM +0530, Vikas Kumar wrote: > i had a doubt, why ovs has fixed the pcp value to zero(0), how i can modify > the pcp value? > actually i wanted to generate packets based on different pcp values. > > it will be a great help if anyone suggest me any idea,how to

[ovs-discuss] Metering Feature of OVS not Working as Expected

2018-11-23 Thread Ramzah Rehman
Hi! I have 2 virtual machines on VMware. VM one has ovs 2.9.4 installed with DPDK version 17.11.4. VM one has open vSwitch br0. br0 has IP:10.0.0.5 and eth0 of VM two has IP: 10.0.0.14 I have following entries installed on switch br0: ovs-ofctl -O OpenFlow15 add-meter br0

Re: [ovs-discuss] Cannot Install Open vSwitch with DKDP

2018-11-23 Thread Ramzah Rehman
One more question. I need to use metering feature of ovs. Do I need to add interfaces to VIFO for that? I am asking this because adding interfaces to VIFO gave errors. Best Regards, Ramzah Rehman On Fri, Nov 23, 2018 at 5:08 PM Ramzah Rehman wrote: > Thanks a lot. > > Best Regards, > Ramzah

Re: [ovs-discuss] Cannot Install Open vSwitch with DKDP

2018-11-23 Thread Ramzah Rehman
Thanks a lot. Best Regards, Ramzah Rehman On Fri, Nov 23, 2018 at 4:50 PM Timothy Redaelli wrote: > On Fri, 23 Nov 2018 16:02:30 +0500 > Ramzah Rehman wrote: > > > Hi. I Have installed Open vSwitch 2.9.4 with DPDK 17.11.4 on Ubuntu > 14.04.5 > > LTD and kernel version 4.4.0-31-generic

[ovs-discuss] (no subject)

2018-11-23 Thread Ramzah Rehman
Hi! I have 2 virtual machines on VMware. VM one has ovs 2.9.4 installed with DPDK version 17.11.4. VM one has open vSwitch br0. br0 has IP:10.0.0.5 and eth0 of VM two has IP: 10.0.0.14 I have following entries installed on switch br0: ovs-ofctl -O OpenFlow15 add-meter br0

Re: [ovs-discuss] Cannot Install Open vSwitch with DKDP

2018-11-23 Thread Timothy Redaelli
On Fri, 23 Nov 2018 16:02:30 +0500 Ramzah Rehman wrote: > Hi. I Have installed Open vSwitch 2.9.4 with DPDK 17.11.4 on Ubuntu 14.04.5 > LTD and kernel version 4.4.0-31-generic following these two links: > http://docs.openvswitch.org/en/latest/intro/install/dpdk/ >

Re: [ovs-discuss] Cannot Install Open vSwitch with DKDP

2018-11-23 Thread Andrzej Ostruszka
On 11/23/18 12:02 PM, Ramzah Rehman wrote: [...] > #validating > > ovs-vsctl get Open_vSwitch . dpdk_initialized > # got message "ovs-vsctl: Open_vSwitch does not contain a column whose > name matches "dpdk_initialized"" > ovs-vswitchd --version > # got message "ovs-vswitchd (Open vSwitch) 2.9.4

[ovs-discuss] Cannot Install Open vSwitch with DKDP

2018-11-23 Thread Ramzah Rehman
Hi. I Have installed Open vSwitch 2.9.4 with DPDK 17.11.4 on Ubuntu 14.04.5 LTD and kernel version 4.4.0-31-generic following these two links: http://docs.openvswitch.org/en/latest/intro/install/dpdk/ http://docs.openvswitch.org/en/latest/intro/install/general/#general-bootstrapping These are the

[ovs-discuss] Why PCP value is fixed to zero(0), how we can modify and generate different pcp valued packets

2018-11-23 Thread Vikas Kumar
hello everyone, i had a doubt, why ovs has fixed the pcp value to zero(0), how i can modify the pcp value? actually i wanted to generate packets based on different pcp values. it will be a great help if anyone suggest me any idea,how to modify the pcp value of 802.1q header structure. Thanks