From owner-freebsd-mips@FreeBSD.ORG Mon Apr 19 11:11:41 2010 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 3427A1065674; Mon, 19 Apr 2010 11:11:41 +0000 (UTC) (envelope-from c.jayachandran@gmail.com) Received: from mail-pz0-f175.google.com (mail-pz0-f175.google.com [209.85.222.175]) by mx1.freebsd.org (Postfix) with ESMTP id EC9B38FC0A; Mon, 19 Apr 2010 11:11:40 +0000 (UTC) Received: by pzk5 with SMTP id 5so2913818pzk.14 for ; Mon, 19 Apr 2010 04:11:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type; bh=hht/NKIqOLRs8WxnJu2+pRcxrhNE9KFY7f0gwC5xkO4=; b=jzfuA6gBTKptWlVQZmKIerZMQhv53PdPkM61c0nO/1xZTCP+Ft49VkCUeZ3ZIvOtHX nR99R6itmgO1s1ss0dNAh8eV78bl4fC6taSb9BSGCJ6lCompqkxE16jihu+uA4U98Dd6 5WatwdcsBBZ368DYlbjxrDZXf8Ta+ettW65iU= 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; b=iOz7rdv0/3XndvDzLCSn6M+tghSA19NKe9MC7H6d+iTefXeIjEapnVkvyjaKe7FgVZ xUPDA71Rx4g7GWz8IKfQ1qU8XJo8UfL17MY0iok4iBZz99zeM1Ig11ho6mDhZ1+1aEGz UidO/fYsDRB1DYuQq2DFL2XeWfTPZ5fH9Qv/E= MIME-Version: 1.0 Received: by 10.141.29.15 with HTTP; Mon, 19 Apr 2010 04:11:40 -0700 (PDT) In-Reply-To: References: <544BD79C-24C0-4015-AE04-F7F8D70CF537@freebsd.org> <3BCD65EB-B997-449D-864C-CA24C7B19026@freebsd.org> Date: Mon, 19 Apr 2010 16:41:40 +0530 Received: by 10.140.248.13 with SMTP id v13mr3929284rvh.25.1271675500306; Mon, 19 Apr 2010 04:11:40 -0700 (PDT) Message-ID: From: "C. Jayachandran" To: Randall Stewart Content-Type: multipart/mixed; boundary=000e0cd0ea8677238004849506a4 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-mips@freebsd.org Subject: Re: SMP support for XLR processors. 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: Mon, 19 Apr 2010 11:11:41 -0000 --000e0cd0ea8677238004849506a4 Content-Type: text/plain; charset=ISO-8859-1 On Sun, Apr 18, 2010 at 11:56 PM, Randall Stewart wrote: > I am backing out the rge part of the patch and things > get normal again.. > > Still working on getting one that will work in SMP though.. Can you try the attached patch for this - this will defer the packet distribution to different cores until SMP is started. This should apply on top of the ones I send earlier. Patch also at http://sites.google.com/site/cjayachandran/files Regards, JC. --000e0cd0ea8677238004849506a4--