From owner-freebsd-drivers@FreeBSD.ORG Tue Aug 22 15:02:19 2006 Return-Path: X-Original-To: freebsd-drivers@freebsd.org Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F347B16A4DA for ; Tue, 22 Aug 2006 15:02:18 +0000 (UTC) (envelope-from Jim.Skon@mvnu.edu) Received: from alderaan.mvnu.edu (alderaan.mvnu.edu [149.143.2.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98CEE43D46 for ; Tue, 22 Aug 2006 15:02:18 +0000 (GMT) (envelope-from Jim.Skon@mvnu.edu) Received: from nzrnet.mvnu.edu ([149.143.207.202]) by alderaan.mvnu.edu (8.12.8/8.12.8) with ESMTP id k7MF2FZh014782 for ; Tue, 22 Aug 2006 11:02:16 -0400 (EDT) Received: from NZR_MTA-MTA by nzrnet.mvnu.edu with Novell_GroupWise; Tue, 22 Aug 2006 11:02:11 -0400 Message-Id: <44EAE420020000FC00000D5A@nzrnet.mvnu.edu> X-Mailer: Novell GroupWise Internet Agent 7.0.1 Date: Tue, 22 Aug 2006 11:01:51 -0400 From: "Jim Skon" To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Problems with dropped callouts X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Aug 2006 15:02:19 -0000 Hello, I have been developing a modification to the 802.11 driver to support a version of PCF (polling mode). The AP part of this solution depends on several active callouts to time the operation of the protocol. The problem I am having is that after several hours of stress testing (pushing the system at maximum bandwidth), the system appears to start losing set callouts. The callouts are still active, and past due, but are never called. I have already done similar implementations in the netbsd and linux environments, and have never had such a problem. Note that I am setting callouts (only 3) at a rate in the 100's per second, so a lot is going on. Has anyone ever had such a problem? Thanks! Jim Skon Professor of Computer Science Mount Vernon Nazarene University James Skon, Ph.D. Computer Science Department Chair Professor of Computer Science (740) 392-6868 x 3224 Mount Vernon Nazarene University EMAIL: skon@mvnu.edu www.mvnu.edu