[ovs-dev] [RFC HSA 4/4] ofprot-dpif-hsa: Implement HSA prototype.

Alex Wang alexw at nicira.com
Mon Jun 1 05:24:01 UTC 2015


On Sun, May 31, 2015 at 5:35 PM, Alex Wang <alexw at 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~


More information about the dev mailing list