All of lore.kernel.org
 help / color / mirror / Atom feed
* PF_PACKET: packets out of order
@ 2001-10-08 23:32 Joerg Schumacher
  2001-10-08 23:43 ` David S. Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Joerg Schumacher @ 2001-10-08 23:32 UTC (permalink / raw)
  To: linux-kernel

Hi!

NeTraMet v44b10 uses pcap(3) and complains about timestamps jumping 
backwards.  Looks like a PF_PACKET socket doesn't receive the packets 
in the correct order.  Some timestamps from a "tcpdump -tt":

   RX:  1001465480.175100 [...] 
   TX:  1001465480.179111 [...] 
   RX:  1001465480.177315 [...] 
                   ^^^^^^
   TX:  1001465480.180514 [...]
   RX:  1001465480.179706 [...]
	   
Some more figures (obtained with a quick hack using libpcap-2001.09.25 
on two different machines):

   2.2.19:
        stats:    100000 packets received
                       0 packets dropped
        good:      90222 packets
        bad:        9778 packets
        max delta: 15850 usec

   2.4.1:
        stats:    100000 packets received
                       0 packets dropped
        good:      99538 packets
        bad:         462 packets
        max delta:   471 usec
    
Any plans to fix this in the kernel?  


Regards,
Joerg 

-- 
 Gaertner Datensysteme                         38114 Braunschweig 
 Joerg Schumacher                              Hamburger Str. 273a
 Tel: 0531-2335555                             Fax: 0531-2335556

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-10-09  1:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-08 23:32 PF_PACKET: packets out of order Joerg Schumacher
2001-10-08 23:43 ` David S. Miller
2001-10-09  1:43   ` Joerg Schumacher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.