From mboxrd@z Thu Jan 1 00:00:00 1970 From: Systems Administrator Date: Sat, 14 Nov 2015 19:04:53 +0000 Subject: Re: pfifo_fast queue statistics Message-Id: <564785D5.1080604@dark-heart.net> List-Id: References: <56465DBB.1010105@dark-heart.net> In-Reply-To: <56465DBB.1010105@dark-heart.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org On 11/13/2015 02:01 PM, Systems Administrator wrote: > In the source code I see that > there is a counter for drops and overlimits [1], but it is unclear to me > if these counters are per queue or aggregate. [1] http://lxr.free-electrons.com/source/include/net/sch_generic.h#L554 qstats_drop_inc() function increments the qstats->drops variable.