Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp11045154imu; Thu, 6 Dec 2018 10:36:20 -0800 (PST) X-Google-Smtp-Source: AFSGD/XmuYN4JW+SK8Qfd8fC6OYknOfH8yKTs+l3+M/ZnvBOKQ8pAYU0CLOPIyzLVoiEN/pzQnwr X-Received: by 2002:a17:902:b282:: with SMTP id u2mr29633518plr.89.1544121380742; Thu, 06 Dec 2018 10:36:20 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544121380; cv=none; d=google.com; s=arc-20160816; b=I5ayI++/Luwudgsa9bmZtXu9iOBxlKBn/JGW4lyRKUvXiBM4sXoh/hlkx5BSYNkZIl otkYITLEW3oXyUltDvHHzIN9/b+ryRj9GIxxH1jttL0UB0zMN8mH+kiH4CUI5OKe1SOm egh9hReemPEusLjnB0+khtcq7UxXvCEc13yqXKGv80wmeZtq+IVXzU/7F0w1QVECyE2W 0qBEKP2SCAiNO7meqOQF1yTvxYILY63Y+ctQmz6ZSWI7d6UFtJV5No3TyVSz0rFTzhy5 xYP1XZ3C3S8p6jFWeWhklZ2S+jKA8PrdrWkJlIeGQWdeYB9ajSg0cHwFl2arKAi0875W 1egA== 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; bh=PNqQYOCFUYeVQ+Ey98mtGt/goMjslzf+ee8Wz1NgomA=; b=v+K3CoTwBN7mxBZr1iDKJgrcEhgyZZgv7GnutQYybV00DEtPuDvDHBSE8TJ6YZEo7K Rqo/yBUSrE/Liish1tD//IQbwc6Pql5EnbEqjsPo72f8xSx2MymEaQ2qXI8Vu76epKSY P0Z/TA+84NvZaimbyfzDwrg48XL5ojbUczzWuQBO68ZQO7oua9ewVCpVBNb4/rmXVp9A 2BxOOIyBNqJzldivH+CyLpKXi12iD1hcEUTnQkJtT9zTASredYtG0pmU8C+8F5B26QfD kOQvp0UQ6ruvy9CqGOdRi+9Y8kvkZLLD4L+IkuXbzw0vJFId52YLKTGDytfZUDysqaul GTlg== 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 u5si747572pgr.316.2018.12.06.10.36.04; Thu, 06 Dec 2018 10:36:20 -0800 (PST) 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 S1725958AbeLFSfW (ORCPT + 99 others); Thu, 6 Dec 2018 13:35:22 -0500 Received: from verein.lst.de ([213.95.11.211]:58831 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725901AbeLFSfV (ORCPT ); Thu, 6 Dec 2018 13:35:21 -0500 Received: by newverein.lst.de (Postfix, from userid 2407) id 94BFF68AA6; Thu, 6 Dec 2018 19:35:20 +0100 (CET) Date: Thu, 6 Dec 2018 19:35:20 +0100 From: Christoph Hellwig To: Jesper Dangaard Brouer Cc: Christoph Hellwig , iommu@lists.linux-foundation.org, Linus Torvalds , Tariq Toukan , Ilias Apalodimas , Toke =?iso-8859-1?Q?H=F8iland-J=F8rgensen?= , Robin Murphy , linux-kernel@vger.kernel.org Subject: Re: [PATCH] dma-mapping: bypass indirect calls for dma-direct Message-ID: <20181206183520.GA30039@lst.de> References: <20181206153720.10702-1-hch@lst.de> <20181206153720.10702-2-hch@lst.de> <20181206184027.291947c3@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181206184027.291947c3@redhat.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 06, 2018 at 06:40:27PM +0100, Jesper Dangaard Brouer wrote: > Is this patch to be applied on top of the other (41) patches I just > tested with my XDP forward workload? This is just the last patch of the git tree you tested. All the others were sent out separately already.