From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claudio Greco Date: Thu, 31 May 2007 10:29:15 +0000 Subject: [LARTC] Watchdog timer and packet enqueuing Message-Id: <465EA37B.4030709@fastwebnet.it> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org Hello everybody, I'm implementing a qdisc for my MSc thesis and I've experienced some issue maybe you can help me with. The discipline is simply a slotted max-weight in which any user has a Ceil Rate they mustn't trespass on. Being such a discipline non-work-conserving, I've to set a watchdog timer in order to allow further call of the dequeue function. However, I've noticed that such a solution prevents the local generated packets to be enqueued, which is very concerning to me being the priority based on the backlog... Does anyone know any trade-off solution between these needs (non-conserving-work and continuous enqueue flow)? Thanks in advance, Claudio. _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc