From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 363CA7CDE for ; Thu, 11 Oct 2018 11:15:38 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id AE90D21FD3; Thu, 11 Oct 2018 05:15:36 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 11 Oct 2018 05:15:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=pTB8VhBAy40bnAqcFuWneFw3hP7sMrP9vcMnoJ9b/dE=; b=G+undIWcGseW CnZ5S1if0thXVcrJ/zkPDeJ5DcyIaovC43C6wWEhJE3eHuNAbAoGOIMsKd9T9IRY yvOAzdsEA7sjvxL4BSVeMRL9oyHhJBrtDHlK4MIvaYhy0lEJr6A4P/1NqivIz8ZZ sbP9umZogXTsF9XOpWkTccH0NVeXkFE= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=pTB8VhBAy40bnAqcFuWneFw3hP7sMrP9vcMnoJ9b/ dE=; b=s+yuQzvtUQp8YWepo9nSr4MLgDUTxBYpG0zQkblWWA/wze6HNg4jsNnUg qpgMRJFRBy+WsAmtAzVaLfI3KarvBrcT4s9CXEHPRTxg0/wKHQOB2ivSd0XRxfuG 704QD8uUZL8Z8CStwo5g+0nzIMaTb8p5uhPIhSudHYzAptZPlNzfuN9et7mfSIbn jHEH7nT5YvBoKNDdSXY2iyREvEvb6nrhcPhzkbuM4GbH2a63DbjrpC3sXauEqIXa YrbrFSyCY4GKpFGSTCUFJxVgOLOcrd5AQxZa5xQmxeKN5HcV56mMVpET/Kpu10kl YMzLSwdqB1Sbi4A3ibXnnyGmnZJsg== X-ME-Sender: X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 29DADE4623; Thu, 11 Oct 2018 05:15:34 -0400 (EDT) From: Thomas Monjalon To: Anatoly Burakov Cc: dev@dpdk.org, laszlo.madarassy@ericsson.com, laszlo.vadkerti@ericsson.com, andras.kovacs@ericsson.com, winnie.tian@ericsson.com, daniel.andrasi@ericsson.com, janos.kobor@ericsson.com, geza.koblo@ericsson.com, srinath.mannam@broadcom.com, scott.branden@broadcom.com, ajit.khaparde@broadcom.com, keith.wiles@intel.com, bruce.richardson@intel.com, shreyansh.jain@nxp.com, shahafs@mellanox.com, arybchenko@solarflare.com, alejandro.lucero@netronome.com Date: Thu, 11 Oct 2018 11:15:33 +0200 Message-ID: <4230355.Ka3MabqOc5@xps> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v9 00/21] Support externally allocated memory in DPDK 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: Thu, 11 Oct 2018 09:15:38 -0000 > Anatoly Burakov (21): > mem: add length to memseg list > mem: allow memseg lists to be marked as external > malloc: index heaps using heap ID rather than NUMA node > mem: do not check for invalid socket ID > flow_classify: do not check for invalid socket ID > pipeline: do not check for invalid socket ID > sched: do not check for invalid socket ID > malloc: add name to malloc heaps > malloc: add function to query socket ID of named heap > malloc: add function to check if socket is external > malloc: allow creating malloc heaps > malloc: allow destroying heaps > malloc: allow adding memory to named heaps > malloc: allow removing memory from named heaps > malloc: allow attaching to external memory chunks > malloc: allow detaching from external memory > malloc: enable event callbacks for external memory > test: add unit tests for external memory support > app/testpmd: add support for external memory > doc: add external memory feature to the release notes > doc: add external memory feature to programmer's guide last 2 patches merged together Applied, thanks