From owner-freebsd-questions@FreeBSD.ORG Thu Jan 6 22:39:06 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4063F1065670 for ; Thu, 6 Jan 2011 22:39:06 +0000 (UTC) (envelope-from vrwmiller@gmail.com) Received: from mail-qy0-f200.google.com (mail-qy0-f200.google.com [209.85.216.200]) by mx1.freebsd.org (Postfix) with ESMTP id 028A08FC12 for ; Thu, 6 Jan 2011 22:39:05 +0000 (UTC) Received: by qyk35 with SMTP id 35so10111947qyk.7 for ; Thu, 06 Jan 2011 14:39:05 -0800 (PST) MIME-Version: 1.0 Received: by 10.220.186.12 with SMTP id cq12mr10577672vcb.20.1294353544744; Thu, 06 Jan 2011 14:39:04 -0800 (PST) In-Reply-To: <20110106200719.GC75125@dan.emsphone.com> Message-ID: <90e6ba53a7803f98710499352be0@google.com> Date: Thu, 06 Jan 2011 22:39:04 +0000 From: vrwmiller@gmail.com To: Dan Nelson Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Rick Miller , freebsd-questions@freebsd.org Subject: Re: Re: Configuring BCE Interrupt Coalescing on 8.1-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jan 2011 22:39:06 -0000 Thanks, Dan! I'm not well versed in C...glad you were able to help me out with that! On Jan 6, 2011 3:07pm, Dan Nelson wrote: > In the last episode (Jan 06), Rick Miller said: > > I am looking to configure interrupt coalescing for a bce interface in > > 8.1-RELEASE. Everything I have found via google only points to the bce > > manpage, which only identifies that interrupt coalescing is supported > with > > no information with regards to configuring it. Where can I find > > information on configuring it? > After a quick readthrough of the source, it looks like it's always enabled > unless you had built the driver with BCE_DEBUG enabled. The values aren't > exposed via sysctl for you to view or edit. > http://fxr.watson.org/fxr/source/dev/bce/if_bce.c?v=FREEBSD81#L1012 > -- > Dan Nelson > dnelson@allantgroup.com