On 13/01/2017 16:44, "Ben Pfaff" <[email protected]> wrote:

>On Sun, Jan 08, 2017 at 07:15:06PM -0800, Daniele Di Proietto wrote:
>> +    if (!poll_cnt) {
>> +        while (seq_read(pmd->reload_seq) == pmd->last_reload_seq) {
>> +            seq_wait(pmd->reload_seq, pmd->last_reload_seq);
>> +            poll_block();
>> +        }
>> +        lc = 1025;
>
>1025 is very magic here.  How about UINT_MAX?

Much better, thanks

>
>> +    }
>
>Thanks,
>
>Ben.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to