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 3AD7B42971 for ; Mon, 17 Apr 2023 23:51:30 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1A23640DFB; Mon, 17 Apr 2023 23:51:30 +0200 (CEST) Received: from mail-yb1-f228.google.com (mail-yb1-f228.google.com [209.85.219.228]) by mails.dpdk.org (Postfix) with ESMTP id 5C50F40DFB for ; Mon, 17 Apr 2023 23:51:28 +0200 (CEST) Received: by mail-yb1-f228.google.com with SMTP id a11so5157266ybm.3 for ; Mon, 17 Apr 2023 14:51:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1681768287; x=1684360287; h=date:message-id:cc:to:from:subject:from:to:cc:subject:date :message-id:reply-to; bh=w6oscdXIFGP1o7+0KKKCsLmMpv72AgA+C4FXZ2kvsJ0=; b=X521mfKE8tTIoxuQbDwATy/APSXpYt51PX/E81q1cMCS5kvnb8GLQqG41DL4oFCCmA C/fe/0/22+abm4Rgj8x91Re1OB+oCV0mdEJDVDL0E9u4HtR6il9ZsW4ZZS7zMzqVvDYq GKI2mZlX32Z4r/om1HZEdZ9fP17IlzlsJ+DLg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1681768287; x=1684360287; h=date:message-id:cc:to:from:subject:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=w6oscdXIFGP1o7+0KKKCsLmMpv72AgA+C4FXZ2kvsJ0=; b=e8lXNp8nI6Y/XWF2u5AnwzQHYVi2W9J8lpYvpElJRJT3kQIwlqaWTAhaYodiTqACzY u7RFYZONvZLkEVy/eyN05Cu6c43TaN8S3JPcdB2WqSLVTGoAxNZEHlHGDeUYabOQRA3K HrkFlfKW0oWNo7Np8LvCIxqSBOW8RSq7wvl0dlbYRtMJskgynR9khK12onZKMmeVeVlv oYxBxVqWEHKb/2PSvB2Rt5XxrSQ7cZMK2jjZgZvUFX0pa6qpjwCwxsLuOw2m8uO0nn/n JLp+WAKdDn8jsBgv32s9Ept5qLwFj45m2E71Y3Q/9mDBJAjd3DftdV39hrMtNiZd8hSx WfYA== X-Gm-Message-State: AAQBX9ffojeN25mPC0uWhMumBhMAnDu+0DQ9dQQnG5rTZAHaWxfURWO9 2n1V7LRAm1/p/186Dhxrvwdlveg4rgs4jOh7SvLGlPD32dP4rI/KZpCpVAMXW+tSwZKsVKHLPw= = X-Google-Smtp-Source: AKy350aYVIIcf2lxx0PEy2shN8O5wnOD8L5lLEXBgoBcoYMreVgHFL8KEzp/AhfC9oz5kD9lhrkdR6Te0MGa X-Received: by 2002:a05:6902:100b:b0:b92:4349:1f64 with SMTP id w11-20020a056902100b00b00b9243491f64mr6847054ybt.22.1681768287530; Mon, 17 Apr 2023 14:51:27 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id bj8-20020a05690c044800b0054cf3ceefdesm4749872ywb.28.2023.04.17.14.51.27 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 17 Apr 2023 14:51:27 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Received: from dpdk-ubuntu.dpdklab.iol.unh.edu (unknown [172.18.0.210]) by postal.iol.unh.edu (Postfix) with ESMTP id 35D0F605246B; Mon, 17 Apr 2023 17:51:27 -0400 (EDT) Received: from dpdk-ubuntu-2.dpdklab.iol.unh.edu (localhost [IPv6:::1]) by dpdk-ubuntu.dpdklab.iol.unh.edu (Postfix) with ESMTP id 32F9E6008C; Mon, 17 Apr 2023 21:51:27 +0000 (UTC) Subject: |SUCCESS| pw126185-126199 [PATCH] [v7, 14/14] eal: do not define typeof macro when building with MSVC From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu, David Marchand , Thomas Monjalon Content-Type: text/plain Message-Id: <20230417215127.32F9E6008C@dpdk-ubuntu.dpdklab.iol.unh.edu> Date: Mon, 17 Apr 2023 21:51:27 +0000 (UTC) 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-abi-testing Test-Status: SUCCESS http://dpdk.org/patch/126199 _Testing PASS_ Submitter: Tyler Retzlaff Date: Monday, April 17 2023 16:10:38 DPDK git baseline: Repo:dpdk Branch: master CommitID:3b3fef9de22af80d173453ab65a80b01ce38cbfd 126185-126199 --> testing pass Test environment and result as below: +------------------+----------+ | Environment | abi_test | +==================+==========+ | CentOS Stream 9 | PASS | +------------------+----------+ | Debian Buster | PASS | +------------------+----------+ | CentOS Stream 8 | PASS | +------------------+----------+ | Debian Bullseye | PASS | +------------------+----------+ | Ubuntu 22.04 | PASS | +------------------+----------+ | RHEL 7 | PASS | +------------------+----------+ | openSUSE Leap 15 | PASS | +------------------+----------+ CentOS Stream 9 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 11.3.1 20220421 Debian Buster Kernel: 5.4.0-122-generic Compiler: gcc 8.3.0-6 CentOS Stream 8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.4.1 20200928 Debian Bullseye Kernel: 5.4.0-122-generic Compiler: gcc 10.2.1-6 Ubuntu 22.04 Kernel: Container Host Kernel Compiler: gcc 11.3.1-2 RHEL 7 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44) openSUSE Leap 15 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 7.5.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/26019/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/