From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id D1A9FA00C5; Sun, 5 Jul 2020 14:01:47 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 02B0B1DC04; Sun, 5 Jul 2020 14:01:47 +0200 (CEST) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com [205.139.110.61]) by dpdk.org (Postfix) with ESMTP id 7161D1DBE2 for ; Sun, 5 Jul 2020 14:01:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1593950504; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=6EomYiZvH8j4B+ulqDrd9Xjz6jG4VjUpp3ogcfWGcx8=; b=IfWWOmTwlHYSENdJinxPUNVs6uv0qJnwC1Ot2/uGRg/ODTSMToWa6Tp2UBN6gUjw3VOx5r 9oMNGO+buvbq5HUqToMegz2HMoioRUO5QF2qyJ2Od5jnx42cZWSUARltGiitXe1OY/Ow9m X4nmwivOMwpsEQprn0Gn1M7iTCtzsVM= Received: from mail-ua1-f70.google.com (mail-ua1-f70.google.com [209.85.222.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-336-In3d4LopPIGKbS97jdh3Rw-1; Sun, 05 Jul 2020 08:01:41 -0400 X-MC-Unique: In3d4LopPIGKbS97jdh3Rw-1 Received: by mail-ua1-f70.google.com with SMTP id 64so1353283uaz.3 for ; Sun, 05 Jul 2020 05:01:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=6EomYiZvH8j4B+ulqDrd9Xjz6jG4VjUpp3ogcfWGcx8=; b=DX9eT8VlrAZ+0OUmthRHsFY9IkeFSYqb3mfZkNZcEJeETXEQdcZ9MEULPw35LXMdPg jUuS1/pq3pWHwbkjbKBsOtAZcDLeSd2mlsWtHaMDbrRHAn1J2UznS+3iGJVa2goyWRb+ CYdayyOojO/EFL7FA3JpRZMhpu5RmLlY4wJ9J8lBE7Bp33UVla+turoVkl/9TY5Jdha9 rb7TTUMy2yXcNhgcGpfNfjyAj7NfYXIFnC8VWtJdE6w/gX8UrnTLCJOM7+4U2O0C38/K sGKlyW5iGOzpJSobSYwCEA8xSfVKfAN6UpStFm8mUp+ybDQSYCHqFPUTcBnygQsWqFTA uAVw== X-Gm-Message-State: AOAM530z7Lli0oGSgtYYjU5w8Meeuy2oBWiKnX4xUBO+oy3/FeABXoMr rLWmdZs1WeYeuf0uEx805KDjtCNh/+vJb8kOYZtZ6sX6LFZFpa/foFfRXTNqy1mDOnOA56Zdn82 kyYB7YXTngnJeqlWdxRA= X-Received: by 2002:a67:c990:: with SMTP id y16mr33547512vsk.105.1593950500706; Sun, 05 Jul 2020 05:01:40 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwbTgxUoMR4/9zMY/IxCsw5Zez/GIAGNpbohUqmVoZX+DQOziKFpeJJgRsE8Z3CTmI37pQkAZF4hVNCJK43xdw= X-Received: by 2002:a67:c990:: with SMTP id y16mr33547470vsk.105.1593950500359; Sun, 05 Jul 2020 05:01:40 -0700 (PDT) MIME-Version: 1.0 References: <20200702131409.17964-2-fady@mellanox.com> <20200705114629.2152-1-fady@mellanox.com> <20200705114629.2152-4-fady@mellanox.com> In-Reply-To: <20200705114629.2152-4-fady@mellanox.com> From: David Marchand Date: Sun, 5 Jul 2020 14:01:29 +0200 Message-ID: To: Fady Bader Cc: dev , Thomas Monjalon , Tasnim Bashar , Tal Shnaiderman , yohadt@mellanox.com, Dmitry Kozlyuk , Harini Ramakrishnan , Omar Cardona , Pallavi Kadam , Ranjit Menon , Olivier Matz , Andrew Rybchenko , Ray Kinsella , Neil Horman Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v5 3/3] mempool: mempool build on Windows 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Sun, Jul 5, 2020 at 1:47 PM Fady Bader wrote: > diff --git a/lib/librte_eal/rte_eal_version.map b/lib/librte_eal/rte_eal_version.map > index 196eef5afa..9ad843c754 100644 > --- a/lib/librte_eal/rte_eal_version.map > +++ b/lib/librte_eal/rte_eal_version.map > @@ -395,4 +395,5 @@ INTERNAL { > rte_mem_map; > rte_mem_page_size; > rte_mem_unmap; > + __rte_trace_mem_per_thread_alloc; The CI result is not there yet, but I expect issues. This symbol is marked as experimental, not internal. + it is exported already in the experimental section of the EAL map. Why did you need this line? -- David Marchand