From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id B93E27CF0 for ; Fri, 27 Apr 2018 23:56:30 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 0DB312151B; Fri, 27 Apr 2018 17:56:30 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 27 Apr 2018 17:56:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=ZmVPjFSb6UcP9c3rUYaQA4ltzD 9Gz229S1UMn+K1l3E=; b=oY5pnt32hD5WlgnpgxSk7yGdcATA9rkgSVdRKrrCws +si70oSZLX/qJppfLomqXGPECLnzOqeqzmth16snhp/dte01wUAIYzf+YXA+lgoQ 4NIJ9C+TkC4mWm4jtYi9iFj4fkGzQUQQSMNQEDo1GrgLEAKRUA5fxiauh5c0CkKD g= 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-sender:x-me-sender:x-sasl-enc; s=fm2; bh=ZmVPjF Sb6UcP9c3rUYaQA4ltzD9Gz229S1UMn+K1l3E=; b=KefITBa4v3HPW+afT1w82c OyComF7S4tWomQSvcJEatf4gR2wHJqwmtRPp4auu0ewX/5npywf8q755uH4EW2GZ sKzhFLySenArVSPYZqeR1dHApMrM2kh0yhPo60Q+GKIxEtzt0mtkEA3JYko8Yq+9 HmZmhQMxawRZUtm9BqsDg8JT0rJ3ag93IBbd39zq4KEQIJrHvOb9nRWqJhtK2j9m 2ki0rY7OD5DRqlkcUPF/rJ7hMghwXLUlB87MEPCs9tyxb2X35tNim7LyT+rPSuzL pqAAxWv8lQamtQSPnv7JIffKA6zD1y6fNq1rPqPisyAyKiJX0Djus7g4SEtx93BQ == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 8CBD8E4122; Fri, 27 Apr 2018 17:56:29 -0400 (EDT) From: Thomas Monjalon To: Anatoly Burakov Cc: dev@dpdk.org Date: Fri, 27 Apr 2018 23:56:28 +0200 Message-ID: <3094413.UnKSu4bEqr@xps> In-Reply-To: <811ec68f296b93b7b5f481163e93cfcbc88de74c.1524486584.git.anatoly.burakov@intel.com> References: <6c213ed866fd4d25dba14e0180093b86fab85790.1524485980.git.anatoly.burakov@intel.com> <811ec68f296b93b7b5f481163e93cfcbc88de74c.1524486584.git.anatoly.burakov@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] maintainers: claim EAL memory init 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: Fri, 27 Apr 2018 21:56:30 -0000 23/04/2018 14:29, Anatoly Burakov: > Claim maintainership of all areas of EAL memory init, including > OS-specific parts of it. > > Also, claim maintainership of fbarray, since although it's not > related to memory allocation, it is heavily used by it and its > primary purpose is to serve memory allocation functions, and > thus will appear under "memory allocation" banner. > > Signed-off-by: Anatoly Burakov Acked-by: Thomas Monjalon Applied, thanks for all the work/rework on memory management