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 4268F45F6A for ; Mon, 20 Jan 2025 09:00:04 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6CEF640280; Mon, 20 Jan 2025 09:00:03 +0100 (CET) Received: from mail-pl1-f228.google.com (mail-pl1-f228.google.com [209.85.214.228]) by mails.dpdk.org (Postfix) with ESMTP id 238894027A for ; Mon, 20 Jan 2025 09:00:02 +0100 (CET) Received: by mail-pl1-f228.google.com with SMTP id d9443c01a7336-216728b1836so70678175ad.0 for ; Mon, 20 Jan 2025 00:00:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1737360001; x=1737964801; 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=1sCW9jG9PSqhwgo+Zk2D5abGQnu3ll/yn0o15oughjE=; b=L+FgEi4j0y4hltVd/bRslEaxR7q4qJKTXpVoszGeG40c66vKgxnRmt/GB1+I4NgE/a pq5A14265hH0qxUu5wlFivsFTrI1uw8sZHXwNzKSngaqhVEGtTuE9jLNRdEHEIm7bfaM y1F33N2Y290YliqQDr0M3y2dLTpN7tFCwqoDA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1737360001; x=1737964801; 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=1sCW9jG9PSqhwgo+Zk2D5abGQnu3ll/yn0o15oughjE=; b=JVcPc2skSzCRL3u0HlRUpJ792X6PIKW+kof0rKzwxlnpkcIOLaIlCd0z7RGUmIWJdc lZz2GMf+0M/mWCi+bJ/xhgv6NZZyF6Ag8iJP9NE4IJ92589OqkF0Ohc++ovt8j6NCb5o hRx1dipZ9lTSyjJyJuBOyIHVYL8YbRDXxW0XRTsGuaVV7NsHDjvGtpSfIc7EmC1zZegb QwUL9B8InNXvqejfGD5a9EPonb0shP2GhOWbODojESkhWpCmOdNq9XFL6QJN+Atooqow 7j6CFkMay6aODYdxGLajHDlCyOKWiWqdBsrSoz3b1BiWINtWmypP7M1jVZkNw140NdU7 /zVQ== X-Gm-Message-State: AOJu0Yz1PdpR3acmuBa5cbX8oANa0vobB7tU4pJULgRYjcHTzowDukmM CLs7MXKChiSx8IgL1+z5uE9Egvh0zzSN+jZdk6+zHnBvv/SalqMEHNYwLRflWwqD50vLrAnEKZe fPGmhtwtQjmTbWA5M8CzvSvsNWubNOrhCDOK3g1WL X-Gm-Gg: ASbGncv7JOGCrUdUUjYQwjMGk1npixzFXXkKvCzov3WEXASPy+FV47wKdraxYvnqcRm nGc1XgLKnSjQWAfIN4ujgOjtR3xnhr5UXeZjEBArjEuX1sgM3vgOCvkNP6Bjm+F0PuJIXDKaAlJ FCzUtgLJL3gOhG6j8U++I+XTEiWXo5T9RGjUpJAgeVKo0PQkJxeiyLLiEjy1q0Bdxhrwzz00YiF lp66kgRzvJmaZgoObaPJWQNJl7VIqimvfa8Dps+st+nVfG8SgFmtXfRdc5piPL5hqSUxob96upx zzyTtY/X5S9WkUTjUQE= X-Google-Smtp-Source: AGHT+IGGCBvvpjscYy0QMqElk5EIVTrccdgM/sMyI7a4leFHSZs2/jWKB4ABNZ/dR20RjHbyFTy4SDPxMA55 X-Received: by 2002:a17:902:ef11:b0:216:3dc5:1240 with SMTP id d9443c01a7336-21c355ef44bmr167321385ad.45.1737360001387; Mon, 20 Jan 2025 00:00:01 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d9443c01a7336-21c2ce8fe2asm3924805ad.11.2025.01.19.23.59.52 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 20 Jan 2025 00:00:01 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 20 Jan 2025 00:00:01 -0800 (PST) Message-ID: <678e0281.170a0220.3517a3.97e7SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.6] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 3F2906052472; Mon, 20 Jan 2025 02:59:51 -0500 (EST) Subject: |SUCCESS| pw150227 [PATCH] [v8] app/testpmd: add attach and detach p From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250120064218.32733-1-lihuisong@huawei.com> References: <20250120064218.32733-1-lihuisong@huawei.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/150227 _Functional Testing PASS_ Submitter: Huisong Li Date: Monday, January 20 2025 06:42:18 DPDK git baseline: Repo:dpdk Branch: master CommitID:bd8b5185d3e9737ab05c8e30155004b63d1a36bc 150227 --> functional testing pass Upstream job id: Template-DTS-Pipeline#207933 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/32368/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/