Re: Problem with frame time stamping

2007-11-13 Thread Antoine Zen-Ruffinen
ok, I now understood where my error was. It was a mismatch between my old kernel headers and my new kernel that I am running Pretty stupid ! Tank's you for your time, you learn me some stuff, I appreciate it. Antoine 2007/11/13, Eric Dumazet <[EMAIL PROTECTED]>: > Antoine

Re: Problem with frame time stamping

2007-11-13 Thread Antoine Zen-Ruffinen
oesn't seems to be returned by ioctl(). 2007/11/13, Eric Dumazet <[EMAIL PROTECTED]>: > Antoine Zen-Ruffinen a écrit : > > This is exactly my problem : The driver of the network card I am using > > (see rt2x00.serialmonkey.com) do the minimum in the hardware interrupt >

Re: Problem with frame time stamping

2007-11-13 Thread Antoine Zen-Ruffinen
no worries ont that side, In my code timeStamp is a "struct timeval". 2007/11/13, Antoine Zen-Ruffinen <[EMAIL PROTECTED]>: > This is exactly my problem : The driver of the network card I am using > (see rt2x00.serialmonkey.com) do the minimum in the hardware interrupt >

Re: Problem with frame time stamping

2007-11-13 Thread Antoine Zen-Ruffinen
please tell), the elapse time between the actual frame arrival and the time where netif_rx() do net_timestamp(skb) is not predicable !? Else, I would like to thank you to spend time helping me. 2007/11/13, Eric Dumazet <[EMAIL PROTECTED]>: > Antoine Zen-Ruffinen a écrit : > > Wha

Re: Problem with frame time stamping

2007-11-13 Thread Antoine Zen-Ruffinen
>: > On Mon, 12 Nov 2007 16:42:34 +0100 > "Antoine Zen-Ruffinen" <[EMAIL PROTECTED]> wrote: > > > Dear all, > > > > I'm writing a network analyzer software using Linux and I need a VERY > > precise frame time stamping. Therefor I am planing to

Problem with frame time stamping

2007-11-12 Thread Antoine Zen-Ruffinen
hat a bug in kernel code ? Is there an other way to access skb.tstamp from user side ? Thank's to any one that can help me ! Antoine Zen-Ruffinen - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info