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 440DF42B2F for ; Wed, 17 May 2023 22:06:54 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 40154406B7; Wed, 17 May 2023 22:06:54 +0200 (CEST) Received: from mail-qk1-f228.google.com (mail-qk1-f228.google.com [209.85.222.228]) by mails.dpdk.org (Postfix) with ESMTP id C43DE406B7 for ; Wed, 17 May 2023 22:06:52 +0200 (CEST) Received: by mail-qk1-f228.google.com with SMTP id af79cd13be357-7576deacbd6so72096785a.3 for ; Wed, 17 May 2023 13:06:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1684354012; x=1686946012; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=d/2Xkw8BIvQ2qM9cX+b4T2xis4EVigrcPXARpmw43pI=; b=dSjcr0DGzsq/flBSYQpf7LfXePmJLbF7/F7JuHNgrXXaC2l5vyD64KdJsbcaG3HMEF y9LN/wfgXWrpdId0Pkk7AvpMF1Zq9Go9NWJ/6Ce04hDvP8/WW+Zv7zypN2xkNF5dmN5c p9m/KyxnUkA/rtAQY8Obm3gTtIA65VfS6sdo4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684354012; x=1686946012; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=d/2Xkw8BIvQ2qM9cX+b4T2xis4EVigrcPXARpmw43pI=; b=L697IQY/Wga1lzIhdrg+uQokuNQ5NPEaXKy7jykky6eHPpqPdUG+Gw4qX4Akx3trWQ 06h9+Fuh0f0S5gpTIlEbQy4U9hqWlifccSuSuPQmamRwtORF/bsYdK/gnxNZ3qHylK23 lGwHm0l6lHUBCd24qQWfAIOKn+xLWeJpCCmKPbdQ1VuvZNeI5/QZ/F++IU0tMHJT4JUa hve4rJ4y2Z2fbo8uI3uj57FAhP0bZcE24eChIZCx+m859oXnstqwuLDvLmy6JGkOtD39 SvE+BHt2EtzXS0UP9582UFFO4wak5r+ybmGxcPu/6wUGNIf7n4UsiLIPP4LG6sPij3DS tDBg== X-Gm-Message-State: AC+VfDyICWl+/E03ezlJmYriB/IQ9SlvF4Wrsf4lHgcVBnwsdCJWZq9q 1Z7B/3+CKs85av9OsAs3MeGlz15Ehl2EFfRhozteh1dm//J1FIcjR5b5Ng== X-Google-Smtp-Source: ACHHUZ46G+iQgRg3l19oq4ifS/ndj8acQhULdsOTXRizoxmj0wuN07rSy3bDPMkgq/y/vAN7tLGTjcAeiLtQ X-Received: by 2002:ad4:5d6f:0:b0:619:152a:b99b with SMTP id fn15-20020ad45d6f000000b00619152ab99bmr2238161qvb.6.1684354012270; Wed, 17 May 2023 13:06:52 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id b7-20020a056214002700b0061b6e799fdbsm1237578qvr.59.2023.05.17.13.06.52 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 17 May 2023 13:06:52 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Wed, 17 May 2023 13:06:52 -0700 (PDT) Message-ID: <646533dc.050a0220.184f3.fefcSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.2] (unknown [172.18.0.34]) by postal.iol.unh.edu (Postfix) with ESMTP id 053A2605246B; Wed, 17 May 2023 16:06:52 -0400 (EDT) Subject: |SUCCESS| pw126904 [PATCH] [v2] net/e1000/base: add new devices From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu 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-aarch64-compile-testing Test-Status: SUCCESS http://dpdk.org/patch/126904 _Testing PASS_ Submitter: Qiming Yang Date: Wednesday, May 17 2023 06:44:53 DPDK git baseline: Repo:dpdk Branch: master CommitID:a399d7b5a994e335c446d4b15d7622d71dd8848c 126904 --> testing pass Test environment and result as below: +----------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +========================================+====================+ | Ubuntu 20.04 ARM GCC Native | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Native | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM SVE | PASS | +----------------------------------------+--------------------+ Ubuntu 20.04 ARM GCC Native Kernel: 5.4.0-53-generic Compiler: gcc 9.3 Ubuntu 20.04 ARM Clang Native Kernel: 5.4.0-53-generic Compiler: clang 10.0.0-4ubuntu1 Ubuntu 20.04 aarch32 GCC Cross Compile Kernel: 5.4.0-72-generic Compiler: gcc 9.3.0 Ubuntu 20.04 ARM Clang Cross Compile Kernel: 5.4.0-72-generic Compiler: clang version 10.0.0-4ubuntu1 Ubuntu 20.04 ARM GCC Cross Compile Kernel: 5.4.0-72-generic Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 Ubuntu 20.04 ARM SVE Kernel: 5.4.0-80-generic Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04) To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/26249/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/