Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp2987608ybt; Mon, 29 Jun 2020 12:12:05 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz1TUOhGo7D7mUa8u5B8fyfAlj+ghGS8rkzaFb3nWYm25hkmueyFA7HiJPXNQt7ON1P4MVq X-Received: by 2002:a50:d983:: with SMTP id w3mr18652569edj.110.1593457925656; Mon, 29 Jun 2020 12:12:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1593457925; cv=none; d=google.com; s=arc-20160816; b=J+Cx1nUbCdJCDEi/8azMGfUrh2oRu/s7FvQiIvfAxKs7Hy75N+A0mlSuYFBHCgmsAd Htk8OE8t/qhhWpNxCu4r4tb6i4507zicXAbbZTyMPX6wH/iiDFUoIWFyRvmhNgG+PVEa LKUuG/DBZOeohcE3N1mlGV6sNpTVHufQ2wmlt1O66jWoF842IuZ+h4fA2DTzj4ZsWxWX QtFOTmOtbOnuRGswRpizbmMatbLA8o7RT4sMs8BRm/rR8w+kB2aLPFxGv/CYCMSj8bnm uleEakyn1L16Ai+8OXqLNSnjA/iBACB4rCO/qxkuejG9U1RVquB23tYsTmV0ElPhy4Mk /F1g== 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-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=UKstECivk96SKqbaKsihGYk6mdTzT8B9BMJcdQLojiI=; b=fMNhGrps2mGVXeFWbK1zsdotUwg1BDY5CcyMihF97yCEe3q866bprVIygZFwRPMk52 cD1ITHE8/4sVzC6ovaJP925t7Q4d/RHNVBApmLVIIwNF9/oE1Uen27Ye5GZ+TdYLfTNO 47dPpOQSdKJCxov4ekuKywTAXJSNN2z74GOGhet5lYfQAHfAIN+DCbYRPzQXWT8tx7uc nAwKhMtVhRqIfPhuXoh4e273YfcwekFdxEbXM8U13aFIvDOYYwPpZj3xuDmYheJ8x5EW 4y49rKV/fpa5obJOFBVSkx8FFIzuD/PoX12LdqRNbRpnHojrqFFtDXOHymJTv4fS9C8f zQDA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id cy13si254663edb.388.2020.06.29.12.11.42; Mon, 29 Jun 2020 12:12:05 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730812AbgF2TLj (ORCPT + 99 others); Mon, 29 Jun 2020 15:11:39 -0400 Received: from verein.lst.de ([213.95.11.211]:59074 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728452AbgF2TLg (ORCPT ); Mon, 29 Jun 2020 15:11:36 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 590416736F; Mon, 29 Jun 2020 16:22:25 +0200 (CEST) Date: Mon, 29 Jun 2020 16:22:25 +0200 From: Christoph Hellwig To: =?iso-8859-1?Q?Bj=F6rn_T=F6pel?= Cc: Christoph Hellwig , Magnus Karlsson , Jonathan Lemon , iommu@lists.linux-foundation.org, netdev@vger.kernel.org, bpf@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: add an API to check if a streamming mapping needs sync calls Message-ID: <20200629142225.GA22336@lst.de> References: <20200629130359.2690853-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: 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 Mon, Jun 29, 2020 at 03:39:01PM +0200, Bj?rn T?pel wrote: > On 2020-06-29 15:03, Christoph Hellwig wrote: >> Hi all, >> >> this series lifts the somewhat hacky checks in the XSK code if a DMA >> streaming mapping needs dma_sync_single_for_{device,cpu} calls to the >> DMA API. >> > > Thanks a lot for working on, and fixing this, Christoph! > > I took the series for a spin, and there are (obviously) no performance > regressions. > > Would the patches go through the net/bpf trees or somewhere else? either the net tree or (my) dma-mapping tree would be fine with me.