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 9ADDE46027 for ; Thu, 9 Jan 2025 02:57:22 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 81D014025E; Thu, 9 Jan 2025 02:57:22 +0100 (CET) Received: from mail-pl1-f226.google.com (mail-pl1-f226.google.com [209.85.214.226]) by mails.dpdk.org (Postfix) with ESMTP id 79C424014F for ; Thu, 9 Jan 2025 02:57:21 +0100 (CET) Received: by mail-pl1-f226.google.com with SMTP id d9443c01a7336-21654fdd5daso5466695ad.1 for ; Wed, 08 Jan 2025 17:57:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736387840; x=1736992640; darn=dpdk.org; h=references:in-reply-to:cc:to:from:subject:message-id:date:from:to :cc:subject:date:message-id:reply-to; bh=eCN6vZauBlLWMx3BPJyc1kbgYta0od8v0LjhpZKgI4A=; b=fOsdHpB2SbjZWEgwYwMAdVMGKLEBH6zHrds6i7oKrmuQOPIwHSHmeBVlWkyobjBPcD hjo0P7vJ7EKOEpgpbn9o7c0UJL1SG45zHwyiUmc1mGSTEzvPLKcfQ6CWknJ9TjLzVYs8 6+58t2Brvh2GlC3L9sPTcx2H0LUzi/7SoU2jM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736387840; x=1736992640; h=references:in-reply-to:cc:to:from:subject:message-id:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=eCN6vZauBlLWMx3BPJyc1kbgYta0od8v0LjhpZKgI4A=; b=u1GXblaBpP6WXBlHQlhuqbfYYnJVmeSU8UfPO6I2ojX4zYCDiVuMo/GU7RoOT2+r0g 7EuoqeyVuQDldjOOkTHbUHeib+6dls3dsh9CiIS3ajyCKyY1Zkyz6RpbuFG9Kl3IvQii iBEKXzYkb+4kEkdFOWIeeZNpMf6dXuICxzU0+rqUwFzmmaojgmKujiHdMd4RIXg5lD+g Hp2Yg110Jm+wf7idkB63X7/kycx3VGFlKqttUha7uR76fPXjhat1X2/JFG+npGcvYHnb P8fEBItP08xOAfGS7Li3CGPZgVS9bEU7ROT4nhhtKAnuidjXjlyNNXNc1gTwuWWBgfC1 pehA== X-Gm-Message-State: AOJu0YyhCVX2IHaM60eGrUTAaCanXILlt7RBRbDJ38bcJkMzlIX1yE51 wNYXttaOcNTTxWyi0m8Ul6CokcE1GOqu9QIqsWXgkAU3ZfMlKPr9ZDN/4V1dtXR05d4i0n5wxpo jwVAVhh8Tn8U4fCH2fTyqULPsAg6aiFa9RedYVO43 X-Gm-Gg: ASbGncuygM36PeV9OgnFrXDwn5icK6gujQ2Bn6ZEJ+Lu8Fz9n3RomXPs6CgE5IF0UI2 gtVGullKTpBNzjPhKfshZVHBwNyBFwor42MZoghqyV0v1ss2FXbPdR1rjb3tSty6HVOa5wEaqyD CKLWH+SGlUAf4EPQwgGh+gPbxwElT2m0XVcXmfdcokVEpsTFiSp2eQ+nDKLnBKSCJGAbac1ZVyY CxK5lM9ppqmdtttyWs+fwyMxkBGT6X/hCP6Li7hWPu4YT1Hxs2CSPS2QshpCmOFEERBGqH8MtON IQ== X-Google-Smtp-Source: AGHT+IFeABRNdYSyljIfBHf7fycx7/DcMAqOUbrr+cszT7KZtHdiEiV2WYzoZXSZ2SwG1PYtEHchTGSlDVfJ X-Received: by 2002:a17:902:e5c2:b0:215:b33b:e26d with SMTP id d9443c01a7336-21a83f55103mr80498165ad.21.1736387840509; Wed, 08 Jan 2025 17:57:20 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d9443c01a7336-219dc989622sm19282055ad.17.2025.01.08.17.57.20 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Jan 2025 17:57:20 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 08 Jan 2025 17:57:20 -0800 (PST) Message-ID: <677f2d00.170a0220.3c6749.92ccSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.6] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id A3DF96052471; Wed, 8 Jan 2025 20:57:19 -0500 (EST) Subject: |PENDING| pw149681 [PATCH] net/tap: fix compilation issues if HAVE_T From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250108121011.2949616-1-tduszynski@marvell.com> References: <20250108121011.2949616-1-tduszynski@marvell.com> Content-Type: text/plain X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Test-Label: iol-compile-amd64-testing Test-Status: PENDING http://dpdk.org/patch/149681 _Testing pending_ Submitter: Tomasz Duszynski Date: Wednesday, January 08 2025 12:10:11 DPDK git baseline: Repo:dpdk Branch: master CommitID:94ad302b4ebba4a5b6706a1c43ea0505e5098169 149681 --> testing pending Upstream job id: Windows-Compile-DPDK-Native#25730 Test environment and result as below: +---------------------+--------------------+----------------------+ | Environment | dpdk_meson_compile | dpdk_mingw64_compile | +=====================+====================+======================+ | Alpine | PEND | SKIPPED | +---------------------+--------------------+----------------------+ | Windows Server 2022 | SKIPPED | PASS | +---------------------+--------------------+----------------------+ Alpine Kernel: Depends on container host Compiler: gcc (Alpine 14.2.0) 14.2.0 Windows Server 2022 Kernel: 10.0.20348.2031 Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32278/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/