Re: [ovs-dev] [PATCH v2 06/26] ofproto: Add generic ofproto_collection.

2016-07-29 Thread Ben Pfaff
On Fri, Jul 29, 2016 at 03:17:19PM -0700, Jarno Rajahalme wrote: > > > On Jul 29, 2016, at 12:46 PM, Ben Pfaff wrote: > > > > On Thu, Jul 28, 2016 at 05:55:58PM -0700, Jarno Rajahalme wrote: > >> Define rule_collection in terms of a new ofproto_collection. This > >> makes it

Re: [ovs-dev] [PATCH v2 06/26] ofproto: Add generic ofproto_collection.

2016-07-29 Thread Jarno Rajahalme
> On Jul 29, 2016, at 12:46 PM, Ben Pfaff wrote: > > On Thu, Jul 28, 2016 at 05:55:58PM -0700, Jarno Rajahalme wrote: >> Define rule_collection in terms of a new ofproto_collection. This >> makes it easier to add other types of collections later. >> >> This patch makes no

Re: [ovs-dev] [PATCH v2 06/26] ofproto: Add generic ofproto_collection.

2016-07-29 Thread Ben Pfaff
On Thu, Jul 28, 2016 at 05:55:58PM -0700, Jarno Rajahalme wrote: > Define rule_collection in terms of a new ofproto_collection. This > makes it easier to add other types of collections later. > > This patch makes no functional changes. > > Signed-off-by: Jarno Rajahalme Is

[ovs-dev] [PATCH v2 06/26] ofproto: Add generic ofproto_collection.

2016-07-28 Thread Jarno Rajahalme
Define rule_collection in terms of a new ofproto_collection. This makes it easier to add other types of collections later. This patch makes no functional changes. Signed-off-by: Jarno Rajahalme --- ofproto/ofproto-provider.h | 112 ++--- ofproto/ofproto.c