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 3A8F046091 for ; Wed, 15 Jan 2025 13:46:57 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3659A4025F; Wed, 15 Jan 2025 13:46:57 +0100 (CET) Received: from mail-pl1-f226.google.com (mail-pl1-f226.google.com [209.85.214.226]) by mails.dpdk.org (Postfix) with ESMTP id 53E69400D7 for ; Wed, 15 Jan 2025 13:46:55 +0100 (CET) Received: by mail-pl1-f226.google.com with SMTP id d9443c01a7336-2163bd70069so121092975ad.0 for ; Wed, 15 Jan 2025 04:46:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736945214; x=1737550014; 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=KT3Xr/6fiTwxOtpKDz/KMMhkqp4GT333+uNDzCjPBt4=; b=Dzpqgrogm6V873JB5wQY2IIhjB4qwcIn4xs55mxk2bRZLhq8eAo52/YhpBTb/XW34S hBU3wY+oDheHu/rsDcJTU1NvKu771JQyuLYRLzd8opoajyyv8D8qDGlaDIc8GXh2NtHm bjQM8lD6dy1qM25l/0YysKD8KHnKpWIylbCzo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736945214; x=1737550014; 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=KT3Xr/6fiTwxOtpKDz/KMMhkqp4GT333+uNDzCjPBt4=; b=JMrAzkH9yykgi6nDTqXlRAD7+crjLMUgX3G0i6uW/Rheubdt5/+hLT5gLHZdpo6r8G FR7h9QUz08DY4ChH0E3g2h/Wnl459QtLrAxLBWqR26i/mEZpfeoovIdiJTxY3xxz2RS3 znooGJws3A0zlnttBHgpuljMfi+YJYOh9djp58FbJOtGIpSkRFIZi5KwCbLeMK9z6+Dt GE/seOmEla/vLfEvCpDbEJWno5QhPb/jz9yFx9ZpU3sZ14cwRRrZP7Euyc1INqqVktjx wa6P11vlGxvwynlT0sbH+J1p/lsmMB5b6OzWno4DjDvHs5JuB+ZzTP7D9JwVvXqmgpDj E6qA== X-Gm-Message-State: AOJu0Yw/C/0gNUzkvrXk92BL5LqwN0OR0resCUSd5ALTZpgyz0jCud5P 87OnylzLiogmwVbxX8VQEwgukyZfn+kgGqiBnmdqS6vR4W7M2aPtLT57jhH5+Zt9kHFMfRCsMjA qejKalwPjtll2y4Aj8zsOl2WpV3umLQzZEVIONkm7 X-Gm-Gg: ASbGncv4r3/MclDRBjdsRAUggIB3CrpCHNprKpBYbFsK3jF+UQ/tG6vDn8qDocr0vGG pD6PRoIb7tmdlfwoLQGV0Vknk2lug+IeTKOMQGBsHrOJ7OcvzvEhtsbd/LWE0qFTaoclVgafA0z hfNCBxva0MBENxC7OI/l7HdD4Qi1C2YTYkorpLXJnwN5D6YDlm+t4jTmke4Qd/8iR8gszF5Al0m 0UItUhAP7qgs0swKVJqXFY/jUHfYrsk7y52+PJ0iJ9IWZRv1pR0mJay1DWAuxnQzf329TLxmm+I la/p1g== X-Google-Smtp-Source: AGHT+IENkj9yqQYQyVSDUJ6/7GhZnavkdD4Ks4X9MfDFk5D9HpSLzXOGAnpC6gLgITnoEz/qFYkbAn/lUGI1 X-Received: by 2002:a17:903:1108:b0:216:3bd6:fc24 with SMTP id d9443c01a7336-21a83f6da55mr460026495ad.21.1736945212769; Wed, 15 Jan 2025 04:46:52 -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-21a9f26495csm5261885ad.30.2025.01.15.04.46.52 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Jan 2025 04:46:52 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 15 Jan 2025 04:46:52 -0800 (PST) Message-ID: <6787ae3c.170a0220.14bfa4.5675SMTPIN_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 EA0506052471; Wed, 15 Jan 2025 07:46:51 -0500 (EST) Subject: |SUCCESS| pw150091 [PATCH] [v1] common/iavf: introduce hardware cloc From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250115072323.1117429-1-soumyadeep.hore@intel.com> References: <20250115072323.1117429-1-soumyadeep.hore@intel.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/150091 _Functional Testing PASS_ Submitter: Soumyadeep Hore Date: Wednesday, January 15 2025 07:23:23 DPDK git baseline: Repo:dpdk Branch: master CommitID:ce85dd8562ad9673eb4fe46b4a8bd3a508e8b32f 150091 --> functional testing pass Upstream job id: Template-DTS-Pipeline#207036 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/32326/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/