Re: [ovs-dev] [PATCH v2 3/9] miniflow: Use 64-bit map.

2013-11-18 Thread Jarno Rajahalme
Pushed to master, Jarno On Nov 15, 2013, at 6:38 PM, Jarno Rajahalme wrote: > >> On Nov 15, 2013, at 5:11 PM, Ben Pfaff wrote: >> >>> On Wed, Nov 13, 2013 at 01:32:43PM -0800, Jarno Rajahalme wrote: >>> Simplifies code a bit and makes it more understandable. We are >>> currently at 44 or

Re: [ovs-dev] [PATCH v2 3/9] miniflow: Use 64-bit map.

2013-11-15 Thread Jarno Rajahalme
> On Nov 15, 2013, at 5:11 PM, Ben Pfaff wrote: > >> On Wed, Nov 13, 2013 at 01:32:43PM -0800, Jarno Rajahalme wrote: >> Simplifies code a bit and makes it more understandable. We are >> currently at 44 or so uint32s, so there is room for extending struct >> flow before we run out of bits in th

Re: [ovs-dev] [PATCH v2 3/9] miniflow: Use 64-bit map.

2013-11-15 Thread Ben Pfaff
On Wed, Nov 13, 2013 at 01:32:43PM -0800, Jarno Rajahalme wrote: > Simplifies code a bit and makes it more understandable. We are > currently at 44 or so uint32s, so there is room for extending struct > flow before we run out of bits in the map. > > Signed-off-by: Jarno Rajahalme Instead of com

[ovs-dev] [PATCH v2 3/9] miniflow: Use 64-bit map.

2013-11-13 Thread Jarno Rajahalme
Simplifies code a bit and makes it more understandable. We are currently at 44 or so uint32s, so there is room for extending struct flow before we run out of bits in the map. Signed-off-by: Jarno Rajahalme --- lib/flow.c | 233 ++- lib/f