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 B079145E25 for ; Wed, 4 Dec 2024 11:47:19 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AD82A40B9D; Wed, 4 Dec 2024 11:47:19 +0100 (CET) Received: from mail-oa1-f99.google.com (mail-oa1-f99.google.com [209.85.160.99]) by mails.dpdk.org (Postfix) with ESMTP id 2E82140B99 for ; Wed, 4 Dec 2024 11:47:18 +0100 (CET) Received: by mail-oa1-f99.google.com with SMTP id 586e51a60fabf-29e70c9dc72so1816037fac.0 for ; Wed, 04 Dec 2024 02:47:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733309237; x=1733914037; 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=qRmbRJ3TkNtaSvRbPqs23+KWGuEvu79sk6BxCoQCpzc=; b=YbZynZcy22fQGr0jN1REqyjrE+GrQRCH0dUk7IqFip5VXAnRWf0rFBuvhp0IAV68r+ VHUAVw+hH+/6IGpCjBaio5uZq8na3wgyFEaEDDz8UTfNM7+bYLdJmIh2gkWXlnOAFQ4j XY7WpuHUsW1ThmN1MS9AKVPhuzz8FW83cdq0g= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733309237; x=1733914037; 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=qRmbRJ3TkNtaSvRbPqs23+KWGuEvu79sk6BxCoQCpzc=; b=D4ONaWbljEknsCAu1K3JAQpnUsCEOL+sTZsoMQVNZwd1S9mEw6tK7JTUkiDYF2aSQK 4z8QgQRi3HwgQigsxf8cAlrwbNcQD1dvx64ApVgQVCw83XE0jH72Laq8hYbN6SuochFa rbSFvwc/xsBofM330tWMzYAucY8I4E3vvfTWhC1PeYq1GEHAEO/wbI4GNTHgLSTPqbkG thOvtMyQ0IoUvqn6oJEeyDJZNwHr1C8SpZLlVVu62zfZaTH+oPpOKupv39xMjB8g4mWo wJpb1Ytt3nFX+cCPKNJ7FT+JnK9lWP/Zx+/fmYbpDCy6OfG/1cb44JsVFZnKlQg4R691 /TTw== X-Gm-Message-State: AOJu0YzVWeDH0DVEBD1uoB1Lrko4xvcrXgViJ50RUBjzBje4DhwN0s4i 7ir1H3KbBnxvFlydLFLTu27AEwR8WTswk9fIOrW48AoEMVyT/+y7JEK3VE0/7gLSEeRATI9Swz2 xe/1BZ5xzQuV/73hLif+CewgK80i+iv+ogZqndMS7 X-Gm-Gg: ASbGncs7m/klQnxEou6NoEeF0tD3GTYAxbvMqCMS0x6tMxpYsYL5+TZJxo+71MmP1ZV VNONPCbdSwNtisek/Ij5suV/y0h68tpNXiX/gC8DY5qZ9ODMQL3qpR8P1va0uUrWJrQlhGcNyb/ rWOuLbd1l14ujILm7yZhmfrkDxsiNGEXefakMXxOOleFxJ2m8hUIww9z14Dj316Ycv3k0NOvZHU QP2jiuBaVLNrORbZPT++KpNx1eYzuSurh3NwOHS2n1vywAdvPjKRFCKeG67bg4SH2+rGUg= X-Google-Smtp-Source: AGHT+IF4Yx51KXYIl6RhB6pbMpVCxK6yrM1Uj3OiEcVbsKqqy0aG301lqZOTBu7uaP2V8A18xN+0U3U3MmGJ X-Received: by 2002:a05:6870:2887:b0:29e:247b:4f74 with SMTP id 586e51a60fabf-29e888b7472mr6033950fac.40.1733309237278; Wed, 04 Dec 2024 02:47:17 -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-29e91737534sm99467fac.37.2024.12.04.02.47.17 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Dec 2024 02:47:17 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 04 Dec 2024 02:47:17 -0800 (PST) Message-ID: <67503335.050a0220.164b34.5d85SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.2] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id A5BB36052471; Wed, 4 Dec 2024 05:47:16 -0500 (EST) Subject: |SUCCESS| pw149013-149014 [PATCH] [v3,2/2] usertools/devbind: replac From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: References: 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/149014 _Functional Testing PASS_ Submitter: Burakov, Anatoly Date: Wednesday, December 04 2024 09:47:38 DPDK git baseline: Repo:dpdk Branch: master CommitID:1b3bf1128d9bda5595861814792f74b8f57160c8 149013-149014 --> functional testing pass Upstream job id: Template-DTS-Pipeline#200986 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/32082/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/