Re: [ovs-dev] [Single DP 06/15] ofproto: Add initialization function.

2012-10-29 Thread Justin Pettit
On Oct 19, 2012, at 10:53 AM, Ben Pfaff wrote: > Hmm, putting "return;" in an otherwise empty function isn't our usual > practice: > >> static void >> +init(const struct shash *iface_hints OVS_UNUSED) >> +{ >> +return; >> +} Removed >> @@ -319,6 +319,15 @@ struct ofproto_class { >> /* ## -

Re: [ovs-dev] [Single DP 06/15] ofproto: Add initialization function.

2012-10-19 Thread Ben Pfaff
On Thu, Oct 18, 2012 at 12:51:51PM -0700, Justin Pettit wrote: > A future commit will make all bridges of a particular dpif share a > single backing datapath. In order to handle restart, the datapath will > need to have some idea of what the initial state looks like. Otherwise, > it won't know wh