From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: Re: [PATCH] iommu/vt-d: add NUMA awareness to intel_alloc_coherent() Date: Fri, 2 Feb 2018 10:59:43 -0800 Message-ID: References: <1517438756.3715.108.camel@gmail.com> <20180202185301.GA8232@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Cc: Eric Dumazet , linux-kernel , Benjamin Serebrin , David Woodhouse , Joerg Roedel , iommu@lists.linux-foundation.org, netdev To: Christoph Hellwig Return-path: Received: from mail-wm0-f44.google.com ([74.125.82.44]:33822 "EHLO mail-wm0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753002AbeBBS7q (ORCPT ); Fri, 2 Feb 2018 13:59:46 -0500 Received: by mail-wm0-f44.google.com with SMTP id j21-v6so3911553wmh.1 for ; Fri, 02 Feb 2018 10:59:45 -0800 (PST) In-Reply-To: <20180202185301.GA8232@infradead.org> Sender: netdev-owner@vger.kernel.org List-ID: On Fri, Feb 2, 2018 at 10:53 AM, Christoph Hellwig wrote: > I've got patches pending to replace all that code with > dma_direct_alloc, which will do the right thing. They were > submitted for 4.16, and I will resend them after -rc1. I see, thanks Christoph !