From owner-freebsd-stable@FreeBSD.ORG Mon Mar 11 16:11:04 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 249564E7 for ; Mon, 11 Mar 2013 16:11:04 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: from mail-qe0-f44.google.com (mail-qe0-f44.google.com [209.85.128.44]) by mx1.freebsd.org (Postfix) with ESMTP id E0A2CCFA for ; Mon, 11 Mar 2013 16:11:03 +0000 (UTC) Received: by mail-qe0-f44.google.com with SMTP id x7so2397160qeu.31 for ; Mon, 11 Mar 2013 09:11:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=Ki0l4uXvi5oZcBblVYHNWyFX5RcvEfGN51yWMPC/MNw=; b=dHLuic87JpG+kVNWX+poTueBSiw58cGM0z4UnEarIEPqqQalHiD1kij09bD3H7/H3K B+AIgbt45G+Gr0zfMo+daa6NroMVsN9XL/hntRcAw9h8lo/J/yAlvIqw0ymZEDafeqXl sSv6T5mtXoX5Sf9Cs2HGJd2GSIDZbksSP4Wngn6Xs4OZc+c3auprEQyo1lMI5DqzNOpX +6tn6VSSHEAATZ+Zbztbo0qjasDNQka4JrziXE50f9l8sB0MORLi83fbbmz2fFloGolo ESplSwDzy9eDaxtmmKMUVDJ7rkov4MaGSUFWU8wxJzIskR7kgU8AfFVN807EqQ4+6pGg Mayg== MIME-Version: 1.0 X-Received: by 10.224.173.147 with SMTP id p19mr17756091qaz.78.1363018263265; Mon, 11 Mar 2013 09:11:03 -0700 (PDT) Received: by 10.49.50.67 with HTTP; Mon, 11 Mar 2013 09:11:03 -0700 (PDT) In-Reply-To: References: Date: Mon, 11 Mar 2013 09:11:03 -0700 Message-ID: Subject: Re: netisr issues From: Freddie Cash To: Mark Saad Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD-Stable ML X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Mar 2013 16:11:04 -0000 Works if you set them in /etc/sysctl.conf. Haven't looked into it, but I think there's something in the startup that sets them to 0 after the kernel is loaded, so the loader.conf settings are overwritten. On Mon, Mar 11, 2013 at 7:42 AM, Mark Saad wrote: > All > I am looking for some guidance on how to turn netisr back on, on a > 9.1-RELEASE and 9.1-STABLE box. It looks it stopped working as it did in > prior versions of FreeBSD . > I tested this on 9.1-RELEASE and 9.1-STABLE #0 r247804 built last monday. > > My question is this. If I enable the direct option in boot/loader.conf via > this > > net.isr.direct="1" > net.isr.direct_force="1" > > I do not get any expected result. > > root@chambers:~ # sysctl net.isr.direct > net.isr.direct: 0 > root@chambers:~ # sysctl net.isr.direct_force > net.isr.direct_force: 0 > > root@chambers:~ # netstat -Q > Configuration: > Setting Current Limit > Thread count 1 1 > Default queue limit 256 10240 > Dispatch policy direct n/a > Threads bound to CPUs disabled n/a > > .... > > > Am I missing something ? > > > -- > mark saad | nonesuch@longcount.org > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > -- Freddie Cash fjwcash@gmail.com