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 CDE1145EA4 for ; Sat, 14 Dec 2024 23:46:08 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CC5494025F; Sat, 14 Dec 2024 23:46:08 +0100 (CET) Received: from mail-io1-f98.google.com (mail-io1-f98.google.com [209.85.166.98]) by mails.dpdk.org (Postfix) with ESMTP id 634404025D for ; Sat, 14 Dec 2024 23:46:07 +0100 (CET) Received: by mail-io1-f98.google.com with SMTP id ca18e2360f4ac-844dfe4b136so89974439f.3 for ; Sat, 14 Dec 2024 14:46:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734216366; x=1734821166; 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=iZkXARMDlJxDM9CRrJ0IEuKMBFB+W6i+a5J7aqJ7XI0=; b=aBr++og5+BupBZvli6I1ZEve0J57ovgNuhZNfl6IspoLcLtHDAu39tHS4zzS6Nrq6f ekO3YFzfaR+x6O4vv2NBRFFYs8OzFqZmA9TG1283P1r68+l35Lq5+qg5k37VKjPzO5JX 6QtZ+bOeL1ga9j5ND6YZf8Km73Si6ba96n/t8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734216366; x=1734821166; 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=iZkXARMDlJxDM9CRrJ0IEuKMBFB+W6i+a5J7aqJ7XI0=; b=jWvqPrwaCo5YQ1KK+uMF+MI/aLsh1uXAuygKVVl5lOOf1UuOQYGLrTr63iJRZ670XU QvKoTYqYb6VnuBBBOWooO2iGiNLDSAww3t/qm3ivnqcBQFjq2Wd5n+sDDKhaNKraJE1w NloeL9CEy1qUM9DAol03HRmFf2hyrftXCf6elbAfGFbAcLwTns0WNWKGsHZvaPmmNnya g2v/KU3/E44t2tDh62cMXJL2QIvFdiC7BrjMYOAyo+PTAUhxqX4zKMyPlscWEmM24CfW 7OVbH0ZVh6zW1LheTbxOJlCJ1rNjn2GcpdW382daCxIjoeGG46bfwAUk/O9fj6GhMHl5 SGLQ== X-Gm-Message-State: AOJu0Yzskl30AtgEENMuHqf731zyGZ7wqcehVqmoJOb8U2ZK37ZwRv9G g4x/mt44+++/4PYOOPMSittZp3nwWzqkAScyuQ4oWRn6Z/ib13TP9jC26Wzf/cYBM3bXnzC1kIC C2VT+TLYGKGHtGypSkGkIWhj4X8qfm42F04oGi1Vz X-Gm-Gg: ASbGncvpiQFm1VnO6gsWhd9xNxTYjoMr2QPRiVmwQoXfbZeJ+hpUh8wZpYbSagWblIT s6sDfi+zyc8dK9aUiwF0LoutFJnmAALBheyDyhem+qWd7l4aoeRTWGIxX9ar3xIabQ+8LJuGNwa NbTsEUzHjwatri0DIauWU29VUVibW0b4tS6/+K+osoZwgar9e06JC7a1iiyXmQC8YxKzkWTTAnr 3CIeuWP1LYpTJ/tOuGM+liLh3vULqqk2r5d42QSOitH/2uaSys+lkk1Q4qcHrwzk34xNfsGrrkl UA== X-Google-Smtp-Source: AGHT+IExXvVSTm427cxV11IMtjyJxSOn9rrup6FvwQbzZ/9ENctxQljw16ZeMSK8JESlavzZO1cIjfhdQwkL X-Received: by 2002:a05:6e02:2146:b0:3a7:81c6:be7e with SMTP id e9e14a558f8ab-3aff6021179mr88436905ab.13.1734216366718; Sat, 14 Dec 2024 14:46:06 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id e9e14a558f8ab-3b24f5a6d9fsm1304725ab.73.2024.12.14.14.46.06 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sat, 14 Dec 2024 14:46:06 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Sat, 14 Dec 2024 14:46:06 -0800 (PST) Message-ID: <675e0aae.050a0220.8320c.92a4SMTPIN_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 3D5BD6052471; Sat, 14 Dec 2024 17:46:06 -0500 (EST) Subject: |SUCCESS| pw149187-149194 [PATCH] [v2,14/14] drivers/vdpa: use porta From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <1733954844-24397-15-git-send-email-andremue@linux.microsoft.com> References: <1733954844-24397-15-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-unit-amd64-testing Test-Status: SUCCESS http://dpdk.org/patch/149194 _Testing PASS_ Submitter: Andre Muezerie Date: Wednesday, December 11 2024 22:07:24 DPDK git baseline: Repo:dpdk Branch: master CommitID:7df61db6c387703a36306c1aea92225921e2eeb2 149187-149194 --> testing pass Upstream job id: Generic-Unit-Test-DPDK#299591 Test environment and result as below: +-------------------+----------------+ | Environment | dpdk_unit_test | +===================+================+ | Fedora 39 | PASS | +-------------------+----------------+ | Fedora 39 (Clang) | PASS | +-------------------+----------------+ | CentOS Stream 9 | PASS | +-------------------+----------------+ | Debian 12 | PASS | +-------------------+----------------+ | Fedora 40 | PASS | +-------------------+----------------+ | Ubuntu 22.04 | PASS | +-------------------+----------------+ | RHEL8 | PASS | +-------------------+----------------+ | Fedora 40 (Clang) | PASS | +-------------------+----------------+ | RHEL9 | PASS | +-------------------+----------------+ | Ubuntu 24.04 | PASS | +-------------------+----------------+ | Ubuntu 20.04 | PASS | +-------------------+----------------+ Fedora 39 Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Fedora 39 (Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) RHEL9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32122/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/