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 C1F9AA0350 for ; Thu, 25 Jun 2020 17:52:33 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 931BFE07; Thu, 25 Jun 2020 17:52:33 +0200 (CEST) Received: from mail-io1-f46.google.com (mail-io1-f46.google.com [209.85.166.46]) by dpdk.org (Postfix) with ESMTP id B26F5CF3 for ; Thu, 25 Jun 2020 17:52:31 +0200 (CEST) Received: by mail-io1-f46.google.com with SMTP id m81so6600117ioa.1 for ; Thu, 25 Jun 2020 08:52:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=kN1dSNm/fUNhG2pQK2Uuv/D3c9PLns1jX1DBPdNYCtE=; b=Oe5iNr4fX7V63exMdcKTGj6kyehbNxcFJP68tQMP6K7xgPnonkkp2g66ks97Yc3HUD hb3OIGScbeLrdkDuQsXbWPHMeK/PU+hY1OQ4okScUMRyBQIOyrPxtyc0cOEzX3ETfqmh JiphajdN3lv4ECuKb0wjM7SkBjl75DRAavSms= 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=kN1dSNm/fUNhG2pQK2Uuv/D3c9PLns1jX1DBPdNYCtE=; b=g4zyNqZqYXMEcM4i8VE0lYID+gAXnScKmOmaMovkLXB/pyLDIkFLchC3UlWhlBa25b URXKPSibYfRN5L7QFRdWgUTTKD37bzh4gG/mMgEUC5yNPrH51jPGZK03mX+xvxlaoWmJ SjYyxOZQKr8ss/aKIR0DIr5izGFWi3Ny4LC3LxSI7TGzEUuLZg4q9pF811szsA0pcQzx 9fUblFGPNDjGZnMRnegEvvTtPYozdjZ/Il88Px6X8K24FCJOVDerTWwILkBbW+C8TTGY 8KkBvnVlXGTdDSkgBKtXrDj4CIGVlpVeTyqRCeumNGh5qBosCjMxtCrnbxC/3KdUlYbf zuTQ== X-Gm-Message-State: AOAM530c46E8SfvWmKIsOTdn88jtrQq4xBIrr2rjho6bBM+4U9Qr/EQd FH280TLq9DkiB99AM/6CCPShLiavwGZ578ZMNv1pJZSv X-Google-Smtp-Source: ABdhPJwF25PpqoDiJ0Q/54rXfZ0kvtU2tqM79EHTtZVcagHA/U83f5JNdlqgENh5Rbi4R3reZn93rRqHgLFvl2DsxkI= X-Received: by 2002:a5d:9505:: with SMTP id d5mr38799326iom.34.1593100350648; Thu, 25 Jun 2020 08:52:30 -0700 (PDT) MIME-Version: 1.0 References: <318963625.T9AhtUn35N@thomas> In-Reply-To: <318963625.T9AhtUn35N@thomas> From: Brandon Lo Date: Thu, 25 Jun 2020 11:51:54 -0400 Message-ID: To: Thomas Monjalon Cc: ci@dpdk.org Content-Type: multipart/alternative; boundary="0000000000007e110505a8ea940f" Subject: Re: [dpdk-ci] Windows Mingw-w64 Compilation Testing - Now in Production X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org Sender: "ci" --0000000000007e110505a8ea940f Content-Type: text/plain; charset="UTF-8" Hi Thomas, Thank you for the update. I will look out for that fix and enable the flag. Thanks, Brandon On Thu, Jun 25, 2020 at 11:18 AM Thomas Monjalon wrote: > 25/06/2020 15:20, Brandon Lo: > > Hi everyone, > > > > We have just started testing patchsets on Windows using Mingw-w64. > > The test case is labeled as: *dpdk_mingw64_compile* > > > > The instructions that are followed can be found here: > > https://doc.dpdk.org/guides/windows_gsg/build_dpdk.html > > The VM has installed Mingw-w64 and set the path to include the mingw > binary > > files. > > It runs the meson and ninja commands from part 3.6 in the Windows guide > to > > perform compile testing. > > > > If there are any issues with the test case and how it is run, feel free > to > > let me know. > > I will also keep my eyes out for any failures. > > Good, thank you. > > When the patch for thread handle fix will be merged, > Windows will be able to compile without any warning. > Then you should test compilation with the meson option --werror please, > so any warning will be a failure. > > > -- Brandon Lo UNH InterOperability Laboratory 21 Madbury Rd, Suite 100, Durham, NH 03824 blo@iol.unh.edu www.iol.unh.edu --0000000000007e110505a8ea940f Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi Thomas,

= Thank you for the update.
I will look out for that fix and enable= the flag.

Thanks,
Brandon
On Thu, = Jun 25, 2020 at 11:18 AM Thomas Monjalon <thomas@monjalon.net> wrote:
25/06/2020 15:20, Brandon Lo:
> Hi everyone,
>
> We have just started testing patchsets on Windows using Mingw-w64.
> The test case is labeled as: *dpdk_mingw64_compile*
>
> The instructions that are followed can be found here:
> https://doc.dpdk.org/guides/windows_gsg/= build_dpdk.html
> The VM has installed Mingw-w64 and set the path to include the mingw b= inary
> files.
> It runs the meson and ninja commands from part 3.6 in the Windows guid= e to
> perform compile testing.
>
> If there are any issues with the test case and how it is run, feel fre= e to
> let me know.
> I will also keep my eyes out for any failures.

Good, thank you.

When the patch for thread handle fix will be merged,
Windows will be able to compile without any warning.
Then you should test compilation with the meson option --werror please,
so any warning will be a failure.




--

Brandon Lo

UNH = InterOperability Laboratory

21 Madbury Rd, Suite 100, Durham, NH 03824

blo@iol.unh.edu

<= a href=3D"http://www.iol.unh.edu/" target=3D"_blank">www.iol.unh.edu

--0000000000007e110505a8ea940f--