From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] ivshmem: add all memzones of mempool to metadata Date: Tue, 07 Jun 2016 03:08:01 -0700 (PDT) Message-ID: <3506165.9L6aM3TcaG@xps13> References: <5751B053.3080902@intel.com> <1464971918-8131-1-git-send-email-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Anatoly Burakov , Olivier Matz To: Ferruh Yigit Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 593999601 for ; Tue, 7 Jun 2016 12:08:02 +0200 (CEST) Received: by mail-wm0-f42.google.com with SMTP id v199so11752100wmv.0 for ; Tue, 07 Jun 2016 03:08:02 -0700 (PDT) In-Reply-To: <1464971918-8131-1-git-send-email-ferruh.yigit@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-06-03 17:38, Ferruh Yigit: > Mempool consist of multiple memzones, at least from two of them. > ivshmem assumes mempool and elements are all in same memzone. > > Updating code to add all memzones when a mempool added. > > Fixes: d1d914ebbc25 ("mempool: allocate in several memory chunks by > default") > > Signed-off-by: Ferruh Yigit > Acked-by: Anatoly Burakov > Acked-by: Olivier Matz Applied, thanks