From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757357AbdJKMnH (ORCPT ); Wed, 11 Oct 2017 08:43:07 -0400 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:60170 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752069AbdJKMnG (ORCPT ); Wed, 11 Oct 2017 08:43:06 -0400 Subject: Re: [PATCH v2 03/16] iommu: introduce iommu invalidate API function To: Joerg Roedel , "Liu, Yi L" Cc: Jacob Pan , "iommu@lists.linux-foundation.org" , LKML , David Woodhouse , Greg Kroah-Hartman , "Wysocki, Rafael J" , "Lan, Tianyu" , "Tian, Kevin" , "Raj, Ashok" , Alex Williamson , "Liu, Yi L" References: <1507244624-39189-1-git-send-email-jacob.jun.pan@linux.intel.com> <1507244624-39189-4-git-send-email-jacob.jun.pan@linux.intel.com> <20171010133542.juag7cwbivlb56sl@8bytes.org> <20171010150953.4095a045@jacob-builder> <20171011095126.GD30803@8bytes.org> <20171011121534.GG30803@8bytes.org> From: Jean-Philippe Brucker Message-ID: <3cdbce19-9264-b2d0-745b-8d32d5b8cfe7@arm.com> Date: Wed, 11 Oct 2017 13:48:00 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20171011121534.GG30803@8bytes.org> Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/10/17 13:15, Joerg Roedel wrote: > On Wed, Oct 11, 2017 at 11:54:52AM +0000, Liu, Yi L wrote: >> I didn't quite get 'iovm' mean. Can you explain a bit about the idea? > > It's short for IO Virtual Memory, basically a replacement term for 'svm' > that is not ambiguous (afaik) and not specific to Intel. I wonder if SVM originated in OpenCL first, rather than intel? That's why I'm using it, but it is ambiguous. I'm not sure IOVM is precise enough though, since the name could as well be used without shared tables, for classical map/unmap and IOVAs. Kevin Tian suggested SVA "Shared Virtual Addressing" last time, which is a little more clear than SVM and isn't used elsewhere in the kernel either. Thanks, Jean