From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] vfio: Support for no-IOMMU mode Date: Wed, 27 Jan 2016 11:12:34 +0100 Message-ID: <2170759.xLIetSvQoP@xps13> References: <1450728967-9686-1-git-send-email-anatoly.burakov@intel.com> <1584319.QMRQbZMs1h@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Burakov, Anatoly" , david.marchand@6wind.com Return-path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id 9D0849586 for ; Wed, 27 Jan 2016 11:13:43 +0100 (CET) Received: by mail-wm0-f52.google.com with SMTP id p63so18495849wmp.1 for ; Wed, 27 Jan 2016 02:13:43 -0800 (PST) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-01-27 10:08, Burakov, Anatoly: > > Why a new file for these functions? > > Well, my thought was to make future extensions easier by way of avoiding mixing irrelevant and/or general code with driver-specific code. I can change it back if that's not OK. No strong opinion here. David?