[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090526.203615.66405421.davem@davemloft.net>
Date: Tue, 26 May 2009 20:36:15 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: jeffrey.t.kirsher@...el.com
Cc: netdev@...r.kernel.org, hawk@...x.dk
Subject: Re: [net-next-2.6 PATCH 2/4] igb: Implement reading of reg RQDPC
(Receive Queue Drop Packet Count)
From: Jeff Kirsher <jeffrey.t.kirsher@...el.com>
Date: Tue, 26 May 2009 16:50:31 -0700
> Based on the previous patches from Jesper Dangaard Brouer <hawk@...x.dk>
>
> Implement reading the per queue drop stats register
> RQDPC (Receive Queue Drop Packet Count). It counts the number of
> packets dropped by a queue due to lack of descriptors available.
>
> Notice RQDPC (Receive Queue Drop Packet Count) stats only gets
> incremented, if the DROP_EN bit it set (in the SRRCTL register
> for that queue). If DROP_EN bit is NOT set, then the some what
> equivalent count is stored in RNBC (not per queue basis).
>
> The RQDPC register is only 12 bit, thus the precision might
> suffer due to overrun in-netween the watchdog polling interval.
>
> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@...el.com>
Applied.
--
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