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 D6A5A46054 for ; Wed, 15 Jan 2025 19:44:33 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D40B8402B9; Wed, 15 Jan 2025 19:44:33 +0100 (CET) Received: from mail-io1-f98.google.com (mail-io1-f98.google.com [209.85.166.98]) by mails.dpdk.org (Postfix) with ESMTP id 97310402A0 for ; Wed, 15 Jan 2025 19:44:32 +0100 (CET) Received: by mail-io1-f98.google.com with SMTP id ca18e2360f4ac-84cdacbc3dbso5380339f.2 for ; Wed, 15 Jan 2025 10:44:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736966672; x=1737571472; 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=3cyIkwu9qR2E8/J/DB+UCBivd9yI9PRMjrKJc+bkY08=; b=ND/LGBIqbfd98ECUseJm/oyd3WhZmUQmb8mHtWMLuREYtBY5/0f5U8RG8wvOcOv/Gh Mbl+6cnkijQJYA1q6HTAvWkD6LZjPoEKaXmR1fKAIHlTk/j8x3uAOfy365Rs/nMKyu47 X4w2NK6J+jlfKIT/xt0VQ0+8LHI5zdhjnlUnM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736966672; x=1737571472; 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=3cyIkwu9qR2E8/J/DB+UCBivd9yI9PRMjrKJc+bkY08=; b=GaAoB3KVEiFHIVIl8NASD5gHs9jBVV/WZAlH6NLBslGsNlI2bFWee7bQmkMsih4/Vz JJoJbnqWjEdyXHDqivAcISXnKkAeHL1yvd1jPGv2S9hD862m4gUkIiKbYNXf6DkJyJjV jlILEiQdyBnlYl5eQAXPVxY0JAynXrBn6SJuAO/tljyktpUiCiNjWpf2hAQQp03zZ0pm lZ6OXqh0kx+KolnvLUYLay9dtKulfkvW8t8/a7/N5qH7U5/o0LyKtyLn7PyUB0PjF489 7P47OslPldagiwbsvlezubmWz6VAH3l4aYFoWkNvHs9U0qOq2tA5Fv1Q5OxKFErN79xC 0egg== X-Gm-Message-State: AOJu0YzPrhPTpRFzLCwMV/iW+SyTYQojLCBsh5xG0zXzYZ5HxcubSiL2 uthGHHmGWgHMERppUBtlvJ+QUuFl0PPnMvUN8yyWyCUxSzcGMzkC0WGOHbmXf5I+aIJBquzSHj+ PeBEGIfJbRE0Bp28BYqmFgx+vb6a1WZGInc4KY3s4 X-Gm-Gg: ASbGncuWYeEAnVBCQP03s423YDW25kFFJBJyGykjpupDWxPsSJE/HfAPB22C+5Q5U1I tgKe3+QDZUo4jk+b0c7RECjZ3HF4MekD9R8RENewdoB++rG4QdSmoIx7yzQekfmzrlGKU6fEOpi X24ZFg8ya4RWWw+argz7LxoIrO49IsX6kYhbo0mx0OWOw8sCCVygKJDFghdg/PZF+5svubeYA3R sLcKuHY9wEZLdRgZxK4bYQ7L9FreE8HhJjWH3VTXCqo97WHZcBFOABbuLI6kBxDSup8JnqTgjn+ 2E7hMQ== X-Google-Smtp-Source: AGHT+IHNKyO6WvL+yWP19uRBhc+zyJv1QL/toURUmVid+A0UXQ525ydeMSGo9V4zi0xvZJuk9YHonKxl6huz X-Received: by 2002:a05:6602:3809:b0:84a:7963:7043 with SMTP id ca18e2360f4ac-84ce0033588mr2793607239f.1.1736966671895; Wed, 15 Jan 2025 10:44: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 ca18e2360f4ac-84d35664e38sm78695639f.0.2025.01.15.10.44.31 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Jan 2025 10:44:31 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 15 Jan 2025 10:44:31 -0800 (PST) Message-ID: <6788020f.050a0220.110419.87d9SMTPIN_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 64E046052471; Wed, 15 Jan 2025 13:44:31 -0500 (EST) Subject: |SUCCESS| pw150112 [PATCH] [v2] dts: fix pass rate edge case in resu From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250115154345.23790-1-dmarx@iol.unh.edu> References: <20250115154345.23790-1-dmarx@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-intel-Functional Test-Status: SUCCESS http://dpdk.org/patch/150112 _Functional Testing PASS_ Submitter: Dean Marx Date: Wednesday, January 15 2025 15:43:45 DPDK git baseline: Repo:dpdk Branch: master CommitID:154303b06ab29e040000f0536961601d952e2974 150112 --> functional testing pass Upstream job id: Template-DTS-Pipeline#207118 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 | +-----------------------------+--------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32333/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/