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 BD3C145E3D for ; Thu, 5 Dec 2024 22:58:43 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5459040A73; Thu, 5 Dec 2024 22:58:43 +0100 (CET) Received: from mail-vk1-f227.google.com (mail-vk1-f227.google.com [209.85.221.227]) by mails.dpdk.org (Postfix) with ESMTP id 3019640267 for ; Thu, 5 Dec 2024 22:58:42 +0100 (CET) Received: by mail-vk1-f227.google.com with SMTP id 71dfb90a1353d-515d0e09f2fso385888e0c.3 for ; Thu, 05 Dec 2024 13:58:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733435921; x=1734040721; 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=Mxste1A3txtiDsFUnLwXwiZw46zhBI7tBj00rI2PVzE=; b=NGyMEmXoY7zaTYoffdb+8rHhUi/avaoMvKtk66aOBm6I72I95WxRfScXwRO9PVljvM CgaKYQ+MGrKD24cq0/PKQ9k171mNK8n+AXF6WWTNPGOkRiwZGd2rjlCM6XzVHvQdGa8E cPcu7LXFuEZTXG7vAleCevmEw+VcXSKD/xJj0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733435921; x=1734040721; 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=Mxste1A3txtiDsFUnLwXwiZw46zhBI7tBj00rI2PVzE=; b=X0gwlnikTyRS/wJdTvkfrH7F8iM8u06609qLRy8ELLxublLEvRUJ/pm/181Hoa1v2A CVEJUGfs6DgdjV8gAp3/jVc2CIGKEMRaq41yO1mPSNkcbAXLRAShODqsQ/7bmwqUow6V r0l2HeXZ118zy7FytGUTCKdhyhHm2tUgislKUFeiN/M2QU+ZKbUc8CxhgDGvahFTkCGF QGeLFkDJUSIpA+JPoS+9URZIPd6VTbHxejuciZWVx7N3Anv97tc4piO/diLrkJbYRcA4 7FRbEDyQgKEbdLsOOvthP1yommbJSTPxhboIEVMcOfNWVrDzP15RSmtZnmZvyhFZ+hTG OeLA== X-Gm-Message-State: AOJu0YzHmhd0o8BVXtG+wkhlsA6vk9zUCOd8L1CDjyC9suSJFeFP6emi htZsTI2ecClfo1fA/UjoVSeSr24arG56XHw5EChi9V13KarNwQgMSArZhTamJfG4PntWHNAP0+N EzU1G6b1t/Nlo183ZVJ3wPmHvWd49s9NlaF0peM2gFpWfe4oX2F6Gbpjn X-Gm-Gg: ASbGncvho1DT4IZqRsD68cBMRw3yviZAx97kl4yjdFoeAJAtOWGS6W8wo4X58+SCVdl X5Tw92e8TisErS2ouDShS7lrrSB5gWjQ2PL1F/G/bNKe9loukEPJQOScJohRMC0c/VdGU59C8KS 7Ovg0qIj70rQrUba7R2rc3d1iwVN/Kcn6zP9X4YdgQ/5a8s4dirlefyglUCEbMufUOGZiIDTOcJ qzMd0zhjbCPWqHGZlE+NB+hPgrNAc7eDDn0mBuXnNzXhzpQts2X/OV8/o3AiHX472TGmmqJK5s= X-Google-Smtp-Source: AGHT+IHjA01IA0fA3d9E80dm61uvyR3PSnuDEOgHKZXKHA5tx4DTsxpBIYhx8ux05RL9JitA8QfbplwWCFor X-Received: by 2002:a05:6122:2912:b0:50d:4cb8:5aef with SMTP id 71dfb90a1353d-515fca2d517mr1214300e0c.6.1733435921574; Thu, 05 Dec 2024 13:58:41 -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 71dfb90a1353d-515eae14a98sm33968e0c.1.2024.12.05.13.58.41 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 05 Dec 2024 13:58:41 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 05 Dec 2024 13:58:41 -0800 (PST) Message-ID: <67522211.050a0220.1e3458.24bcSMTPIN_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 3E35F6052471; Thu, 5 Dec 2024 16:58:41 -0500 (EST) Subject: |SUCCESS| pw149047-149046 [PATCH] [v2,3/3] app/test: add test for rt From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <1733430950-10412-4-git-send-email-andremue@linux.microsoft.com> References: <1733430950-10412-4-git-send-email-andremue@linux.microsoft.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/149046 _Functional Testing PASS_ Submitter: Andre Muezerie Date: Thursday, December 05 2024 20:35:50 DPDK git baseline: Repo:dpdk Branch: master CommitID:7df61db6c387703a36306c1aea92225921e2eeb2 149047-149046 --> functional testing pass Upstream job id: Template-DTS-Pipeline#201258 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/32094/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/