Re: [ovs-dev] [PATCH v2] ovn-controller: eliminate stall in ofctrl state machine

2016-07-24 Thread Ben Pfaff
nvswitch.org > > Date: 07/24/2016 03:17 PM > > Subject: Re: [ovs-dev] [PATCH v2] ovn-controller: eliminate stall in > > ofctrl state machine > > > > On Sat, Jul 23, 2016 at 09:35:38AM -0500, Ryan Moats wrote: > > > While this code is cleaner and more robust, running

Re: [ovs-dev] [PATCH v2] ovn-controller: eliminate stall in ofctrl state machine

2016-07-24 Thread Ryan Moats
Ben Pfaff <b...@ovn.org> wrote on 07/24/2016 03:17:18 PM: > From: Ben Pfaff <b...@ovn.org> > To: Ryan Moats/Omaha/IBM@IBMUS > Cc: Lance Richardson <lrich...@redhat.com>, dev@openvswitch.org > Date: 07/24/2016 03:17 PM > Subject: Re: [ovs-dev] [PATCH v2] ovn-contro

Re: [ovs-dev] [PATCH v2] ovn-controller: eliminate stall in ofctrl state machine

2016-07-24 Thread Ben Pfaff
On Sat, Jul 23, 2016 at 09:35:38AM -0500, Ryan Moats wrote: > While this code is cleaner and more robust, running it against the same > end-to-end tests that I applied to Lance's original/V2 patches doesn't > result in the same small performance gain at larger port densities > and reveals a very

Re: [ovs-dev] [PATCH v2] ovn-controller: eliminate stall in ofctrl state machine

2016-07-23 Thread Lance Richardson
> From: "Ben Pfaff" <b...@ovn.org> > To: "Lance Richardson" <lrich...@redhat.com> > Cc: dev@openvswitch.org > Sent: Saturday, July 23, 2016 1:49:36 AM > Subject: Re: [ovs-dev] [PATCH v2] ovn-controller: eliminate stall in ofctrl > state machine &g

Re: [ovs-dev] [PATCH v2] ovn-controller: eliminate stall in ofctrl state machine

2016-07-22 Thread Ben Pfaff
, 2016 6:47:14 PM > > Subject: Re: [ovs-dev] [PATCH v2] ovn-controller: eliminate stall in ofctrl > > state machine > > > > On Thu, Jul 07, 2016 at 08:31:08PM -0400, Lance Richardson wrote: > > > The "ovn -- 2 HVs, 3 LRs connected via LS, static routes"

Re: [ovs-dev] [PATCH v2] ovn-controller: eliminate stall in ofctrl state machine

2016-07-22 Thread Lance Richardson
- Original Message - > From: "Ben Pfaff" <b...@ovn.org> > To: "Lance Richardson" <lrich...@redhat.com> > Cc: dev@openvswitch.org > Sent: Friday, July 22, 2016 6:47:14 PM > Subject: Re: [ovs-dev] [PATCH v2] ovn-controller: eliminate stall in of

Re: [ovs-dev] [PATCH v2] ovn-controller: eliminate stall in ofctrl state machine

2016-07-22 Thread Ben Pfaff
On Thu, Jul 07, 2016 at 08:31:08PM -0400, Lance Richardson wrote: > The "ovn -- 2 HVs, 3 LRs connected via LS, static routes" > test case currently exhibits frequent failures. These failures > occur because, at the time that the test packets are sent to > verify forwarding, no flows have been

Re: [ovs-dev] [PATCH v2] ovn-controller: eliminate stall in ofctrl state machine

2016-07-11 Thread Lance Richardson
t;Lance Richardson" <lrich...@redhat.com> > > > To: dev@openvswitch.org > > > Cc: "Justin Pettit" <jpet...@ovn.org> > > > Sent: Thursday, July 7, 2016 8:33:57 PM > > > Subject: Re: [ovs-dev] [PATCH v2] ovn-controller: eliminate stall >

Re: [ovs-dev] [PATCH v2] ovn-controller: eliminate stall in ofctrl state machine

2016-07-11 Thread Ryan Moats
n.org> > > Sent: Thursday, July 7, 2016 8:33:57 PM > > Subject: Re: [ovs-dev] [PATCH v2] ovn-controller: eliminate stall > in ofctrl state machine > > > > Oops, had intended to cc: Justin. > > - Original Message - > > > From: "Lance Richard

Re: [ovs-dev] [PATCH v2] ovn-controller: eliminate stall in ofctrl state machine

2016-07-09 Thread Lance Richardson
+ Ryan Moats - Original Message - > From: "Lance Richardson" <lrich...@redhat.com> > To: dev@openvswitch.org > Cc: "Justin Pettit" <jpet...@ovn.org> > Sent: Thursday, July 7, 2016 8:33:57 PM > Subject: Re: [ovs-dev] [PATCH v2] ovn-controlle

Re: [ovs-dev] [PATCH v2] ovn-controller: eliminate stall in ofctrl state machine

2016-07-07 Thread Lance Richardson
Oops, had intended to cc: Justin. - Original Message - > From: "Lance Richardson" <lrich...@redhat.com> > To: dev@openvswitch.org > Sent: Thursday, July 7, 2016 8:31:08 PM > Subject: [ovs-dev] [PATCH v2] ovn-controller: eliminate stall in ofctrl > s

[ovs-dev] [PATCH v2] ovn-controller: eliminate stall in ofctrl state machine

2016-07-07 Thread Lance Richardson
The "ovn -- 2 HVs, 3 LRs connected via LS, static routes" test case currently exhibits frequent failures. These failures occur because, at the time that the test packets are sent to verify forwarding, no flows have been installed in the vswitch for one of the hypervisors. Investigation shows