Re: [ovs-dev] [PATCH] poll-loop: Set poll loop initial deadline to LLONG_MAX.

2019-01-17 Thread Justin Pettit
> On Jan 10, 2019, at 3:38 PM, Ben Pfaff wrote: > > This is consistent with the re-initialization value that poll_block() uses. > It is better than 0 because the monotonic clock can have a negative value, > even though that is rare and pathological. > > Found by inspection. > >

[ovs-dev] [PATCH] poll-loop: Set poll loop initial deadline to LLONG_MAX.

2019-01-10 Thread Ben Pfaff
This is consistent with the re-initialization value that poll_block() uses. It is better than 0 because the monotonic clock can have a negative value, even though that is rare and pathological. Found by inspection. Signed-off-by: Ben Pfaff --- lib/poll-loop.c | 1 + 1 file changed, 1