Re: [ovs-dev] [PATCH] ofproto: Send port status message for port-mods, right away.

2014-02-26 Thread Ben Pfaff
On Sat, Feb 22, 2014 at 01:14:00PM +0800, Kmindg G wrote: > On Sat, Feb 22, 2014 at 12:42 AM, Ben Pfaff wrote: > > On Fri, Feb 21, 2014 at 10:07:14AM +0800, Kmindg G wrote: > >> On Fri, Feb 21, 2014 at 5:19 AM, Ben Pfaff wrote: > >> > On Thu, Feb 20, 2014 at 12:45:49PM +0800, Kmindg G wrote: > >>

Re: [ovs-dev] [PATCH] ofproto: Send port status message for port-mods, right away.

2014-02-21 Thread Kmindg G
On Sat, Feb 22, 2014 at 12:42 AM, Ben Pfaff wrote: > On Fri, Feb 21, 2014 at 10:07:14AM +0800, Kmindg G wrote: >> On Fri, Feb 21, 2014 at 5:19 AM, Ben Pfaff wrote: >> > On Thu, Feb 20, 2014 at 12:45:49PM +0800, Kmindg G wrote: >> >> On Thu, Feb 20, 2014 at 3:20 AM, Ben Pfaff wrote: >> >> > Until

Re: [ovs-dev] [PATCH] ofproto: Send port status message for port-mods, right away.

2014-02-21 Thread Ben Pfaff
On Fri, Feb 21, 2014 at 10:07:14AM +0800, Kmindg G wrote: > On Fri, Feb 21, 2014 at 5:19 AM, Ben Pfaff wrote: > > On Thu, Feb 20, 2014 at 12:45:49PM +0800, Kmindg G wrote: > >> On Thu, Feb 20, 2014 at 3:20 AM, Ben Pfaff wrote: > >> > Until now, when it processes OFPT_PORT_MOD message, Open vSwitc

Re: [ovs-dev] [PATCH] ofproto: Send port status message for port-mods, right away.

2014-02-20 Thread Kmindg G
On Fri, Feb 21, 2014 at 5:19 AM, Ben Pfaff wrote: > On Thu, Feb 20, 2014 at 12:45:49PM +0800, Kmindg G wrote: >> On Thu, Feb 20, 2014 at 3:20 AM, Ben Pfaff wrote: >> > Until now, when it processes OFPT_PORT_MOD message, Open vSwitch has waited >> > for ports to notify it that their status has cha

Re: [ovs-dev] [PATCH] ofproto: Send port status message for port-mods, right away.

2014-02-20 Thread Ben Pfaff
On Thu, Feb 20, 2014 at 12:45:49PM +0800, Kmindg G wrote: > On Thu, Feb 20, 2014 at 3:20 AM, Ben Pfaff wrote: > > Until now, when it processes OFPT_PORT_MOD message, Open vSwitch has waited > > for ports to notify it that their status has changed before it sends a > > port status update to control

Re: [ovs-dev] [PATCH] ofproto: Send port status message for port-mods, right away.

2014-02-19 Thread Kmindg G
On Thu, Feb 20, 2014 at 3:20 AM, Ben Pfaff wrote: > Until now, when it processes OFPT_PORT_MOD message, Open vSwitch has waited > for ports to notify it that their status has changed before it sends a > port status update to controllers. > > Also, Open vSwitch never sent port config updates at all

[ovs-dev] [PATCH] ofproto: Send port status message for port-mods, right away.

2014-02-19 Thread Ben Pfaff
Until now, when it processes OFPT_PORT_MOD message, Open vSwitch has waited for ports to notify it that their status has changed before it sends a port status update to controllers. Also, Open vSwitch never sent port config updates at all for port modifications other than OFPPC_PORT_DOWN. I guess