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 5D39545F20 for ; Mon, 23 Dec 2024 10:36:50 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3FAC64068E; Mon, 23 Dec 2024 10:36:50 +0100 (CET) Received: from mail-pl1-f228.google.com (mail-pl1-f228.google.com [209.85.214.228]) by mails.dpdk.org (Postfix) with ESMTP id 697A6402DC for ; Mon, 23 Dec 2024 10:36:48 +0100 (CET) Received: by mail-pl1-f228.google.com with SMTP id d9443c01a7336-2156e078563so33889605ad.2 for ; Mon, 23 Dec 2024 01:36:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734946607; x=1735551407; 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=oTkhOEhox/a0qULb1zZjOcvYRiK6Dd3ZLM0ZSPPEfNY=; b=PpDbP4OLKHYeWj+PVVeySIHzSwS8hdmzKma39TAr2D4kSRxDIxxn3JTPsc1BY7cgCo eDCrGCpajRVm1FR//CoPdAJroQ+yMf26AhBxxT+LDESLBfR6OqLNX20TtUNETvOWE7MJ ZSuHGDCLShd+ed6ptIwuzlpoMLd0JGSr2tmVc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734946607; x=1735551407; 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=oTkhOEhox/a0qULb1zZjOcvYRiK6Dd3ZLM0ZSPPEfNY=; b=S2yr6774YLZW6DYycoYb6xbJz5A6YCdhHkvJrhpInfUU8Zy6xjVGqaqoNHfFohU92Q H9cG0XQMfkzWaEOMwdwxrFOrlMXN0lLlOBCppgEzo7jg7FRYSobbkUnCOQSsUayovETa omxHmFU9ZuJaPgnn3wyJoboChxN9o7ONd6vvfHOf5+0M0tui9/t8ixtpdbV1Q9PxDlGR prpeQs4F0zfYFTbh/zBFG1GfnqAawAhVFa0J75Z2IFGofC6ClUoX+ZcbyazYvs6tpEAv zWkb8fXDFd3VFXKk8eBAgSJVI0DblztwYs1tLVeFSIxvuKzIuFvo8aCigJ1FrOsue4d/ MFQw== X-Gm-Message-State: AOJu0YwDiaNnKyumQPWMjfwkZmqkXQdifKx4NlypthpDJsNThTL7MWZX R9ONdhr7TPqN/Nj9CrePsI92FEVXOn5nYH+edWY9g+jT79RgDOa8ck9GBE2pKw80mmUWLrwK0Bl iJfTVyKe9mUCXkLDGgHZw5ZpRJ8oF5SdybsSHY7jU X-Gm-Gg: ASbGncv7z2XU6UG1NmpCgAzZNvzH8EfNTwtgJui8s+TkGsf3fbeL0yoI6nlWFsaLIKO EKP7G6NtMHKrHvMUWbSdTDhw9TSubLwHgypNWFwUshPPRDRhFPMpz9lw7cvq1AqKlf2epUs3QlU EQHSlEfVSZa0xcPQ9U9Yf+NpOf146+fHhhPadGyvdg8VvCJ5d55X5l3Fk7oYh6/Vf1V+M8+5mDM adG4H3UVh7O3/LOLq+BEt20Xt9Vjn590hN5xdUUDqJRoG+SmefLO432mSg1OujmdlalzYPP3dKl +A== X-Google-Smtp-Source: AGHT+IH1Xw7/y3zsnmhTjxCcpQeJOa7hBKcurhHteftLChtJP4xXjNdJvzgIKYzVZfy8wq2+oSfMORmt+XjW X-Received: by 2002:a17:902:d582:b0:216:282d:c68c with SMTP id d9443c01a7336-219e6e9dff9mr184998285ad.23.1734946607519; Mon, 23 Dec 2024 01:36:47 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d9443c01a7336-219dc999d2bsm3561755ad.40.2024.12.23.01.36.47 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 23 Dec 2024 01:36:47 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 23 Dec 2024 01:36:47 -0800 (PST) Message-ID: <67692f2f.170a0220.3b98fe.cc80SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.7] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id E7D026052471; Mon, 23 Dec 2024 04:36:46 -0500 (EST) Subject: |SUCCESS| pw149383 [PATCH] app/test-flow-perf: support testing the f From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241223083554.37784-1-sunyang.wu@jaguarmicro.com> References: <20241223083554.37784-1-sunyang.wu@jaguarmicro.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/149383 _Functional Testing PASS_ Submitter: Sunyang Wu Date: Monday, December 23 2024 08:35:54 DPDK git baseline: Repo:dpdk Branch: master CommitID:07604f264417959d76aa9fcb8cb0c3665f62f0d3 149383 --> functional testing pass Upstream job id: Template-DTS-Pipeline#203901 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/32191/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/