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 A064546054 for ; Wed, 15 Jan 2025 19:42:42 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 76A97402B9; Wed, 15 Jan 2025 19:42:42 +0100 (CET) Received: from mail-qk1-f228.google.com (mail-qk1-f228.google.com [209.85.222.228]) by mails.dpdk.org (Postfix) with ESMTP id C5EA3402A0 for ; Wed, 15 Jan 2025 19:42:40 +0100 (CET) Received: by mail-qk1-f228.google.com with SMTP id af79cd13be357-7b702c3c021so1632985a.3 for ; Wed, 15 Jan 2025 10:42:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736966560; x=1737571360; 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=AkWLF+T5dyytcubwfUMaxx/PLiTrd4qSi/lohdtiYUU=; b=g8YfDmOWcMmVOmGp5aMzwOhDpasbaRbpgOWQ4KksBad2ZhFQhWSWZO535bbPwcoIMQ cnzzSx8ioRBaRWhGMyvA97RnRgyDk8mtoukbtOpnw/e9h9B8R1BiTt/SJO7iF54vvSek j2Z6pLUzxwFxLQRgbIzb9PKsWDKtYvA/oGN/0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736966560; x=1737571360; 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=AkWLF+T5dyytcubwfUMaxx/PLiTrd4qSi/lohdtiYUU=; b=N3fNM2asvoDiBu14gMMRlJhjYGf3NHFB3/rgT9avDa77beozJ3d8DbSfDwK1rn3fd9 it4E47wyMAV+5ODZnopzYJssvKGKb40DmX4OrXWIsLPZb002iUSD3fVgZN0a0KUmUtA9 vM4DkH2aU5C4tqYvPde5CCbvhmq6gEpR457VGxelOB5j+CTRmUInHKLj70emIAwn1bRQ eQqPYKsmhOm6feIZYiYxlf6zJ2OZpafppvROO2VlftkKnli5fH/0M/62F4VpuJ2QppEU Ubfye3h9TPioer5gqOFVL91yBH/b9ROEubRH1dA7o1wTOu4MNQfr6d9puxFHw086RQGO ZZRQ== X-Gm-Message-State: AOJu0YwpnfZQaLqh9xPig/JlgssHUUxD9RsTEXGmjsMix1Epy6nrLLup PKzikOkrwITiTfG03CagPfys28gUuQ3zsWqloUySqRC+fGVLTXTpE6Cn6T/1NewiU/Yh4sC1U71 oQHpwnEy2afRgeY/dh6rdxKnq1Mj5WcLtoXoK6kyUcarkJL5PiTvxgZMq X-Gm-Gg: ASbGncskiVzooGoDk4h3rPLMeeW0SKaTT6wARoarlCYBAnHQfgSeBFREMJgCjtPgwyW W4epDIjCWvI7Nwf8fnVrGhN/lahQKzClTHUrQoImqkXvw+vGjDlOCKB2FXa3ItNtdfyuxtVjT1w 6BCmntWy2/0ceqjR26A7Eg2MCi8dPoMzHu8AwFI8owbBwIdhcgSZkzA2iNM2EkLB27IBH25UvgQ 1ZbVnOp/KsMDtvnOJ/DwRLUX28Fas1zzIV28lGsPI4XD5R/HEcZUJQySwwBlm3Sn3YBn0sVmkTB gamU+YRN0tZ636axmw== X-Google-Smtp-Source: AGHT+IHgYdQvexM19ElLLrJXoVJXfRuve0GIt46uIBwZnP0SsuxC6Sjo8xWZTY9Hn+YjxeslRPW+yLQNEYHG X-Received: by 2002:a05:620a:1a1b:b0:7b3:5751:42eb with SMTP id af79cd13be357-7bcd97a4bb5mr5518238685a.54.1736966560211; Wed, 15 Jan 2025 10:42:40 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id af79cd13be357-7bce3294424sm52607885a.4.2025.01.15.10.42.40 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Jan 2025 10:42:40 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 15 Jan 2025 10:42:40 -0800 (PST) Message-ID: <678801a0.050a0220.2b2619.7f34SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.6] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id E067B6052471; Wed, 15 Jan 2025 13:42:39 -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#207116 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/