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 1C7A245FCC for ; Thu, 2 Jan 2025 22:51:53 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 10365402D6; Thu, 2 Jan 2025 22:51:53 +0100 (CET) Received: from mail-oo1-f99.google.com (mail-oo1-f99.google.com [209.85.161.99]) by mails.dpdk.org (Postfix) with ESMTP id 00D15402B4 for ; Thu, 2 Jan 2025 22:51:51 +0100 (CET) Received: by mail-oo1-f99.google.com with SMTP id 006d021491bc7-5f31841c6f6so5407902eaf.0 for ; Thu, 02 Jan 2025 13:51:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1735854711; x=1736459511; 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=zsfF1FHaQ03FniwYZnOe9aCMj6ODkydLsI2FSsiaVpE=; b=fRfGSboZIrffO5pezJKFrZOVg0Mp9LRdGOknQ3BmtLd7Lu1jbsVllWrhzAaahN3rK8 2rCpfJgIacioj5SwvxTziyDjiNECrIa2tDhBau8Lnvey/1e6HodUttRk307b1TmvMcAp wdWShEM2WZbiWBk/VTj9oS4NAZ76ynFjPbTls= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1735854711; x=1736459511; 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=zsfF1FHaQ03FniwYZnOe9aCMj6ODkydLsI2FSsiaVpE=; b=ki7L+Hn2LTOJNJXWIPcNq+Zg2VQ394FOV8bm8pEon/dCnR4fv3QAAVImUeyevyFybf 0k9bGpTodL19AgB7elucZbfNOV03R9BsU3jDY9uC9XLcxT24lSr08Yd/gl9kC164mYpR Ww3AAbE5e66rqAQeSgqccj/+W7UqIpNxgLV5iAYo44IVMSgE3KTEByqAm0mRg0y8mccd 4dk7UuxqWmS9FbbE/cdi6sWQXhGWk/4Gi+I4uFUU21LYnKlu6biPL1QkGmWS9AeS9ABl doApkK7TsBB3Iw3WCXVvMHQK66Vcx7EhK4DX8nYHh2gh1xO9erJSGTeyVrrdMo+eHHkc 8yQA== X-Gm-Message-State: AOJu0Yzx2su1kPCbI38b2hVejuqzHDC+NVQjnVyrsTQ/NGnB97clwJfv 0sFbFFhbXPQHMaNeSyfq2S8y72WFzYBqqUf02CADA3An0exAnGL3h8aydHcrTbDwebe3GnyDVSk SPGTh/FildRrZn2jTfKqbMOa6yK9PA4YIP2ZxyTyv X-Gm-Gg: ASbGncv7IGP1OT8b0yfS+Q27WXhlYWfN0zFHLGxP060k88fPIXWm/6UJuzLscb0y/Wf eBiShLGS5QAwn2OLtruaHku/hnPgpqwSI7Qf5UmwpFACnIu21F9B+t+pOtK1NnJ3WAb+PUSuoSn cfzPZw1GXCaEPSzHxh3xzFEG7eO9vkv2VUoMBSBUleUF6ltRULNYw++mwvSG3xdbkJVJVPlN3VP 8RDGd90AZt9C5cvU/4heuRFZITHlTsBsjmQVm2oxUYb7WIqew4zo9bMScDgGwJcdLomqmsyKn0q sw== X-Google-Smtp-Source: AGHT+IFcA2O/JOi5G29ji4tyv8pemQu6YSRUfUh1lrJBNkVTKw5nx+5OQwvHylNknNAqotT//GrTM2eQTzXl X-Received: by 2002:a05:6870:7e0c:b0:29e:547f:e1ec with SMTP id 586e51a60fabf-2a7fb3cba43mr26607714fac.41.1735854711192; Thu, 02 Jan 2025 13:51:51 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 586e51a60fabf-2a7d74c92d3sm1111683fac.14.2025.01.02.13.51.51 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 02 Jan 2025 13:51:51 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 02 Jan 2025 13:51:51 -0800 (PST) Message-ID: <67770a77.050a0220.336320.a859SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.9] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id CA27B6052471; Thu, 2 Jan 2025 16:51:50 -0500 (EST) Subject: |SUCCESS| pw149561-149562 [PATCH] [v9,3/3] drivers/net: add diagnost From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <1735702586-24837-4-git-send-email-andremue@linux.microsoft.com> References: <1735702586-24837-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/149562 _Functional Testing PASS_ Submitter: Andre Muezerie Date: Wednesday, January 01 2025 03:36:26 DPDK git baseline: Repo:dpdk Branch: master CommitID:fd51012de5369679e807be1d6a81d63ef15015ce 149561-149562 --> functional testing pass Upstream job id: Template-DTS-Pipeline#205036 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/32233/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/