Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp3596817ybt; Tue, 30 Jun 2020 06:56:36 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy9F5QsfMA5z6CaITQGbk584h/fePINqRqC+VUhZilHO3x3O3W2OXsTq1silVu4+RO2/4eo X-Received: by 2002:a17:907:7245:: with SMTP id ds5mr18256587ejc.1.1593525396333; Tue, 30 Jun 2020 06:56:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1593525396; cv=none; d=google.com; s=arc-20160816; b=cpFzgJqqH6QbjuNBPnSjnafLatrfqUnccwYwU8K4sLInmWvYBNO/cmacdOQz0IOydI KsirISEPwTKaXLUXYOf22+7Xq4WCYMXoRbLfTwv2qfny5x8cZtxOQIaRB0adFPmXeqV7 d7trrqrE40LApnWgA5TyLFJuCBS1PAX5L9ULo2+ItioBBq1Z32dlYWptBipw9RHA1jBM WVR9creE571UCU6/SzLgI1UrYbDMdPG/aQjD/mHP6BOklLe45PfnfmubtqIjipo/RReF U4V2WyxqYAm21L0Vr5JKL/zuJ78rQLq0VeZc9oPBMSlA5Kx7uTD2KPh1ibL5n2/X6iL2 A5Rg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=eDbt38KbMSmOnhXpPgD6h/uSHTSY2yNMWmpcS2hKbd4=; b=O+GqN7UKhdzy4mQguZdnGxEQy1essVoF/eE9a70UQZwM2lH2Xeljjuoj7Epf5xSPax 2cWOPFsiZ5FiCdhcliglbIuW+gGKXgaN88o25IRD4YSHLOEbqV+4ug3nI71KIZ6YiYkP k9fs7yHrqPNiZ13SelTIdnXU/37miLsG9E+yZex9ArbV7sdcslZw0+t7++vp/tyhPBEZ WhC3NDwrDmHp84d3Gdl5Fk12ETvBqtsitpBvn89PAC0it7woHvks8F7tx2ZKN+FH5ZHs Wvid3jb/fXS/YVASWmnkAA/rrJj8txblPqmviDScJgdHVI6NEXg24AEQ0ZUjWqxjsVX5 zUfA== 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 t24si1805261ejr.733.2020.06.30.06.56.13; Tue, 30 Jun 2020 06:56:36 -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 S2388090AbgF3Nri (ORCPT + 99 others); Tue, 30 Jun 2020 09:47:38 -0400 Received: from www62.your-server.de ([213.133.104.62]:36798 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726876AbgF3Nri (ORCPT ); Tue, 30 Jun 2020 09:47:38 -0400 Received: from sslproxy05.your-server.de ([78.46.172.2]) by www62.your-server.de with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89_1) (envelope-from ) id 1jqGbZ-00070l-Fh; Tue, 30 Jun 2020 15:47:21 +0200 Received: from [178.196.57.75] (helo=pc-9.home) by sslproxy05.your-server.de with esmtpsa (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jqGbZ-0003zd-6p; Tue, 30 Jun 2020 15:47:21 +0200 Subject: Re: [PATCH net] xsk: remove cheap_dma optimization To: Christoph Hellwig Cc: =?UTF-8?B?QmrDtnJuIFTDtnBlbA==?= , =?UTF-8?B?QmrDtnJuIFTDtnBlbA==?= , netdev@vger.kernel.org, davem@davemloft.net, konrad.wilk@oracle.com, iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org, bpf@vger.kernel.org, maximmi@mellanox.com, magnus.karlsson@intel.com, jonathan.lemon@gmail.com References: <20200626134358.90122-1-bjorn.topel@gmail.com> <20200627070406.GB11854@lst.de> <88d27e1b-dbda-301c-64ba-2391092e3236@intel.com> <81aec200-c1a0-6d57-e3b6-26dad30790b8@intel.com> <903c646c-dc74-a15c-eb33-e1b67bc7da0d@iogearbox.net> <20200630050712.GA26840@lst.de> From: Daniel Borkmann Message-ID: <7bd1f3ad-f1c7-6f8c-ef14-ec450050edf2@iogearbox.net> Date: Tue, 30 Jun 2020 15:47:20 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 MIME-Version: 1.0 In-Reply-To: <20200630050712.GA26840@lst.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Authenticated-Sender: daniel@iogearbox.net X-Virus-Scanned: Clear (ClamAV 0.102.3/25858/Mon Jun 29 15:30:49 2020) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 6/30/20 7:07 AM, Christoph Hellwig wrote: > On Mon, Jun 29, 2020 at 05:18:38PM +0200, Daniel Borkmann wrote: >> On 6/29/20 5:10 PM, Björn Töpel wrote: >>> On 2020-06-29 15:52, Daniel Borkmann wrote: >>>> >>>> Ok, fair enough, please work with DMA folks to get this properly integrated and >>>> restored then. Applied, thanks! >>> >>> Daniel, you were too quick! Please revert this one; Christoph just submitted a 4-patch-series that addresses both the DMA API, and the perf regression! >> >> Nice, tossed from bpf tree then! (Looks like it didn't land on the bpf list yet, >> but seems other mails are currently stuck as well on vger. I presume it will be >> routed to Linus via Christoph?) > > I send the patches to the bpf list, did you get them now that vger > is unclogged? Thinking about it the best route might be through > bpf/net, so if that works for you please pick it up. Yeah, that's fine, I just applied your series to the bpf tree. Thanks!