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 953B7A04DB; Fri, 16 Oct 2020 13:22:52 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7B47E1D99E; Fri, 16 Oct 2020 13:22:51 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by dpdk.org (Postfix) with ESMTP id 5E1E81ED5D for ; Fri, 16 Oct 2020 13:22:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1602847367; 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=st8OVJypuu5jvCqadg63kWwhh2ARXhSZlr2v0gww/8I=; b=Zp/bu8qGUCQNrFu9z0O3XEIk5ABbNVrujk5DbCNJZXdBxzB8qJHY7gdbkk9ZfhhW+ZyxB7 yDTWVvA7uZNmopH1V0KaqHggHKnFFLAEUdepjNSzug4zTZ2HMvUEk2bXwmzk3ZOB5aMa9U J88+r0DfLq9QUSH4hKUBHf4nbCIBJlk= Received: from mail-vk1-f199.google.com (mail-vk1-f199.google.com [209.85.221.199]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-376-CDkimnMfPDGXB1qBagSPkg-1; Fri, 16 Oct 2020 07:22:45 -0400 X-MC-Unique: CDkimnMfPDGXB1qBagSPkg-1 Received: by mail-vk1-f199.google.com with SMTP id h184so799185vkh.3 for ; Fri, 16 Oct 2020 04:22:45 -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=st8OVJypuu5jvCqadg63kWwhh2ARXhSZlr2v0gww/8I=; b=SWjLmU+tRTC7yhFE9s3XodGD5HRxYQmKnqy+zry9PvU762h9g1Q8SZo2+U5jlPkTnL npunA1Z6kVeX3OLvcoVowepPn4KBTAmp9h93vNdlfwOBaJlA3A537TJfOkgFHmZOFw11 KWfIjib+Lm1AEI3HaNWgltouQttJYwkxvn7DHOBziNZYTFy58nADCa8o05ARbEMUmQK9 jm7DXL/P+6roaX9zxxBEwJoj/DC/ujeW6b0nJJkMbhg3koaQvC/RZ1YAjGtHTuQsVbMW PM29ZatydhxH3yGRE4EuAE2X1azzDDwMJzbkfYvK3xFwZoya1qKszV6QEO71X34k5APe nKTA== X-Gm-Message-State: AOAM532MkjVpHsc8A0oa9OrHs4wAWFvLdd8bFvl6wxTrMOzd3rC2zMKw iSPeq9Wg7jth/PDw4KWiTQnlERrRShM2LUVicHrc9spJCDWCLbpYupUtnIgj6nnpMm+dJzpgiy3 kKfY0dFJPAxKjyKfgVxY= X-Received: by 2002:a1f:e942:: with SMTP id g63mr1450689vkh.18.1602847364859; Fri, 16 Oct 2020 04:22:44 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwKn6cwSyFZpD6YKRloh46zyB7NXs+YcVOziQ/rw4nV/taTUtH9K7M7UjWYi8k4J6YJdQu1GeH4sHWoqBG9rks= X-Received: by 2002:a1f:e942:: with SMTP id g63mr1450674vkh.18.1602847364577; Fri, 16 Oct 2020 04:22:44 -0700 (PDT) MIME-Version: 1.0 References: <20201016093806.20061-1-david.marchand@redhat.com> <20201016102711.11926-1-david.marchand@redhat.com> <7f7c1ac8-947f-40d1-bf21-4e13c196ec72@ashroe.eu> In-Reply-To: <7f7c1ac8-947f-40d1-bf21-4e13c196ec72@ashroe.eu> From: David Marchand Date: Fri, 16 Oct 2020 13:22:33 +0200 Message-ID: To: "Kinsella, Ray" Cc: dev , Thomas Monjalon , Dmitry Kozlyuk , Narcisa Ana Maria Vasile , Dmitry Malloy , Pallavi Kadam , Konstantin Ananyev , Kevin Traynor , Bruce Richardson 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 v2 1/2] eal/windows: fix symbol export 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 Fri, Oct 16, 2020 at 1:16 PM Kinsella, Ray wrote: > > > The windows exports and the map files, feels like duplication of effort. > Could we massage one into the other during the build? That's what is done with map-to-win.py, unless we have one exception when the full library is not ready, like EAL. https://git.dpdk.org/dpdk/tree/lib/meson.build#n152 https://git.dpdk.org/dpdk/tree/buildtools/map_to_win.py#n27 -- David Marchand