Re: [ovs-dev] [PATCH v4 8/9] flow: Add struct flowmap.

2015-08-21 Thread Jarno Rajahalme
> On Aug 21, 2015, at 8:33 AM, Ben Pfaff wrote: > > On Fri, Aug 07, 2015 at 04:57:41PM -0700, Jarno Rajahalme wrote: >> Struct miniflow is now sometimes used just as a map. Define a new >> struct flowmap for that purpose. The flowmap is defined as an array of >> maps, and it is automatically s

Re: [ovs-dev] [PATCH v4 8/9] flow: Add struct flowmap.

2015-08-21 Thread Ben Pfaff
On Fri, Aug 07, 2015 at 04:57:41PM -0700, Jarno Rajahalme wrote: > Struct miniflow is now sometimes used just as a map. Define a new > struct flowmap for that purpose. The flowmap is defined as an array of > maps, and it is automatically sized according to the size of struct > flow, so it will be