From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-f67.google.com (mail-oi0-f67.google.com [209.85.218.67]) by dpdk.org (Postfix) with ESMTP id E40971B058 for ; Mon, 9 Jul 2018 18:12:37 +0200 (CEST) Received: by mail-oi0-f67.google.com with SMTP id i12-v6so36922518oik.2 for ; Mon, 09 Jul 2018 09:12:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=duImZtoEeJtzzEEInn8GzRGbxlOOKQ6Qxz4aQosYtPg=; b=ADNjxt4K/ZIeIe2g6M5GlRh7I4wzJnNd5TCUwqmB+gOL1UVspWtgac7dBZfN3H+GQm Eiyd2OfN0W8v2+JfN1LdeteqOGIbYpY3yX+6zYefb17fjWBiV8SPjqsTVZ3ZJ/Visre7 K1hjvk9oa0bbiUUOvRUIyauTgrvOF4XNB31cg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=duImZtoEeJtzzEEInn8GzRGbxlOOKQ6Qxz4aQosYtPg=; b=Simf+IhYpeDqNu9T6/+SybuCEAkcEdpy09HCj4UwLy+5yDOx3AW/GTLPIro33PqmdM ScSU6BMGLmStcrAfJNsBlZw0nR2IsudjXFozqgm7Ls9bQlBFGn119GAXLIFRI16awGRd C6hfH8B4GAryeGaW6pDpAX5BCWds87Eh1CtXnVqoWrf7IMkCmiJSP1ygHLsO6QwJfs3e mTE+tgiM/H6P9A1MegjE2sN8u4Xl7u2q8+7I0LuufES4YgafYLUlA5ZjOsg+Mz+Vxzpg LHnYTRvFJc0JZJTcSOQioloRHS2elK/woSkFuhUDlhG1H9Fj9A2m+yXwnqrQxFqiH9e+ 7hFQ== X-Gm-Message-State: AOUpUlETN8lJ22Kvj2ksb6KqHcPVk6IW57iFtpqvEdhHHmeNItw7yVoG c3IXlkFyzF4qjiFtl9JNfqMKo2gDnIhLEZr1ZMaJqA== X-Google-Smtp-Source: AAOMgpe7lKBiuVe4iMHZGM/xUIN2R7NCw18UcXz3PKoXKfw5IMf4zn6wZoLWBMSPrF4gGQC/v3wRotD2l1qldVI7SqE= X-Received: by 2002:aca:44c5:: with SMTP id r188-v6mr4246866oia.280.1531152757005; Mon, 09 Jul 2018 09:12:37 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a9d:6043:0:0:0:0:0 with HTTP; Mon, 9 Jul 2018 09:12:36 -0700 (PDT) In-Reply-To: References: <20180328045120.40098-1-ajit.khaparde@broadcom.com> <76474922-b2ad-dfcd-d62b-f605ec47d2e6@intel.com> <9f258ff5-8442-8d06-0deb-c6a7013a7ddf@broadcom.com> <203e6af6-bff9-ca34-9b61-9f29191196fa@intel.com> From: Srinath Mannam Date: Mon, 9 Jul 2018 21:42:36 +0530 Message-ID: To: "Burakov, Anatoly" Cc: Scott Branden , Ajit Khaparde , dev@dpdk.org Content-Type: text/plain; charset="UTF-8" X-Mailman-Approved-At: Tue, 10 Jul 2018 09:44:03 +0200 Subject: Re: [dpdk-dev] [PATCH] eal: add request to map reserved physical memory 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, 09 Jul 2018 16:12:38 -0000 Hi Anatoly, Thank you for your inputs. We will port all your patches to our platform and update you. Regards, Srinath. On Mon, Jul 9, 2018 at 9:32 PM, Burakov, Anatoly wrote: > On 07-Jun-18 1:15 PM, Burakov, Anatoly wrote: >> >> On 06-Jun-18 1:18 AM, Scott Branden wrote: >>> >>> Hi Anatoly, >>> >>> >>> On 18-04-27 09:49 AM, Burakov, Anatoly wrote: >>>> >>>> On 27-Apr-18 5:30 PM, Scott Branden wrote: >>>>> >>>>> Hi Anatoly, >>>>> >>>>> We'd appreciate your input so we can come to a solution of supporting >>>>> the necessary memory allocations? >>>>> >>>> >>>> Hi Scott, >>>> >>>> I'm currently starting to work on a prototype that will be at least >>>> RFC'd (if not v1'd) during 18.08 timeframe. Basically, the idea is to >>>> create/destroy named malloc heaps dynamically, and allow user to request >>>> memory from them. You may then mmap() whatever you want and create a malloc >>>> heap out of it. >>>> >>>> Does that sound reasonable? >>>> >>> Is the plan still to have a patch for 18.08? >>> >>> Thanks, >>> Scott >>> >> Hi Scott, >> >> The plan is still to submit an RFC during 18.08 timeframe, but since it >> will be an ABI break, it will only be integrated in the next (18.11) >> release. >> > Hi Scott, > > You're welcome to offer feedback on the proposal :) > > http://patches.dpdk.org/project/dpdk/list/?series=453 > > -- > Thanks, > Anatoly