From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v9 00/21] Support externally allocated memory in DPDK Date: Thu, 11 Oct 2018 11:15:33 +0200 Message-ID: <4230355.Ka3MabqOc5@xps> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit 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 To: Anatoly Burakov 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) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > 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