From owner-freebsd-arm@FreeBSD.ORG Fri Mar 7 14:25:08 2014 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DD2F521A; Fri, 7 Mar 2014 14:25:08 +0000 (UTC) Received: from mho-02-ewr.mailhop.org (mho-02-ewr.mailhop.org [204.13.248.72]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B225B662; Fri, 7 Mar 2014 14:25:08 +0000 (UTC) Received: from c-24-8-230-52.hsd1.co.comcast.net ([24.8.230.52] helo=damnhippie.dyndns.org) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1WLvhz-0004fT-F4; Fri, 07 Mar 2014 14:25:07 +0000 Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id s27EP48G052159; Fri, 7 Mar 2014 07:25:04 -0700 (MST) (envelope-from ian@FreeBSD.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 24.8.230.52 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19C92n1TDVjjWU9nzGh4IIB Subject: Re: ULE on ARM From: Ian Lepore To: Ruslan Bukin In-Reply-To: <20140307141406.GA79223@machdep.com> References: <20140307141406.GA79223@machdep.com> Content-Type: text/plain; charset="us-ascii" Date: Fri, 07 Mar 2014 07:25:04 -0700 Message-ID: <1394202304.1149.373.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Mar 2014 14:25:08 -0000 On Fri, 2014-03-07 at 18:14 +0400, Ruslan Bukin wrote: > I discovered just a couple of ARM kernel configs > uses SCHED_ULE, but all other uses SCHED_4BSD > > any disadvantages to use ULE scheduler on ARM? > or it is just because of historical reasons? > > I enabled ULE on Freescale Vybrid and running > it for a long time just fine. > > according to my subjective impressions ULE > works better on ARM in sound applications > > -Ruslan The widespread advice from a few years ago was that ULE was better for SMP and 4BSD was better for UP. I don't know whether that's still true (or whether it was ever true). I do know that there are fewer responses on mailing lists of "try switching the scheduler to 4BSD" as a way of fixing problems these days. I switched imx6 to ULE when adding SMP support for it. -- Ian