[ovs-discuss] [ovn] : ovn-northd not updating the south db when some new flows added in the code and restarted.

2015-11-20 Thread Numan Siddique
Hi, I am seeing an issue with ovn-northd where in it is not updating the south db when I applied the "ovn: support ARP response for known IPs" patch from Han Zhou add restarted the ovn-northd. I didn't see the flows related to ARP getting reflected in the south db. It only got reflected when I

Re: [ovs-discuss] [ovn] : ovn-northd not updating the south db when some new flows added in the code and restarted.

2015-11-20 Thread Russell Bryant
On Fri, Nov 20, 2015 at 6:16 AM, Numan Siddique wrote: > Hi, > > I am seeing an issue with ovn-northd where in it is not updating the south > db when I applied the "ovn: support ARP response for known IPs" > patch from Han Zhou add restarted the ovn-northd. > > I didn't see

Re: [ovs-discuss] [ovn] : ovn-northd not updating the south db when some new flows added in the code and restarted.

2015-11-20 Thread Numan Siddique
On 11/20/2015 07:49 PM, Russell Bryant wrote: > On Fri, Nov 20, 2015 at 6:16 AM, Numan Siddique wrote: > >> Hi, >> >> I am seeing an issue with ovn-northd where in it is not updating the south >> db when I applied the "ovn: support ARP response for known IPs" >> patch from

Re: [ovs-discuss] userspace datapath FreeBSD functionality

2015-11-20 Thread Fischetti, Antonio
Hi Samii, Broadly speaking ‘in-band control’ means that the Control-Plane and Data-Plane share the same transmission ‘channel’. A typical example can be Rs-232 with XON/XOFF control bytes, which are sent with data bytes over the same wire. Or SMTP where the Control messages like ‘HELO’,etc are

Re: [ovs-discuss] Assertions/crashes in lib/cmap.* on conntrack branch

2015-11-20 Thread Keith Holleman
Follow-up email here has the backtrace for the second method of reproduction. In this case the bridge is not deleted, it was using the loop logic of effectively these commands: ovs-vsctl del-port br0 bond0 ip link del bond0 ovs-vsctl add-port br0 bond0 I have seen other crashes while

[ovs-discuss] dpdk ovs with KNI interface

2015-11-20 Thread Gayathri
Hi *, Please let me know if dpdk ovs has support for KNI interfaces and how to configure it. Regards, Gayathri ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

[ovs-discuss] Behaviour of ovsdb_idl_add_table()

2015-11-20 Thread Aymerich, Edward
Hello, I was under the impression that ovsdb_idl_add_table() replicates and monitors all columns of a given table, so I don't have to add each column individually. But this is not working for me. Let's say that I have a table called 'Test', and this table has columns 'colA', 'colB' and