On 2/1/06, Ian McDonald <[EMAIL PROTECTED]> wrote:
> On 2/1/06, Herbert Xu <[EMAIL PROTECTED]> wrote:
> > Ian McDonald <[EMAIL PROTECTED]> wrote:
> > >               *timeo_p = tv.tv_sec*HZ +
> > > +                       
> > > (tv.tv_usec+(USEC_PER_SEC/HZ-1))/(USEC_PER_SEC/HZ);
> >
> > Is there a macro for this calculation? If not could we add one?
> >
> I don't know if there is or not. There is similar code in DCCP. I
> think the way forward is to use hrtimers
> (http://lwn.net/Articles/167897/) as there are currently problems with
> NTP changing time which affects jiffies. In the meantime this patch
> makes the code a little bit tidier so I think it should go in...

Yup, that is my current understanding. Heck:

1. using hrtimers in DCCP
2. Jumping into VJ's net channels to implement Eddie Kohler packet
rings DCCP API
3. reviewing Andrea's CCID2 code and merging it
4. reviewing Ian's work on using sk_write_queue
5. reviewing/merging Andrea's feature negotiation patches
6. making DCCP rock solid (Hi Sorbo 8-) )
7. getting ostra to be easy to use and usable with userspace code
8. Real Customer Work(tm)

too many things on my plate right now 8)

- Arnaldo
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to