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 4B42A43D8C for ; Sat, 30 Mar 2024 10:14:28 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 44DBA402C2; Sat, 30 Mar 2024 10:14:28 +0100 (CET) Received: from mail-vk1-f228.google.com (mail-vk1-f228.google.com [209.85.221.228]) by mails.dpdk.org (Postfix) with ESMTP id 1C551402B0 for ; Sat, 30 Mar 2024 10:14:27 +0100 (CET) Received: by mail-vk1-f228.google.com with SMTP id 71dfb90a1353d-4d89515ec9aso1045255e0c.1 for ; Sat, 30 Mar 2024 02:14:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1711790066; x=1712394866; 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=5RnhyoZ4TnOD20102YLVNG0Cke+VYaC+93PbajBjTAs=; b=G8RLUP9CI7cmMmOfkWjL6HdfxkpzTfcDcuPB8Ynxr+DBKSuWxZyAOg0PVdQtZdHQ5O RV1azFc2WyV2S9TbeE/2isxP13G1EvK9yMrzKbn5nNMo3/9LX8CdyXOkbJ5vnsrPualy 1auKnNDtBYn0okFAxN5wOKr08b8Uut8VL3PXw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1711790066; x=1712394866; 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=5RnhyoZ4TnOD20102YLVNG0Cke+VYaC+93PbajBjTAs=; b=uM+1TkBSayAkqbcaWXcWh+7eS+Ja86kfT+B1f5bL/g+QQ8Ma8zGvz0y77Uj2if8Hb3 ODCuUuerkNpuBHBKu8p2753uzEHNMZ3BSimYO+E66cjqevz8/jeRyZCMgUriXsLfV6ut 1KIyK2MKdSrg9N7pJ25MsrdkjTkHF42j0rcbH0KUaDcCoCAWnHn1oCEjwOhOSXOLEALy mNvZMoop2raJqs+M4Uq1YDe9eYHT7MMkPlUPjEX5NzJkmLtabZhqaJkEnSjJK81z/4E9 bdIDlaL+zHikIQpCGvbmWSYndGMenYPSLBskuQkR4bWOqkbSce9kAfRmwgTkAnCy6E7h ScFg== X-Gm-Message-State: AOJu0Yzf4aaHNfuSCXoce+K5WGrdjRQ/6nqTXKdQ7CPLYuXYvZGUiPat rAUoaIY0Zxogvzb6W0GpawBBsQjLx7EBuwFrNuwbi0nSGPGrt70OWie2KpZdslpmed36nfwy3u2 /zTHRrdq6amLO4e7q9pEQRsPYZURh/5YjnEW/SuEaMkpAPuXpZl3JJdqh X-Google-Smtp-Source: AGHT+IERDNdyTg8039Rwh9LtkP1bnrBEeQlqweogS1v47JljGy5e0VA8J04Jq5toPkx2ny+K5jFY0x6rDF+i X-Received: by 2002:a67:ea89:0:b0:478:620a:a769 with SMTP id f9-20020a67ea89000000b00478620aa769mr1182270vso.13.1711790066523; Sat, 30 Mar 2024 02:14:26 -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 v12-20020ab0558c000000b007db938e7d27sm234276uaa.8.2024.03.30.02.14.26 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sat, 30 Mar 2024 02:14:26 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Sat, 30 Mar 2024 02:14:26 -0700 (PDT) Message-ID: <6607d7f2.b00a0220.a00b9.ef29SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.8] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 2E5CD6052471; Sat, 30 Mar 2024 05:14:26 -0400 (EDT) Subject: |SUCCESS| pw138996 [PATCH] app/testpmd: handle IEEE1588 init fail From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20240330074409.273916-1-huangdengdui@huawei.com> References: <20240330074409.273916-1-huangdengdui@huawei.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-arm64-testing Test-Status: SUCCESS http://dpdk.org/patch/138996 _Testing PASS_ Submitter: Dengdui Huang Date: Saturday, March 30 2024 07:44:09 DPDK git baseline: Repo:dpdk Branch: master CommitID:a9778aad62470a38ccbb4e09a2a6bf0cc2e0e36d 138996 --> testing pass Test environment and result as below: +----------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +========================================+====================+ | Ubuntu 20.04 ARM SVE | PASS | +----------------------------------------+--------------------+ | Debian 12 with MUSDK | PASS | +----------------------------------------+--------------------+ | Fedora 38 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 39 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 37 (ARM) | PASS | +----------------------------------------+--------------------+ | Debian 11 (Buster) (ARM) | PASS | +----------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +----------------------------------------+--------------------+ | Debian 12 (arm) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | PASS | +----------------------------------------+--------------------+ Ubuntu 20.04 ARM SVE Kernel: 5.4.0-167-generic Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 Debian 12 with MUSDK Kernel: Container Host Kernel Compiler: gcc 12.2.0 Fedora 38 (ARM) Kernel: Depends on container host Compiler: gcc 13.2.1 Fedora 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.2.1 Ubuntu 20.04 (ARM) Kernel: Container Host Kernel Compiler: gcc 9.4.0 Fedora 37 (ARM) Kernel: Depends on container host Compiler: gcc 12.3.1 Debian 11 (Buster) (ARM) Kernel: Container Host Kernel Compiler: gcc 10.2.1 CentOS Stream 9 (ARM) Kernel: Container Host Kernel Compiler: gcc 11.4.1 Debian 12 (arm) Kernel: Container Host Kernel Compiler: gcc 12.2.0 Ubuntu 20.04 aarch32 GCC Cross Compile Kernel: 5.4.0-167-generic Compiler: gcc 9.4.0 Ubuntu 20.04 ARM Clang Cross Compile Kernel: 5.4.0-72-generic Compiler: clang 10.0.0-4ubuntu1 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/29684/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/