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 63DDC46036 for ; Thu, 9 Jan 2025 19:41:32 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 42B7E40FDE; Thu, 9 Jan 2025 19:41:32 +0100 (CET) Received: from mail-yb1-f227.google.com (mail-yb1-f227.google.com [209.85.219.227]) by mails.dpdk.org (Postfix) with ESMTP id 26C3B40612 for ; Thu, 9 Jan 2025 19:41:31 +0100 (CET) Received: by mail-yb1-f227.google.com with SMTP id 3f1490d57ef6-e39f43344c5so1719586276.1 for ; Thu, 09 Jan 2025 10:41:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736448090; x=1737052890; 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=8yimeYHXJlYJkjSQjzbVgizNZmGOFrUgatNEQxdrXoo=; b=XIekekATkMa1Bw9/ukmqY7FCB6jKDNU9gtrFXwaD85ebgt0KOqnKl3az9N/OwGlKsN IR6uA53FEQ7FKYLsy7oY6dfAYIUQKAjmfsguepf9NNjUAxhUmKshH2nmzJoqN8Q6hPQh TG2To2dESOKT0X1racSWPHI+Q3JIxVb6StQ+A= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736448090; x=1737052890; 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=8yimeYHXJlYJkjSQjzbVgizNZmGOFrUgatNEQxdrXoo=; b=aQ9XJ4MQFQ0uCIdmvR2zM9vEtgWkl1VSBufhSXhKabP7fR16Oowpm8NSffxMuyUvzd GUCoC6Bsnykpg8VedpLET+QNMkzTomVXvKpCV3kFcPd25knhPz2wdHtMOXbIF7wQAUPR 2rlz3277agwgjPinIGleVLrCgiDTv4PFM2U7dNIidSFUb5+sUnCbaMVgwa4yZhZQ2a41 3rFXp7Rof2q/DNLN7N1TsXlvhgL1eGwzGOLoYLbbRt4I7qZysV1IKoSWbmU6xOj8gvUA Q+1AEw0D/aqzRDQ5gomtPlR+Pc/BkjpP8kWLjMMJHuNaJAgmqTBfcDTHYmbX5E3DjUX8 dzMw== X-Gm-Message-State: AOJu0Yy+UeL7Bvfmv6m2t9V9qQoXY17+ApXzcZsb74pGS+DOC394LpWi Brb8fJ0ffu2XxJfhL4hsJ9I16r0mP0CAVmlpZGZctL1SbufnyCOcLqF4l7DtVaVCWu8PQT9S95A IwEplb9TKiZdKz5PUU6mguOBJwsk43Jh58M19NTT2 X-Gm-Gg: ASbGncuHloTzasPX2v8NVgr3Fdf9ho7A8ldTRIcQBy2FbObaTIi7RWVD0DXtVGgiU9t cgCKQZXAvHovLb1DW0MkgsI9CM4sSny59kNSQvO3Rcqqgsnv+N2RK6ieE9e1bZwLBedSN3eXuTJ xx0qQi/0Hd7KmPYB7VkS7Yj3kt+W7FjtbtDaNuRwgpR8jR/snjN9UMFKJ8BkWl7nJDvpkv2P1Wq j/BRvetc5oZ/QKgd14WCqWu7P7fALa2OxxF7AsDh/bFtLmfHg//jfnuC0gij/XOCK5bMfXcZehR dg== X-Google-Smtp-Source: AGHT+IGKTrDXD7krRnnt5feDygwtFP91Xe7dRkcV7e8E6oNYIbVY5rtMb7yyHifg7KUgjgmS9os4Aq14jLI3 X-Received: by 2002:a05:690c:c1b:b0:6ef:6eba:1d4f with SMTP id 00721157ae682-6f5311e35a5mr62885747b3.1.1736448090402; Thu, 09 Jan 2025 10:41:30 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 00721157ae682-6f546c36414sm880337b3.10.2025.01.09.10.41.30 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 09 Jan 2025 10:41:30 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 09 Jan 2025 10:41:30 -0800 (PST) Message-ID: <6780185a.810a0220.1c92fd.6001SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.5] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 0229C6052471; Thu, 9 Jan 2025 13:41:29 -0500 (EST) Subject: |SUCCESS| 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-unit-amd64-testing Test-Status: SUCCESS http://dpdk.org/patch/149681 _Testing PASS_ Submitter: Tomasz Duszynski Date: Wednesday, January 08 2025 12:10:11 DPDK git baseline: Repo:dpdk Branch: master CommitID:94ad302b4ebba4a5b6706a1c43ea0505e5098169 149681 --> testing pass Upstream job id: Generic-VM-Unit-Test-DPDK#26821 Test environment and result as below: +---------------------+----------------+ | Environment | dpdk_unit_test | +=====================+================+ | Fedora 40 | PASS | +---------------------+----------------+ | Debian Bullseye | PASS | +---------------------+----------------+ | CentOS Stream 9 | PASS | +---------------------+----------------+ | Fedora 41 | PASS | +---------------------+----------------+ | Debian 12 | PASS | +---------------------+----------------+ | Fedora 40 (Clang) | PASS | +---------------------+----------------+ | RHEL8 | PASS | +---------------------+----------------+ | RHEL9 | PASS | +---------------------+----------------+ | Ubuntu 20.04 | PASS | +---------------------+----------------+ | Fedora 41 (Clang) | PASS | +---------------------+----------------+ | Ubuntu 24.04 | PASS | +---------------------+----------------+ | Ubuntu 22.04 | PASS | +---------------------+----------------+ | Windows Server 2022 | PASS | +---------------------+----------------+ Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Debian Bullseye Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) RHEL9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.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/