From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 448494CE4 for ; Mon, 5 Jun 2017 10:16:13 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP; 05 Jun 2017 01:16:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,300,1493708400"; d="scan'208";a="270259231" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by fmsmga004.fm.intel.com with ESMTP; 05 Jun 2017 01:16:12 -0700 Received: from irsmsx106.ger.corp.intel.com ([169.254.8.236]) by IRSMSX104.ger.corp.intel.com ([163.33.3.159]) with mapi id 14.03.0319.002; Mon, 5 Jun 2017 09:16:11 +0100 From: "Wodkowski, PawelX" To: "dev@dpdk.org" CC: "Burakov, Anatoly" Thread-Topic: [PATCH] vfio: allow to map other memory regions Thread-Index: AQHS1GA8U6OXGTO9Yk2t8ab5hUZtMaIWK1aA///TCcA= Date: Mon, 5 Jun 2017 08:16:11 +0000 Message-ID: References: <1495624659-226807-1-git-send-email-pawelx.wodkowski@intel.com> <1496663643-65002-1-git-send-email-pawelx.wodkowski@intel.com> In-Reply-To: <1496663643-65002-1-git-send-email-pawelx.wodkowski@intel.com> Accept-Language: pl-PL, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] vfio: allow to map other memory regions X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2017 08:16:14 -0000 > -----Original Message----- > From: Wodkowski, PawelX > Sent: Monday, June 05, 2017 1:54 PM > To: Wodkowski, PawelX > Subject: [PATCH] vfio: allow to map other memory regions >=20 > Currently it is not possible to use memory that is not owned by DPDK to > perform DMA. This scenarion might be used in vhost applications (like > SPDK) where guest send its own memory table. To fill this gap provide > API to allow registering arbitrary address in VFIO container. >=20 > Change-Id: Ic1f56e850cfdaa48eec02a8ee400e4a66f32892a > Signed-off-by: Pawel Wodkowski Any thoughts about final version? Thanks Pawel