Re: [ovs-dev] [PATCH] ofproto-dpif : propagate may_enable flag as link aliveness

2017-04-26 Thread Ben Pfaff
lo > > -Original Message- > From: Ben Pfaff [mailto:b...@ovn.org] > Sent: Friday, April 21, 2017 7:39 PM > To: László Sürü <laszlo.s...@ericsson.com> > Cc: ovs-dev@openvswitch.org > Subject: Re: [ovs-dev] [PATCH] ofproto-dpif : propagate may_enable flag as >

Re: [ovs-dev] [PATCH] ofproto-dpif : propagate may_enable flag as link aliveness

2017-04-26 Thread László Sürü
o.s...@ericsson.com> Cc: ovs-dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH] ofproto-dpif : propagate may_enable flag as link aliveness Thanks for the revision. I still saw the failures, so I spent some time looking at why. It turned out to be related to the two different database transaction

Re: [ovs-dev] [PATCH] ofproto-dpif : propagate may_enable flag as link aliveness

2017-04-21 Thread Ben Pfaff
> Please find the modified patched below in this mail. > > Thanks and regards > Laszlo > > -Original Message- > From: Ben Pfaff [mailto:b...@ovn.org] > Sent: Saturday, April 15, 2017 6:44 AM > To: László Sürü <laszlo.s...@ericsson.com> > Cc: ovs-de

Re: [ovs-dev] [PATCH] ofproto-dpif : propagate may_enable flag as link aliveness

2017-04-20 Thread László Sürü
o.s...@ericsson.com> Cc: ovs-dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH] ofproto-dpif : propagate may_enable flag as link aliveness Thanks a lot for the revised patch! It will be good to get this done properly. I'm appending some changes that I suggest folding in to better match the usua

Re: [ovs-dev] [PATCH] ofproto-dpif : propagate may_enable flag as link aliveness

2017-03-22 Thread László Sürü
o.s...@ericsson.com> Cc: ovs-dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH] ofproto-dpif : propagate may_enable flag as link aliveness On Fri, Mar 03, 2017 at 01:00:05PM +, László Sürü wrote: > hereby I'm sending the implementation of link liveness propagation > functionality including th

[ovs-dev] [PATCH] ofproto-dpif : propagate may_enable flag as link aliveness

2017-03-03 Thread László Sürü
Hi, hereby I'm sending the implementation of link liveness propagation functionality including the additional functionalities requested last year (last activity at Wed Mar 16 23:13:24 UTC 2016). The idea is to use OFPPS_LIVE bit to propagate link aliveness state towards the controller also

Re: [ovs-dev] [PATCH] ofproto-dpif : propagate may_enable flag as link aliveness

2016-03-19 Thread Ben Pfaff
, March 11, 2016 6:56 PM > To: Zoltán Balogh > Cc: dev@openvswitch.org > Subject: Re: [ovs-dev] [PATCH] ofproto-dpif : propagate may_enable flag as > link aliveness > > Can you briefly state the question you're asking? I didn't know how to > respond to the previous email. > &

Re: [ovs-dev] [PATCH] ofproto-dpif : propagate may_enable flag as link aliveness

2016-03-16 Thread Zoltán Balogh
[mailto:b...@ovn.org] Sent: Friday, March 11, 2016 6:56 PM To: Zoltán Balogh Cc: dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH] ofproto-dpif : propagate may_enable flag as link aliveness Can you briefly state the question you're asking? I didn't know how to respond to the previous email. On Fri, Ma

Re: [ovs-dev] [PATCH] ofproto-dpif : propagate may_enable flag as link aliveness

2016-03-11 Thread Ben Pfaff
t; -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Zoltán Balogh > Sent: Tuesday, March 01, 2016 1:41 PM > To: Ben Pfaff > Cc: dev@openvswitch.org > Subject: Re: [ovs-dev] [PATCH] ofproto-dpif : propagate may_enable flag as > link aliveness &

Re: [ovs-dev] [PATCH] ofproto-dpif : propagate may_enable flag as link aliveness

2016-03-11 Thread Zoltán Balogh
f this we should see. Best regards, Zoltan -Original Message- From: Ben Pfaff [mailto:b...@ovn.org] Sent: Monday, February 29, 2016 7:28 PM To: Zoltán Balogh Cc: dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH] ofproto-dpif : propagate may_enable flag as link aliveness On Thu, Feb 11, 2

Re: [ovs-dev] [PATCH] ofproto-dpif : propagate may_enable flag as link aliveness

2016-02-17 Thread Markus Magnusson
Hello, Just adding info that the patch is about fixing "OVS seems to be missing an implementation of OFPPS_LIVE in OpenFlow port state ", as acknowledged by Ben in http://openvswitch.org/pipermail/dev/2014-August/044926.html

[ovs-dev] [PATCH] ofproto-dpif : propagate may_enable flag as link aliveness

2016-02-11 Thread Zoltán Balogh
Hi, The idea is to use OFPPS_LIVE bit to propagate link aliveness state towards the controller also when sending port status. The ofport->may_enable flag could be used for this purpose. I updated some unit tests according to the changes of ofproto-dpif. Signed-off-by: Zoltán Balogh