From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=hHUxnBopd5/OcJWJAr1kax65CG+u/9THoZYysZ0dJfY=; b=VbVJZYXJbgPXqwl4Z4MXku7Fy6OniOMTBIikKxjdoHlGcy0k0IBsSxLk8cj++3Dg6b C6bGFsLeaylXWmsnVrXr/yK6TARxVkAMBa4wCD/290GWy4TG3rYMOH6PLTRPJpYT0Vn1 LhWEBl7IerX1SWOOJT0BWiEFvhESa9HTYjXPOnaJcaPtQK4dXHLdq6TNOECqzkP7T98a g/cKuJz7kB2nySXATdrmtL1sUcPG0a8o8/J6ZUW3zFU4ZGhJ8WBBufMGDCY/cvwYC8de EiTt/koiftE2g6MsCTZW9uJBIvbpb0Tm9fzAGD2shSoT0zepHZv63uVdSdNdUD8+MQPa +IKA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=hHUxnBopd5/OcJWJAr1kax65CG+u/9THoZYysZ0dJfY=; b=LXjzdI0sSV8AJIKbo7hmXpBpIqU9kDFH7qtdYPQYLevCTmD+ZnXk3btg5SPxuXhRXl JVY348445BTJceJ9BqpmJ5qmfJqiR/AAan8lgIVSukCxUp0jkVdpFh+3S2oCqKfMARZt u+2a5XcbMxAWlv3IcP2d0Iy2mjOT5TKlqOgV0FlTXAumA/RvuCWSAhITk+Y+MifaYfuA UqDpPEn77j5jlaBXvToEoF4fpuN5/XCTpacFP5d/kal76RkYuNQvb8SYLusa1+FMjLzi JSmzXmNFyFLW00qUs6LE7OhmOqS1vkGd4awYTc2hkYQye8Au+ZF8C+l7taDznd1ZiaqE 9a7w== X-Gm-Message-State: ALyK8tIoa3UtdETDR99V+V8njChvJAT3bDlVRhFgTrJW9ZZEUbti69V7TpdR4Tk41SMZqFeB X-Received: by 10.194.139.104 with SMTP id qx8mr19305633wjb.14.1465294082164; Tue, 07 Jun 2016 03:08:02 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id z7sm8422001wjk.6.2016.06.07.03.08.01 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 07 Jun 2016 03:08:01 -0700 (PDT) Date: Tue, 07 Jun 2016 03:08:01 -0700 (PDT) X-Google-Original-Date: Tue, 07 Jun 2016 12:08 +0200 From: Thomas Monjalon To: Ferruh Yigit Cc: dev@dpdk.org, Anatoly Burakov , Olivier Matz Message-ID: <3506165.9L6aM3TcaG@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1464971918-8131-1-git-send-email-ferruh.yigit@intel.com> References: <5751B053.3080902@intel.com> <1464971918-8131-1-git-send-email-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] ivshmem: add all memzones of mempool to metadata X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jun 2016 10:08:02 -0000 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