Re: [ovs-dev] [eviction 10/12] ofproto: Move 'used' from ofproto_dpif into ofproto.

2012-01-23 Thread Ethan Jackson
Looks cleaner. Ethan On Fri, Jan 13, 2012 at 16:43, Ben Pfaff wrote: > This will allow the upcoming flow table eviction policy code to determine > which flows will expire soon. > > Signed-off-by: Ben Pfaff > --- >  NEWS                       |    3 +++ >  ofproto/ofproto-dpif.c     |   15 +

[ovs-dev] [eviction 10/12] ofproto: Move 'used' from ofproto_dpif into ofproto.

2012-01-13 Thread Ben Pfaff
This will allow the upcoming flow table eviction policy code to determine which flows will expire soon. Signed-off-by: Ben Pfaff --- NEWS |3 +++ ofproto/ofproto-dpif.c | 15 +-- ofproto/ofproto-provider.h |6 -- ofproto/ofproto.c |