Re: [ovs-dev] [link_resets 7/7] vswitchd: New column "link_resets".

2011-10-17 Thread Ben Pfaff
On Mon, Oct 17, 2011 at 02:52:50PM -0700, Ethan Jackson wrote: > > Adding a column shouldn't necessitate incrementing the schema major > > version. > > Middle version number then? Thanks for the review, I'll merge this soon. Yes, middle, thanks. ___ de

Re: [ovs-dev] [link_resets 7/7] vswitchd: New column "link_resets".

2011-10-17 Thread Ethan Jackson
> Adding a column shouldn't necessitate incrementing the schema major > version. Middle version number then? Thanks for the review, I'll merge this soon. Ethan ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [link_resets 7/7] vswitchd: New column "link_resets".

2011-10-17 Thread Ben Pfaff
On Mon, Oct 17, 2011 at 12:10:24PM -0700, Ethan Jackson wrote: > An interface's 'link_resets' column represents the number of times > Open vSwitch has observed its link_state change. ... > if (dev->carrier != change->running) { > dev->carrier = change->running

[ovs-dev] [link_resets 7/7] vswitchd: New column "link_resets".

2011-10-17 Thread Ethan Jackson
An interface's 'link_resets' column represents the number of times Open vSwitch has observed its link_state change. --- lib/netdev-dummy.c |1 + lib/netdev-linux.c | 10 ++ lib/netdev-provider.h |6 ++ lib/netdev-vport.c |1 + lib/netdev.c