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 9EF7A46024 for ; Wed, 8 Jan 2025 22:23:31 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9C6A64014F; Wed, 8 Jan 2025 22:23:31 +0100 (CET) Received: from mail-il1-f228.google.com (mail-il1-f228.google.com [209.85.166.228]) by mails.dpdk.org (Postfix) with ESMTP id 56818400D6 for ; Wed, 8 Jan 2025 22:23:30 +0100 (CET) Received: by mail-il1-f228.google.com with SMTP id e9e14a558f8ab-3a7dd54af4bso603515ab.2 for ; Wed, 08 Jan 2025 13:23:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736371409; x=1736976209; 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=jIfXWC+Icnxq9+mSsr6GVR8tRqvpKiJQWwwuXye6nTQ=; b=Vyc0TF11NO++z5EibC3er8m81PXR+Ml73EeHJ9+wJszA75lqrMvaNe1dSJWe1lStwV hHQRbW1yihULzexP5tXH+51vkaj32uZqdTF2w9uPZPnV9SA3JqigeBQ7VeI7PYgZjDvk 8cgWsuis0B6b7rDcAl76ezB7dzZri8hwSrt5E= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736371409; x=1736976209; 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=jIfXWC+Icnxq9+mSsr6GVR8tRqvpKiJQWwwuXye6nTQ=; b=PCm9vhlDeNGca2IVAifY0RTGE05Scgun7k60phcgEKUXtjIAKFz6sJeJ4t9JMKDauc O39CO9mEbXu362ePK2lqHxhCMjhnA9stHCNKBWIZmmn83Qyk80Hk5UPw/A86yPblpOr0 ZlGm5gVYsp38gji1+C+7S805hZ9vM4SghatyNWbs2XdPZ/N1I3N/KTqsVyfKhEzExyO4 925ap5qEg5+ATMDiwltCsDZDXMLtx537xQcdvr/EKr3N/3G9b0HRI7SeMNldmvN9xXOj Oo2iH6R8RsrnJWjuRj36MuRh1T4iLiS9OIn2HDH1nFPXOzwjYzOOVAqaYUW+TKNEGbsi giCg== X-Gm-Message-State: AOJu0YwXkXW8Z5BxZNDVWJdGS9ZN7zCyrUBbdNGibN8l9ca0jhQH0/ZD LGAZ7MZS9tRWzHZ3Ro40sxXBGxoQ5ku11/pBSVe2DeBCDUB2ofJAuTR4daZHpzyLDV/MhVkS1Z4 EceYN3Y0miTHDheZ1eQuqQLFmHjavotDmpV5Sv5Rh X-Gm-Gg: ASbGncsPTy6lDLBUq0rFphnPwkbdmMOygoxsiijw9i8VT4D8iClk83NjP797jsEpf6Y 1Mna2j7tY5QdYuh9mDX9CXMBpu96iltzKmWGlI4xCIE9M8pqyXhr0cLOT2nVmw60Dqop8Lh7OW8 6+AMmF+GHBOn/3o+iquhFgI0WRGeTMsBS4GP4amwMjExyV0obc+6jNAwl7voRczOma4cVH3bBlw kMnQxHu642Xy6L3f6anWli7+xlUJQkpc/IwWwVvittTnUKzT7VEsnPzBdmck0A9MiT+Gfhw2CR4 rw== X-Google-Smtp-Source: AGHT+IG21r9Td2pr/+7DXVrgK2UFJe2pc17lum+4DYVOEKHfEe3EdMBp8ZNVzBCFL1/uHVkfhPz/TipstrTd X-Received: by 2002:a05:6e02:1c44:b0:3a7:81dd:d0ad with SMTP id e9e14a558f8ab-3ce3a9b575emr34365795ab.7.1736371409647; Wed, 08 Jan 2025 13:23:29 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id e9e14a558f8ab-3c0dff0b7f8sm25215855ab.37.2025.01.08.13.23.29 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Jan 2025 13:23:29 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 08 Jan 2025 13:23:29 -0800 (PST) Message-ID: <677eecd1.050a0220.26cb87.25e7SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.11] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 2ADEA6052471; Wed, 8 Jan 2025 16:23:29 -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-abi-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: Generic-DPDK-Compile-ABI#111048 Test environment and result as below: +-------------------+----------+ | Environment | abi_test | +===================+==========+ | Debian 12 | PEND | +-------------------+----------+ | Fedora 41 (Clang) | PEND | +-------------------+----------+ | Fedora 40 | PEND | +-------------------+----------+ | Fedora 40 (Clang) | PEND | +-------------------+----------+ | openSUSE Leap 15 | PEND | +-------------------+----------+ | Fedora 41 | PASS | +-------------------+----------+ | RHEL8 | PEND | +-------------------+----------+ | RHEL9 | PEND | +-------------------+----------+ | Ubuntu 22.04 | PEND | +-------------------+----------+ | Ubuntu 24.04 | PEND | +-------------------+----------+ | CentOS Stream 9 | PEND | +-------------------+----------+ Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) openSUSE Leap 15 Kernel: Depends on container host Compiler: gcc (SUSE Linux) 7.5.0 Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) 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 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) 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/