[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20070304.161924.55508971.davem@davemloft.net>
Date: Sun, 04 Mar 2007 16:19:24 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: dada1@...mosbay.com
Cc: shemminger@...ux-foundation.org, linux.kernel@...e.fr,
netdev@...r.kernel.org
Subject: Re: [PATCH] NET : convert network timestamps to ktime_t
From: Eric Dumazet <dada1@...mosbay.com>
Date: Fri, 02 Mar 2007 23:46:14 +0100
> Stephen Hemminger a écrit :
> > You missed a couple of spots.
>
> Arg yes...
...
> > - }
> > - skb_get_timestamp(skb, &svsk->sk_sk->sk_stamp);
> > + svsk->sk_sk->sk_stamp = (skb->tstamp.tv64 != 0) ? skb->tstamp
> > + : ktime_get_real();
>
> Well, if we want to stay in the spirit of old code, we probably want to use
> current_kernel_time() (+ timespec_to_ktime()), because its less expensive.
>
> And also setting the skb tstamp, no ?
Can you guys cook up an integrated patch with all the missing cases
fixed up as desired, so I can add this to net-2.6.22, thanks?
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists