Re: [PATCH v3 2/6] hrtimer: Add support for deferrable timer into the hrtimer

2014-02-20 Thread Thomas Gleixner
On Thu, 20 Feb 2014, John Stultz wrote: > On 02/20/2014 01:18 PM, Thomas Gleixner wrote: > > On Thu, 20 Feb 2014, John Stultz wrote: > >> On 02/20/2014 12:40 AM, Alexey Perevalov wrote: > >>> diff --git a/include/uapi/linux/time.h b/include/uapi/linux/time.h > >>> index e75e1b6..bb8dc60 100644 > >>

Re: [PATCH v3 2/6] hrtimer: Add support for deferrable timer into the hrtimer

2014-02-20 Thread John Stultz
On 02/20/2014 01:18 PM, Thomas Gleixner wrote: > On Thu, 20 Feb 2014, John Stultz wrote: >> On 02/20/2014 12:40 AM, Alexey Perevalov wrote: >>> diff --git a/include/uapi/linux/time.h b/include/uapi/linux/time.h >>> index e75e1b6..bb8dc60 100644 >>> --- a/include/uapi/linux/time.h >>> +++ b/include/

Re: [PATCH v3 2/6] hrtimer: Add support for deferrable timer into the hrtimer

2014-02-20 Thread Thomas Gleixner
On Thu, 20 Feb 2014, John Stultz wrote: > On 02/20/2014 12:40 AM, Alexey Perevalov wrote: > > diff --git a/include/uapi/linux/time.h b/include/uapi/linux/time.h > > index e75e1b6..bb8dc60 100644 > > --- a/include/uapi/linux/time.h > > +++ b/include/uapi/linux/time.h > > @@ -56,6 +56,9 @@ struct iti

Re: [PATCH v3 2/6] hrtimer: Add support for deferrable timer into the hrtimer

2014-02-20 Thread John Stultz
On 02/20/2014 12:40 AM, Alexey Perevalov wrote: > From: Thomas Gleixner > > This patch introduces new public CLOCKID constants for > user space API, such as timerfd. It extends hrtimer API and makes > possible to have unified interfaces where deferreble functionality is > used. In-kernel users suc

[PATCH v3 2/6] hrtimer: Add support for deferrable timer into the hrtimer

2014-02-20 Thread Alexey Perevalov
From: Thomas Gleixner This patch introduces new public CLOCKID constants for user space API, such as timerfd. It extends hrtimer API and makes possible to have unified interfaces where deferreble functionality is used. In-kernel users such as device drivers could find benefits too. High resoluti