Re: [ovs-dev] [PATCH V4 07/10] heap: Change type of "priority" in "struct heap".

2013-10-14 Thread Alex Wang
Np, I'll do that in V5 On Mon, Oct 14, 2013 at 6:09 PM, Ethan Jackson wrote: > Acked-by: Ethan Jackson > > (could you fold my acked into the commit message so I remember I've > reviewed it please?) > > Ethan > ___ dev mailing list dev@openvswitch.org

Re: [ovs-dev] [PATCH V4 07/10] heap: Change type of "priority" in "struct heap".

2013-10-14 Thread Ethan Jackson
Acked-by: Ethan Jackson (could you fold my acked into the commit message so I remember I've reviewed it please?) Ethan ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH V4 07/10] heap: Change type of "priority" in "struct heap".

2013-10-11 Thread Alex Wang
This commit changes the variable type of priority in "struct heap" from uint32_t to uint64_t. Signed-off-by: Alex Wang --- v3 -> v4: - rebase to master. v2 -> v3: - no change for this patch v1 -> v2: - rebase to master. --- lib/heap.c |6 +++--- lib/heap.h | 12 ++-- 2 files ch