From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <anatoly.burakov@intel.com>
Received: from mga11.intel.com (mga11.intel.com [192.55.52.93])
 by dpdk.org (Postfix) with ESMTP id 117C0C368
 for <dev@dpdk.org>; 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" <anatoly.burakov@intel.com>
To: "Gonzalez Monroy, Sergio" <sergio.gonzalez.monroy@intel.com>, "Thomas
 Monjalon" <thomas.monjalon@6wind.com>
Thread-Topic: [dpdk-dev] libhugetlbfs
Thread-Index: AQHQxGsTUQHHaCGFZ0C105KBIenI2J3omnuAgABdHsA=
Date: Thu, 23 Jul 2015 12:08:55 +0000
Message-ID: <C6ECDF3AB251BE4894318F4E4512369780CE869D@IRSMSX109.ger.corp.intel.com>
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" <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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=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