From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ivshmem: fix for modified mempool struct Date: Fri, 01 Jul 2016 19:32:12 +0200 Message-ID: <1655372.VbrXBsjosb@xps13> References: <1467390408-781-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 To: Ferruh Yigit Return-path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id C6B8829CD for ; Fri, 1 Jul 2016 19:32:15 +0200 (CEST) Received: by mail-wm0-f48.google.com with SMTP id r201so38235632wme.1 for ; Fri, 01 Jul 2016 10:32:15 -0700 (PDT) In-Reply-To: <1467390408-781-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-07-01 17:26, Ferruh Yigit: > struct rte_mempool changed its "ring" field to "pool_data" > > "ring" field is accessed by ivshmem library, and updated to "pool_data" > > This patch fixes the compile error: > > == Build lib/librte_ivshmem > CC rte_ivshmem.o > .../lib/librte_ivshmem/rte_ivshmem.c: > In function 'add_mempool_to_metadata': > .../lib/librte_ivshmem/rte_ivshmem.c:584:32: > error: 'const struct rte_mempool' has no member named 'ring' > return add_ring_to_metadata(mp->ring, config); > ^~ > > Fixes: 449c49b93a6b ("mempool: support handler operations") > Signed-off-by: Ferruh Yigit Applied, thanks