On Sun, May 31, 2015 at 5:35 PM, Alex Wang <al...@nicira.com> wrote:

> I think that the use of list_insert() in the LIST_FOR_EACH loop in
>> hs_clone() will make the clone's list of constraints be in the order
>> opposite of the original header_space.  That might be undesirable; you
>> could use list_push_back() to avoid it.
>>
>>
>
> I'll fix this thx!  definitely undesirable but don't think this will make
> the result
> wrong.
>


For this point, just checked the code, seems that list_push_back() is
the same as list_insert().~  So we should be good~
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to