From owner-freebsd-current@FreeBSD.ORG Tue Nov 2 13:16:17 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 367BA106566B; Tue, 2 Nov 2010 13:16:17 +0000 (UTC) (envelope-from giovanni.trematerra@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 13EA08FC1B; Tue, 2 Nov 2010 13:16:15 +0000 (UTC) Received: by fxm17 with SMTP id 17so6045488fxm.13 for ; Tue, 02 Nov 2010 06:16:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=L5ZVwtwoxYDzr1ZWzk9xCwwpRE8cyIMD4l+IAjcw1vI=; b=WIe7DUqnqupYNZKiQCp6437nWJV/XXvKNnMzx9SNMBBqNedmjDlld+HuQ+3whtSIKm hZe5tmBfVHpSe04twTCbZLetY3DYrt5j89bAJGPc1EnRAz7An3cvZUT9V6/oR6Zz65J8 EpkXyrrIaZvIQYbe/uE9AGCY1TB1HywF8LMnQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=pZSEcrMeIozLYJg2WKc0T9HBd55IojmLFNeGG7ZWc8V8wug5bWIZnwDzjMPmCYJWfs xdftmwNWhnp8aZBRZjd8Gs4hY6xosAYqYxUDQ2uOfCwJT09gfAYrt2D7SkvUzAWD0dAa 6PQtL9RFH0CizNw6JYKF/nBebkJvU0ujdrJOU= MIME-Version: 1.0 Received: by 10.223.69.141 with SMTP id z13mr7575777fai.72.1288703775023; Tue, 02 Nov 2010 06:16:15 -0700 (PDT) Received: by 10.223.115.84 with HTTP; Tue, 2 Nov 2010 06:16:14 -0700 (PDT) In-Reply-To: <4CD00DFB.7030603@freebsd.org> References: <4C9B9B9C.6000807@freebsd.org> <4CBBEBDF.3060905@freebsd.org> <4CBC5719.1020807@freebsd.org> <4CBD40E2.7030507@freebsd.org> <4CD00DFB.7030603@freebsd.org> Date: Tue, 2 Nov 2010 14:16:14 +0100 Message-ID: From: Giovanni Trematerra To: Andriy Gapon Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: alc@freebsd.org, freebsd-current@freebsd.org, kib@freebsd.org Subject: Re: panic in uma_startup for many-core amd64 system X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Nov 2010 13:16:17 -0000 On Tue, Nov 2, 2010 at 2:11 PM, Andriy Gapon wrote: > on 01/11/2010 19:09 Giovanni Trematerra said the following: >> Here the patch that was in my mind. >> The patch doesn't implement dynamic slab size just allow >> to have a multipage slab to back uma_zone objects. >> I'm going to work more on the topic "dynamic slab size" soon. >> I tested the patch on qemu with -smp 32. >> I'm looking for real hw to test the patch on. > > Having only skimmed the patch I have a question - is this only used for i= nternal > zones? =A0"Application" zones with large items still use off-page slabs? > Yes, it is used only for internal zones. Other zones will go off-page as us= ual. -- Giovanni Trematerra