Return-Path: linux-nfs-owner@vger.kernel.org Received: from fieldses.org ([174.143.236.118]:57681 "EHLO fieldses.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751732AbaHDNgm (ORCPT ); Mon, 4 Aug 2014 09:36:42 -0400 Date: Mon, 4 Aug 2014 09:36:41 -0400 From: Bruce Fields To: Trond Myklebust Cc: linux-nfs@vger.kernel.org Subject: Re: [PATCH 00/11] SUNRPC server scalability improvements Message-ID: <20140804133641.GA23341@fieldses.org> References: <1407085393-3175-1-git-send-email-trond.myklebust@primarydata.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1407085393-3175-1-git-send-email-trond.myklebust@primarydata.com> Sender: linux-nfs-owner@vger.kernel.org List-ID: On Sun, Aug 03, 2014 at 01:03:02PM -0400, Trond Myklebust wrote: > When testing knfsd on 10GigE and 40GigE networks, we've been hitting a few > scalability issues that are seriously affecting performance. The main issue > was scalability of the pool->sp_lock, but we also hit a couple of things > like the use of ioctls in the receive fast path, as well as some issues > with heuristic tests being performed twice in the same path. > > This is not urgent, and can definitely be delayed until the 3.18 merge > window, however since the performance gains were significant over NFSv3, > I thought I'd share now. Thanks! On a quick skim these and the DRC patches look good. My first priority is to see if I can merge the last of the state locking patches which are already in nfsd-next, so yes I'll probably queue these up for 3.18 later. --b.