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 2961D45DB5 for ; Wed, 27 Nov 2024 10:08:47 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 236774021E; Wed, 27 Nov 2024 10:08:47 +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 1617B400D6 for ; Wed, 27 Nov 2024 10:08:46 +0100 (CET) Received: by mail-vk1-f227.google.com with SMTP id 71dfb90a1353d-5151e0bc878so538154e0c.3 for ; Wed, 27 Nov 2024 01:08:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732698525; x=1733303325; 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=YIbSQDgsVM5mS7Qj9B9jiWsiI897g86m/kAYm5DB6cg=; b=TU05lXm2OTGK3aD/xc0Kl2xEh9cnLR8969YP9ctAl8GQp9J/bMLp94nBS+RhM+mB3E zN3a2SpyPGQQlD7V8uqXbKoGq+BmvDwXcAjpcHxf19dbwfBU0Cal+2c0GZOzsd3FfI4k GpvZp56yWqNR9/lAnY2YZUd5yLZdY0lAhiz3A= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732698525; x=1733303325; 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=YIbSQDgsVM5mS7Qj9B9jiWsiI897g86m/kAYm5DB6cg=; b=OOfE51O/JWWaqjbRklL6O7VdEWiYsFj6BGeD71hu5ujj1xTd4WvwyBqRSE1CFoYtFr 9ptCHgDVQBNGtxaa3jgwOizS1acikBPdfAo7SOnqap6H8zBBeZQPrfZLw6A8vgX2eQVx arXZUswQFaoiCiuL23YPtHU3MthYatlLbOOa1P8y8z0Wbh3jjceBJISGxgnjpI7xWOC9 5LwboQdLbAt0+c7jew9lejhxLia+zhXOMlPiDyu1QNmUngtT38ypLAcCP2W1p94r5fJJ IAjBPhF7u0hL37CMcHd/N4yqiOdx0Bs1oNMWnDdkFHGeGKrGui37un+FWjP4AJUnJWRr 4OMw== X-Gm-Message-State: AOJu0YwpyA1GfaaDL/IRUDbZk0qYsACfauE0x9Rc4xnn4uBMJAlqAbLg 3VhhafG4ZWO6PvIjP23nwqAEkC9q+RdainensvPVKHHjO7h+F81DLnunB3lGSbj7oHFqWp7xIAk +736ehrziCsHQfB7WYCNJxQvq3v9+gJGXtJc8zlpO/4K7mBsW295bB7fK X-Gm-Gg: ASbGncsap15vnUx+ru2rdTDiXqj5BKq/F5k6OSJIYL25hjcluMmpM05ouX/Gn4GcREe PRgQgerKiRLVvBCgkSj4i1UhvqmxyuDa5UEAw6LLp8x3nTs5LeInHuoxYepzSueo1pp+Atuj3rJ y87gDrzQpU59rOB8goBmk7pLriE29KA6XXjbCC5jpFr0lt2rUd3QUAZm56Hta6L7mOsl8qAfbZA +vGUxbALKPBNBDoSxpEG6+LdF4VKmxWTekRgy/4OtI1zmWzUTWY1epVdmOnnemgv6PmU5BnpSQ= X-Google-Smtp-Source: AGHT+IGPE47BODLp9DwMphL7sFK9lZWZsOt/sB/tXuUVHS3sPLGJHsnT+/FH1t1CBp70xoI5NAq196TSjQQ9 X-Received: by 2002:a05:6122:d08:b0:515:3bb5:5736 with SMTP id 71dfb90a1353d-51556af2475mr3056664e0c.11.1732698525412; Wed, 27 Nov 2024 01:08:45 -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-5154443f95bsm106256e0c.3.2024.11.27.01.08.45 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 27 Nov 2024 01:08:45 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 27 Nov 2024 01:08:45 -0800 (PST) Message-ID: <6746e19d.050a0220.19cd8a.77f2SMTPIN_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 16B4B6052471; Wed, 27 Nov 2024 04:08:45 -0500 (EST) Subject: |SUCCESS| pw148900 [PATCH] examples/ptpclient: revert add frequency From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241127072722.2938758-1-mingjinx.ye@intel.com> References: <20241127072722.2938758-1-mingjinx.ye@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/148900 _Functional Testing PASS_ Submitter: Mingjin Ye Date: Wednesday, November 27 2024 07:27:21 DPDK git baseline: Repo:dpdk Branch: master CommitID:a4f455560f747af8cd7fa99db86e757b7ff2fe79 148900 --> functional testing pass Upstream job id: Template-DTS-Pipeline#199492 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 | +-----------------------------+--------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32031/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/