From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 621A341E6D; Fri, 10 Mar 2023 23:54:23 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 449E440DD8; Fri, 10 Mar 2023 23:54:23 +0100 (CET) Received: from mail-pf1-f172.google.com (mail-pf1-f172.google.com [209.85.210.172]) by mails.dpdk.org (Postfix) with ESMTP id 4D33C40685 for ; Fri, 10 Mar 2023 23:54:22 +0100 (CET) Received: by mail-pf1-f172.google.com with SMTP id c4so4636627pfl.0 for ; Fri, 10 Mar 2023 14:54:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; t=1678488861; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=u0JjymY6I6qqPM6Jhrd8wPO9CPBw4eWiVw2UrULOIpw=; b=V1ybkyIIR709qErtUtYq+54ryPbOHqD2ZCTTpHNREYdFuIVQmyohiOrz9MWNqssqMd xLJRyDqhY5SwPH1IbzFXPtdsMRcOaAjCRh12Z3VtP/YyQ0DIBmxMwliOvwxtY5JchfU4 IvNdyJGPXneT3uKII43trnrLVNJv7RhQzQ5AoWOxD/kQPIbRl6n/hocfYaMcef3fEI9f UvM17UtEisyQzimRyHs+DQw7zyok+wYSfh2GuQPR+Pt8D4hHGO/uiLN3M7BeB/ksL/ZQ fLbk+as02pyxJ9F0jsJ2KNMDonqPdbRTqSFL+b4kVtR4CMANr36k3lVpp4TrGI8hnvta WUWQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678488861; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=u0JjymY6I6qqPM6Jhrd8wPO9CPBw4eWiVw2UrULOIpw=; b=vkiDNiErmGmDSfW4hggJknY5+V1y1HAWXzFSt2pTzeyyokN8J/KBouxOYxYMCHhoJf rutz+XJXMlNYKdfwH3uuq3MyLljaGtzPHMRr2OLfdGO6d/FTy48xyP3VS9SjFJdd3npj mqekwmOg6PTF2fiWdKtyt5iJMwAr6LXG6w/t5vu7HN7cxAEy+0qYbL1kfhIZnKOTI1w5 zqRQ24vgT1QKMdBvJPlzvzF4UmkozMtx1kUD8t3+LqGUePxtOEqKIsoi6hB+t93YtR0d FZuM1wwZMfkidKk4ugWww6xCB05yNWApSenmdkA6uT5WVhgpjZXHkmS2dcf8JBINTd/p dz/g== X-Gm-Message-State: AO0yUKUeulCCNEMZhlvkjnUcrBycYWboIcvqnxjvo5zhnb/HokNz/sXs h2Ipo92yEygtV7hTneddJj1BlA== X-Google-Smtp-Source: AK7set8gSCpxjniPJaioEYpiPYQfd4uJpUZ9uf9zuzGcOueOHK4L6C0LGjkGXCBBZyU1mpTopy/Zqg== X-Received: by 2002:a62:546:0:b0:5a8:bcf2:125 with SMTP id 67-20020a620546000000b005a8bcf20125mr19391228pff.21.1678488861331; Fri, 10 Mar 2023 14:54:21 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id h4-20020a62b404000000b00592591d1634sm303946pfn.97.2023.03.10.14.54.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 10 Mar 2023 14:54:21 -0800 (PST) Date: Fri, 10 Mar 2023 14:54:19 -0800 From: Stephen Hemminger To: Tyler Retzlaff Cc: David Marchand , dev@dpdk.org, thomas@monjalon.net, Srikanth Yalavarthi Subject: Re: [PATCH] mldev: disable build on Windows Message-ID: <20230310145419.4ff5425e@hermes.local> In-Reply-To: <20230310200635.GA11258@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20230310090717.1470032-1-david.marchand@redhat.com> <20230310200635.GA11258@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Fri, 10 Mar 2023 12:06:35 -0800 Tyler Retzlaff wrote: > On Fri, Mar 10, 2023 at 10:07:17AM +0100, David Marchand wrote: > > Caught by UNH lab, Windows compilation is broken because of symbol > > exports: > > rte_mldev_exports.def : error LNK2001: unresolved external symbol > > rte_ml_io_bfloat16_to_float32 > > rte_mldev_exports.def : error LNK2001: unresolved external symbol > > rte_ml_io_float16_to_float32 > > rte_mldev_exports.def : error LNK2001: unresolved external symbol > > rte_ml_io_float32_to_bfloat16 > > rte_mldev_exports.def : error LNK2001: unresolved external symbol > > rte_ml_io_float32_to_float16 > > rte_mldev_exports.def : error LNK2001: unresolved external symbol > > rte_ml_io_float32_to_int16 > > rte_mldev_exports.def : error LNK2001: unresolved external symbol > > rte_ml_io_float32_to_int8 > > rte_mldev_exports.def : error LNK2001: unresolved external symbol > > rte_ml_io_float32_to_uint16 > > rte_mldev_exports.def : error LNK2001: unresolved external symbol > > rte_ml_io_float32_to_uint8 > > rte_mldev_exports.def : error LNK2001: unresolved external symbol > > rte_ml_io_int16_to_float32 > > rte_mldev_exports.def : error LNK2001: unresolved external symbol > > rte_ml_io_int8_to_float32 > > rte_mldev_exports.def : error LNK2001: unresolved external symbol > > rte_ml_io_uint16_to_float32 > > rte_mldev_exports.def : error LNK2001: unresolved external symbol > > rte_ml_io_uint8_to_float32 > > > > Disable Windows build until this is fixed. > > is someone committed to do this? > This is not hard to fix, please fix the Windows build rather than disabling.