From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Furniss Subject: Re: [NET_SCHED 00/04]: External SFQ classifiers/flow classifier Date: Fri, 04 Apr 2008 11:42:54 +0100 Message-ID: <47F6062E.9050804@andyfurniss.entadsl.com> References: <20080131175758.25151.20370.sendpatchset@localhost.localdomain> <47A4FB81.80700@fatooh.org> <47A74FEE.6080103@trash.net> <47EED247.50801@andyfurniss.entadsl.com> <47F22CF5.4080806@trash.net> <47F28758.1010401@andyfurniss.entadsl.com> <47F37139.9080303@andyfurniss.entadsl.com> <47F37E04.4010001@trash.net> <47F3B3C5.6000701@andyfurniss.entadsl.com> Reply-To: lists@andyfurniss.entadsl.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Patrick McHardy , Corey Hickey , Linux Netdev List To: lists@andyfurniss.entadsl.com Return-path: Received: from mx1.ukfsn.org ([77.75.108.10]:52379 "EHLO mail.ukfsn.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751031AbYDDKl1 (ORCPT ); Fri, 4 Apr 2008 06:41:27 -0400 In-Reply-To: <47F3B3C5.6000701@andyfurniss.entadsl.com> Sender: netdev-owner@vger.kernel.org List-ID: Andy Furniss wrote: > OK - FWIW I've been looking harder and have now seen the full range of > +/- 32k so I assume it's just not getting initialised properly. Hmm I am not so sure now maybe it's a stats thing - I have seen flows apparently stuck with -ve allot but behaving normally. I notice allot is short (16bits?) in sfq but see +struct tc_sfq_xstats +{ + __s32 allot; +}; Andy.