From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 117C0C368 for ; Thu, 23 Jul 2015 14:08:58 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 23 Jul 2015 05:08:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,530,1432623600"; d="scan'208";a="753037076" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by fmsmga001.fm.intel.com with ESMTP; 23 Jul 2015 05:08:57 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX106.ger.corp.intel.com (163.33.3.31) with Microsoft SMTP Server (TLS) id 14.3.224.2; Thu, 23 Jul 2015 13:08:56 +0100 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.130]) by irsmsx155.ger.corp.intel.com ([169.254.14.43]) with mapi id 14.03.0224.002; Thu, 23 Jul 2015 13:08:56 +0100 From: "Burakov, Anatoly" To: "Gonzalez Monroy, Sergio" , "Thomas Monjalon" Thread-Topic: [dpdk-dev] libhugetlbfs Thread-Index: AQHQxGsTUQHHaCGFZ0C105KBIenI2J3omnuAgABdHsA= Date: Thu, 23 Jul 2015 12:08:55 +0000 Message-ID: References: <3797202.NyZr8XgqE1@xps13> <55B09913.8040100@intel.com> In-Reply-To: <55B09913.8040100@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] libhugetlbfs X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jul 2015 12:08:59 -0000 Hi Sergio > Then there is the issue with multi-process; because they return a file > descriptor while > unlinking the file, we would need some sort of Inter-Process That's kind of what VFIO does for multiprocess, so you may want to look at = that in case you decide to get down that route :) Thanks, Anatoly