From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3B1F2C04EB8 for ; Thu, 6 Dec 2018 18:35:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E5AF120892 for ; Thu, 6 Dec 2018 18:35:22 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E5AF120892 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725984AbeLFSfW (ORCPT ); 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.