Re: [ovs-dev] [PATCH v5 03/10] util: Add high resolution sleep support.

2017-11-08 Thread Bodireddy, Bhanuprakash
> >> Ben Pfaff writes: >> >> > On Mon, Nov 06, 2017 at 05:29:26PM +, Bodireddy, Bhanuprakash >> wrote: >> >> Hi Ben, >> >> > >> >> >On Fri, Sep 15, 2017 at 05:40:23PM +0100, Bhanuprakash Bodireddy >> wrote: >> >> >> This commit introduces xnanosleep() for the threads needing high >> >> >> reso

Re: [ovs-dev] [PATCH v5 03/10] util: Add high resolution sleep support.

2017-11-07 Thread aserdean
> Ben Pfaff writes: > > > On Mon, Nov 06, 2017 at 05:29:26PM +, Bodireddy, Bhanuprakash > wrote: > >> Hi Ben, > >> > > >> >On Fri, Sep 15, 2017 at 05:40:23PM +0100, Bhanuprakash Bodireddy > wrote: > >> >> This commit introduces xnanosleep() for the threads needing high > >> >> resolution slee

Re: [ovs-dev] [PATCH v5 03/10] util: Add high resolution sleep support.

2017-11-07 Thread Aaron Conole
Ben Pfaff writes: > On Mon, Nov 06, 2017 at 05:29:26PM +, Bodireddy, Bhanuprakash wrote: >> Hi Ben, >> > >> >On Fri, Sep 15, 2017 at 05:40:23PM +0100, Bhanuprakash Bodireddy wrote: >> >> This commit introduces xnanosleep() for the threads needing high >> >> resolution sleep timeouts. >> >> >>

Re: [ovs-dev] [PATCH v5 03/10] util: Add high resolution sleep support.

2017-11-06 Thread Ben Pfaff
On Mon, Nov 06, 2017 at 05:29:26PM +, Bodireddy, Bhanuprakash wrote: > Hi Ben, > > > >On Fri, Sep 15, 2017 at 05:40:23PM +0100, Bhanuprakash Bodireddy wrote: > >> This commit introduces xnanosleep() for the threads needing high > >> resolution sleep timeouts. > >> > >> Signed-off-by: Bhanupraka

Re: [ovs-dev] [PATCH v5 03/10] util: Add high resolution sleep support.

2017-11-06 Thread Bodireddy, Bhanuprakash
Hi Ben, > >On Fri, Sep 15, 2017 at 05:40:23PM +0100, Bhanuprakash Bodireddy wrote: >> This commit introduces xnanosleep() for the threads needing high >> resolution sleep timeouts. >> >> Signed-off-by: Bhanuprakash Bodireddy >> > >This is a little confusing. The name xnanosleep() implies that its

Re: [ovs-dev] [PATCH v5 03/10] util: Add high resolution sleep support.

2017-11-03 Thread Ben Pfaff
On Fri, Sep 15, 2017 at 05:40:23PM +0100, Bhanuprakash Bodireddy wrote: > This commit introduces xnanosleep() for the threads needing high > resolution sleep timeouts. > > Signed-off-by: Bhanuprakash Bodireddy This is a little confusing. The name xnanosleep() implies that its argument would be

[ovs-dev] [PATCH v5 03/10] util: Add high resolution sleep support.

2017-09-15 Thread Bhanuprakash Bodireddy
This commit introduces xnanosleep() for the threads needing high resolution sleep timeouts. Signed-off-by: Bhanuprakash Bodireddy --- lib/timeval.c | 2 +- lib/timeval.h | 1 + lib/util.c| 19 +++ lib/util.h| 1 + 4 files changed, 22 insertions(+), 1 deletion(-) diff