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 5715645DB9 for ; Wed, 27 Nov 2024 18:14:13 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 33449402E4; Wed, 27 Nov 2024 18:14:13 +0100 (CET) Received: from mail-qt1-f228.google.com (mail-qt1-f228.google.com [209.85.160.228]) by mails.dpdk.org (Postfix) with ESMTP id 6B528402AB for ; Wed, 27 Nov 2024 18:14:11 +0100 (CET) Received: by mail-qt1-f228.google.com with SMTP id d75a77b69052e-4668c8e757dso26734911cf.0 for ; Wed, 27 Nov 2024 09:14:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732727651; x=1733332451; 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=EPTYx24DyrBUbglJtbB68Trs7twrJAlVUowVWYU/0eo=; b=c/3bE5awv8pIhjb05Kic3J3Kzoyh8Jz1e5pIOxJPq91PS1eMHtAAwZpo5NrAMKPBhI bSkdS2LdAcdtqvhB5jvgLEwu/wu+/ZHwHOquwD+p/LL+bRYtP7MklcDCQv7a0JW/ypwc oDSqEWuwdT+eDAi3ewSwnLBv9hccPj6aUvXLs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732727651; x=1733332451; 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=EPTYx24DyrBUbglJtbB68Trs7twrJAlVUowVWYU/0eo=; b=eYc/cGv8Kb8lpWxhLzEYdEElqqpa37jF8R2mSMVFPtqveYxJ0JjAoHcKQW3rZnWmCA vITQfOS3yma3s5Zk2WjheiLEVdhEhbABuO+IcdKnyTbFN5R8AZcD3Bj6Edf149Z7qluB bN1iw5xCmX/08aI+FK1JW+E9vLQVr+pHi07c13F/hb/kf+cSNGnIfOazy4xGI2BEsejZ g4xKK3roSePIOu0pka3Wwmg9y64MnZThvu385ZTPnMDLFyB4C/Mqx9Yw3CYQGgpFkIaz 8Ynj6O3+J2TKNpuOGEmXMzCUceXkZTMM+ZeulAFwShbnIiQEiRiRE+X90rv79/53b4Bj mqyQ== X-Gm-Message-State: AOJu0YwPFVD54FXqPYtxzKbGgUQ+9vRkfI6nn2F75eqjYQTrxXDPkxim w7KNO2AfD1PYyGxhZ09iJ9emnJXML+zO6KaoeCj+myM+DU//ASzG2aDv3pPD3LYCnfpoSVS1UwZ Am9yuJh13K8SvD3TtKSvXdIdUeaHfrtyu2NmB2Wp1 X-Gm-Gg: ASbGnct8RAciAHXvS1noqelj1bHlAmgi+BjdvhT8c0A+i9TzRVq8BxwdvhusevGoP4h TVGThqhyHJk5DyRKzrRjKt81Zw5cm9tHe9epRDJAKhUUlM7TehqW8f5lQ/rBaV/Lr3pdsEjBMsY qlHypLkokS3xf2YVYLnxbYTKdiXNIrvHhPXy/v9IjgoPmp1uXq/9IZSxDyyQUmK8GGqXw0kyVXD Ymf5wIYBuJSWmzK5gxQV3t+lMiQfqoESwZz8FjS6nAk4gfiUK57gKdh2x5wMYcGkWG2Nyg= X-Google-Smtp-Source: AGHT+IEWrlbO+dZyNYVqdTrl+U6w05mcn4yGmsPU/74EzlEJD7uvJ2QnKUJf+ztB4qVGzGlyHThDq5f4zOz9 X-Received: by 2002:ac8:5803:0:b0:466:77d0:592c with SMTP id d75a77b69052e-466b34dc56amr49362061cf.8.1732727650681; Wed, 27 Nov 2024 09:14:10 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d75a77b69052e-466a06ab8a7sm1980491cf.14.2024.11.27.09.14.10 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 27 Nov 2024 09:14:10 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 27 Nov 2024 09:14:10 -0800 (PST) Message-ID: <67475362.050a0220.274605.cca8SMTPIN_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 633B46052471; Wed, 27 Nov 2024 12:14:10 -0500 (EST) Subject: |SUCCESS| pw148922 [PATCH] [v3,1/1] devtools: add DPDK build directo From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <373adbe0cd8495b79882dbe44481ced550026e3f.1732719618.git.anatoly.burakov@intel.com> References: <373adbe0cd8495b79882dbe44481ced550026e3f.1732719618.git.anatoly.burakov@intel.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-intel-Functional Test-Status: SUCCESS http://dpdk.org/patch/148922 _Functional Testing PASS_ Submitter: Burakov, Anatoly Date: Wednesday, November 27 2024 15:01:37 DPDK git baseline: Repo:dpdk Branch: master CommitID:4843aacb0d1201fef37e8a579fcd8baec4acdf98 148922 --> functional testing pass Upstream job id: Template-DTS-Pipeline#199606 Test environment and result as below: Ubuntu 20.04 Kernel: 5.4.0-122-generic Compiler: gcc 9.4.0 NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps Aggregate Results by Test Suite +-----------------------------+--------+ | Test Suite | Result | +=============================+========+ | unit_tests_mbuf | PASS | +-----------------------------+--------+ | vhost_virtio_user_interrupt | PASS | +-----------------------------+--------+ | virtio_smoke | PASS | +-----------------------------+--------+ Arm Ampere Altra - Ubuntu 22.04 Kernel: 5.15.83+ Compiler: gcc 11.4 NIC: Intel Corporation QAT 8970 0 Mbps Aggregate Results by Test Suite +----------------------------+--------+ | Test Suite | Result | +============================+========+ | crypto_perf_cryptodev_perf | PASS | +----------------------------+--------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32041/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/