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 0F6BD45F24 for ; Mon, 23 Dec 2024 18:09:34 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 08FA84026C; Mon, 23 Dec 2024 18:09:34 +0100 (CET) Received: from mail-oa1-f99.google.com (mail-oa1-f99.google.com [209.85.160.99]) by mails.dpdk.org (Postfix) with ESMTP id 7ECF040263 for ; Mon, 23 Dec 2024 18:09:32 +0100 (CET) Received: by mail-oa1-f99.google.com with SMTP id 586e51a60fabf-29fb5257e05so1386792fac.0 for ; Mon, 23 Dec 2024 09:09:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734973772; x=1735578572; 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=J+23B3Fet6GQgY8EHzOP2ALtQ4HX7HM2I/gIV4T4xvU=; b=UIWai758GWEuHKUtLcqLORSQFWx9oMog4kou6Gm/a/qZDl1iygvzJIwtqqU+zp+XwW k7tvqP6aUCkv8D5gPW17UPlkPizpvJX7ZgAuXDB6XLBIq57hOu3reHlKgGfY8wl/rrUI j9RBm/jDQJg1koMxJ8/8+Eym/KPY501FxcEhQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734973772; x=1735578572; 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=J+23B3Fet6GQgY8EHzOP2ALtQ4HX7HM2I/gIV4T4xvU=; b=LlZ4XlAb6Ymo7GLz8Zkc0ayI0dKiBKVW63q594ImqnvRIqgm6p2e4rydkuhlfyWlJS eUK2bRloiA7c5oDMqnKhzICDL0+WVG6TgAl5lQkuS5oDSS0bu9gSwUsJhHXkf9Q5gBoh HH6HXzaLWzk8a048lznGAb5VAjSuAYK3Gf88TOeZovLsbIVKYhSBWNapg0KaRP7hlq2m LHKJTCYCP6GeH8nvYSiM13RzX5r0DD/LhPl/k2nqOUgFKa+7sKvnYbpkMu1NXUpLcISi /b3UVfVIGfs7dNUGFm8UAS2bgYCrrM+GhcpJn6rIhY0gu+SLE/QaA0PajkKMIqx0/Fba /Qrg== X-Gm-Message-State: AOJu0YxxXuYrF5fd04C7n8MSsTYiOjpxLRdVdFJoABJEQhrp5xq/BHq8 cbDU0S0t8jc4F8MVsNqJdfxGgi5fRwXBQRFmZckc/GmCo0ZQJuBdBBn+m2t95MyrEU/lAXW2rDl fVUa5FBfDmZotBNre9fle9/MLgOlNwTLEPlm84kBs X-Gm-Gg: ASbGncvclIjSnyw3RKyDI4kwXX6dvB1iwFQ9wM0Cp5T6d3nconhYpu69Z2uEqqow+uP 5iAK/ZUkf/EXpouViKW1fLRypk+1pscS2577ne9rIQPq12JGOZAaPFoeJOpBRMS7cUDEcHXEg/o xI5vOTU0o1V5GAaFBQ01bMD/Fz6fGh3jqoyT7xnnW5jBIwh3cszDZdBfitrbW/JC9UF+UMZxbjq w6/kRyhaBLc7bqcFeeImU71U55Mvu4Jg8voua/AFzUIhWT6b8c68BMDqJRukG2f25dEMnAm+tU9 iw== X-Google-Smtp-Source: AGHT+IGT4+HbAHFMmiEAapLcJcYzpaqqKxpV+/h2HSgPaFPwT8ZggZcIez2uOWryT8pulsa189jIlHXpTmh/ X-Received: by 2002:a05:6870:4f17:b0:29e:4c37:b471 with SMTP id 586e51a60fabf-2a7fb31f83cmr8090053fac.30.1734973771769; Mon, 23 Dec 2024 09:09:31 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 586e51a60fabf-2a7d74694d7sm310557fac.9.2024.12.23.09.09.31 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 23 Dec 2024 09:09:31 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 23 Dec 2024 09:09:31 -0800 (PST) Message-ID: <6769994b.050a0220.c1549.9be1SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.3] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 5F2F56052471; Mon, 23 Dec 2024 12:09:31 -0500 (EST) Subject: |SUCCESS| pw149409 [PATCH] doc: install guides and api docs to diffe From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241223153846.230648-1-luca.boccassi@gmail.com> References: <20241223153846.230648-1-luca.boccassi@gmail.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/149409 _Functional Testing PASS_ Submitter: Luca Boccassi Date: Monday, December 23 2024 15:38:40 DPDK git baseline: Repo:dpdk Branch: master CommitID:fd51012de5369679e807be1d6a81d63ef15015ce 149409 --> functional testing pass Upstream job id: Template-DTS-Pipeline#203985 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 | +-----------------------------+--------+ Ubuntu 20.04 Kernel: 5.4.0-122-generic Compiler: gcc 9.4.0 NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 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/32197/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/