Received: by 10.192.165.148 with SMTP id m20csp3398293imm; Mon, 23 Apr 2018 06:01:59 -0700 (PDT) X-Google-Smtp-Source: AIpwx4/g4LHrB7z4cBQ33b4NTVjzSoHjfNuy58IWsm+Oq6743OTXZoOKQrBsPtM14wqKseQS4x3b X-Received: by 10.99.52.76 with SMTP id b73mr17268203pga.258.1524488519885; Mon, 23 Apr 2018 06:01:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524488519; cv=none; d=google.com; s=arc-20160816; b=MtNBApVcEJoZysMJYzd50eqlN0VmCvwmIA+FOo95SY0LQEs00OxchABRXEYYyUgclA PjOk55+IZozqYeT5en/XzoLfZHU0VkzOHa5ABnBD668dGgVOH8vWjocYJlim0jpndmID qajCGyVJj7sZGYaOJjHrRZj9MAh0QQ0s7os2TVYk+av7i3pATHsMwWEOqIqciApOsQyk c+jQhPqRqWkVvff6Eacg063b6w9Uaq1GWcC/ycGZdO3kshI9dk7clYj6XgIE5xRvmtJB bThWejt2w9FCMiYpBd11nin/w1uAbWMVlNtoL/xV+YF1i6zW3RUVeeiC8ZyW58CszVV5 sfsg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=2Wj7eShDF/M1rQWFR4K1tCZ48xhYPFsZ6JUgJUkdhP0=; b=vFXSR5AtwO5UiurxQcoQnKl1OpFbr/2NTPYPCMKxGSWyOOqec3bohMSvBcayOztI28 uUV5mutRxkn1Y2SMpf+06Jw60aoTOsKxP5IAcLZejROoaVGxveKMEzAh3BVvRrjnfcpq Hw+edg6B98T6u0xSr1wQSN1Mf8DL+TwFgV9xbCbQ02x/vxYRppQ8U98+ZCLwFr1ngmrQ wgKXWD7a1qtGvGg5nnbMlr139/p2i6Cw24AUVCn9nX+/g7vphRh8sg2RpCew9/dMlovM T6b9Mr8P1bhASlx8cGdo74vbWadGYKEvqzU8QCIArjj9C2W1C7JjFVAQB4fP7hl4B+6z T0HA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j4si8997025pgs.544.2018.04.23.06.01.45; Mon, 23 Apr 2018 06:01:59 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755305AbeDWM7B (ORCPT + 99 others); Mon, 23 Apr 2018 08:59:01 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:57194 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754842AbeDWM65 (ORCPT ); Mon, 23 Apr 2018 08:58:57 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id CCFE8D38; Mon, 23 Apr 2018 12:58:56 +0000 (UTC) Date: Mon, 23 Apr 2018 14:58:51 +0200 From: Greg Kroah-Hartman To: James Simmons Cc: devel@driverdev.osuosl.org, Andreas Dilger , Oleg Drokin , NeilBrown , Linux Kernel Mailing List , Lustre Development List Subject: Re: [PATCH 00/25] staging: lustre: libcfs: SMP rework Message-ID: <20180423125851.GB32162@kroah.com> References: <1523851807-16573-1-git-send-email-jsimmons@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1523851807-16573-1-git-send-email-jsimmons@infradead.org> User-Agent: Mutt/1.9.5 (2018-04-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Apr 16, 2018 at 12:09:42AM -0400, James Simmons wrote: > Recently lustre support has been expanded to extreme machines with as > many as a 1000+ cores. On the other end lustre also has been ported > to platforms like ARM and KNL which have uniquie NUMA and core setup. > For example some devices exist that have NUMA nodes with no cores. > With these new platforms the limitations of the Lustre's SMP code > came to light so a lot of work was needed. This resulted in this > patch set which has been tested on these platforms. I'll wait for v2 of this patchset based on Dan's review before applying them. thanks, greg k-h