From owner-freebsd-mips@FreeBSD.ORG Sat Jul 2 22:37:07 2011 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09DC01065673; Sat, 2 Jul 2011 22:37:07 +0000 (UTC) (envelope-from c.jayachandran@gmail.com) Received: from mail-ww0-f42.google.com (mail-ww0-f42.google.com [74.125.82.42]) by mx1.freebsd.org (Postfix) with ESMTP id 2494F8FC0A; Sat, 2 Jul 2011 22:37:05 +0000 (UTC) Received: by wwg11 with SMTP id 11so715481wwg.1 for ; Sat, 02 Jul 2011 15:37:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=g8/E6QN+FHhG+pKirgQoHhCPFRiTX/rDOyyIxTXIimU=; b=lRZ8kAvkVMOkQ+Ko0s1/3aoVcdZZSaLdArE+LWJTTL7sfSiUb7KPdQGgwsLjtwMoRp QJ6flXcolvSJlcc3z+GmRUfG+QTLXAZWEize21IzcMTSNUj6CPa2oqswoMkX9fjN9rg6 z6ZsBVjtQ+bPCuZ5EEVHkPZ3PgkigZIE+IZNU= MIME-Version: 1.0 Received: by 10.216.8.80 with SMTP id 58mr3928110weq.0.1309646224837; Sat, 02 Jul 2011 15:37:04 -0700 (PDT) Received: by 10.216.166.195 with HTTP; Sat, 2 Jul 2011 15:37:04 -0700 (PDT) In-Reply-To: References: Date: Sun, 3 Jul 2011 04:07:04 +0530 Message-ID: From: "Jayachandran C." To: Attilio Rao Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Warner Losh , freebsd-mips@freebsd.org Subject: Re: Bumping MAXCPU for MIPS configurations X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jul 2011 22:37:07 -0000 On Wed, Jun 29, 2011 at 4:48 PM, Attilio Rao wrote: > 2011/6/29 Jayachandran C. : >> On Wed, Jun 29, 2011 at 3:10 PM, Attilio Rao wrote= : >>> [ Please CC me in replies as I'm not subscribed to this mailing list ] >>> >>> I'm planning to bump MAXCPU for all the kernel configurations >>> requiring it, as long as the latest cut of largeSMP changes is >>> completed. >>> >>> Anyway, I'm not really sure what MIPS configurations may benefit from >>> a larger number of MAXCPU. Probabilly XLP should, for what I've heard, >>> but I'd like to get a precise mapping between configurations that want >>> to bump the number and the actual maximum number of CPUs to be >>> supported. >> >> An XLP SoC has 32 cpus (8cores x 4 hw threads per core), and 4 of >> these can be interconnected to have upto 128 cpus. =A0We have an XLP >> port running on one chip with 32cpus, but there is interest in trying >> out 2 chip (64cpus) and 4 chip(128 cpus) configurations, so this is >> something I want to do when I get access to multi-chip boards for >> FreeBSD development. > > I'll bump MAXCPU to 128 for XLP then, thanks. > Do you have informations about XLR? For XLR the the MAXCPU should be 32 (8 cores x 4 threads per core on the SoC). We cannot connect multiple chips together like the XLP. JC.