netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: NAPI enabled driver (tg3) silent packet loss ?
       [not found] <efa8e58e0810091053s4b1d25b7u621ee92be84d2041@mail.gmail.com>
@ 2008-10-09 18:47 ` David Miller
  0 siblings, 0 replies; only message in thread
From: David Miller @ 2008-10-09 18:47 UTC (permalink / raw)
  To: rvsjoen; +Cc: linux-kernel, netdev

From: "Rune V. Sjøen" <rvsjoen@gmail.com>
Date: Thu, 9 Oct 2008 19:53:45 +0200

[ netdev@vger.kernel.org is the place to discuss networking
  things ]

> I am sending frames to a host using, all the frames are accounted for
> in the rx_ucast_packets counter of the device.
> However the application shows a substantial packet loss. I assume that
> the rx_ucast_packets counter is incremented when the frame is received
> and then it is put into the ring buffer. I am having a hard time
> figuring out where these packets are lost, and my suspicion lies with
> the NAPI enabled tg3.
> 
> If the ring buffer overflows will the driver overwrite/drop packets
> without incrementing any counters ? That would explain why the packets
> are counted as received and then lost (by not being passed to the next
> layer).

No, the generic device dropped counter will increment, or the
device specific RX ring full condition will be indicated.

You can also check if the networking stack itself is dropping
the packet, using netstat -s and friends.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-09 18:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <efa8e58e0810091053s4b1d25b7u621ee92be84d2041@mail.gmail.com>
2008-10-09 18:47 ` NAPI enabled driver (tg3) silent packet loss ? David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).