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 9ADBD45562 for ; Wed, 3 Jul 2024 16:06:04 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 97105427B0; Wed, 3 Jul 2024 16:06:04 +0200 (CEST) Received: from mail-pf1-f226.google.com (mail-pf1-f226.google.com [209.85.210.226]) by mails.dpdk.org (Postfix) with ESMTP id F2A26410FA for ; Wed, 3 Jul 2024 16:06:01 +0200 (CEST) Received: by mail-pf1-f226.google.com with SMTP id d2e1a72fcca58-70af48692bcso246973b3a.1 for ; Wed, 03 Jul 2024 07:06:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1720015561; x=1720620361; 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=q3aXcAHNvoIpA2jc98U+wJ/KVRXU3lLFhbfpIOcin2Y=; b=UeWKWFn7Hq2g8tC3kFDkTNZl1pywnrIopz0V2rD9jUVmuApH4o+XXvoBN1aM7LebGq jz8Dnmq0CdqiHSMBUg1ZMUPYcYloXxqHFWtjpGWIvf86T0P0QxCpTHDnj6iMqDA6eyo/ R9A34zUh3hKZzJgYSw6KBFGskErQR1+sYKtec= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1720015561; x=1720620361; 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=q3aXcAHNvoIpA2jc98U+wJ/KVRXU3lLFhbfpIOcin2Y=; b=bQ9596y/+shFg15A/cU82bQeec1Bx2BjUm1B5N35H8uzd6GE36a76Fj6khh1EdHp0t 2umBOsGJ2TD3l0yacazJBrw3aTSKOsU/3TWKZNlzrfcVHStsm/XUi5EqTdxLNPClKW4p Hccbs1dFbe4aBisX9M+F5Xyx2YpWW0b2fyqenv9grWIhKeRaPWynnVur/nBxILpqOgRP zk3t/GzeSr+MwCwxZ7EeFAlvia8hJsHwmFsh21+2pMSvTSHH3VHxiSKKp2OjIhZN13v2 06OWKr4U6/vQk9O/4zgurcLY7e+5KYMZJHqjcxqEK5HA1yiSW58DOT4ptYnohHU3Qpwq ij7Q== X-Gm-Message-State: AOJu0YzukOByxePpUH1TnXEWU+XCQtOkMWcHm3BwYf42XcR5jbUIZD4B 2mUwuIVYWRCVtWeOqrrAdooHAt3oHyOxkAuWrjk5DOsYOqV/xoWlFxHnB6p3A61+CkxH6ZFeoqO IelRJmVB0fn3IHW9JAbX+J65wyb+QydiZ5yKnM7JmnePc3Utu0bUJLr+E X-Google-Smtp-Source: AGHT+IEpL4DbhNjxD8+RYLtFm19EU7t4191rHiH/81hADM5YDsC0K3Uw6F5Juvi1aIIrjvKch5gcv1r9Umbp X-Received: by 2002:a05:6a00:4b16:b0:70a:fa4c:4b28 with SMTP id d2e1a72fcca58-70afa4c58a4mr37352b3a.15.1720015561026; Wed, 03 Jul 2024 07:06:01 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id d2e1a72fcca58-7080322ec6esm448231b3a.19.2024.07.03.07.06.00 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 03 Jul 2024 07:06:00 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Wed, 03 Jul 2024 07:06:00 -0700 (PDT) Message-ID: <66855ac8.050a0220.a362a.2babSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.10] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id B6B0C6050A6B; Wed, 3 Jul 2024 10:05:59 -0400 (EDT) Subject: |SUCCESS| pw142059 [PATCH] [v2] vfio: combine container_create and g From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20240703091657.14104-1-xiangwencheng@dayudpu.com> References: <20240703091657.14104-1-xiangwencheng@dayudpu.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-broadcom-Functional Test-Status: SUCCESS http://dpdk.org/patch/142059 _Functional Testing PASS_ Submitter: BillXiang Date: Wednesday, July 03 2024 09:16:57 DPDK git baseline: Repo:dpdk Branch: master CommitID:c15902587b538ff02cfb0fbb4dd481f1503d936b 142059 --> functional testing pass Test environment and result as below: Ubuntu 22.04 Kernel: 5.15.0-100-generic x86_64 Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 NIC: Broadcom Inc. and subsidiaries BCM957508-P2100G Dual-Port 100 Gb/s QSFP56 100 Mbps Target: Unknown Aggregate Results by Test Suite +-----------------+--------+ | Test Suite | Result | +=================+========+ | scatter | PASS | +-----------------+--------+ | unit_tests_mbuf | PASS | +-----------------+--------+ Ubuntu 22.04 ARM Kernel: 5.15.83+ Compiler: gcc 11.4.0 NIC: Arm Broadcom Inc. brcm_57414 25000 Mbps Target: Unknown Aggregate Results by Test Suite +------------+--------+ | Test Suite | Result | +============+========+ | scatter | PASS | +------------+--------+ Arm Ampere Altra - Ubuntu 22.04.3 Kernel: 5.15.83+ Compiler: gcc 11.4.0 NIC: Broadcom Inc. and subsidiaries BCM957508-P2100G Dual-Port 100 Gb/s QSFP56 100 Mbps Target: Unknown Aggregate Results by Test Suite +------------+--------+ | Test Suite | Result | +============+========+ | scatter | PASS | +------------+--------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/30396/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/