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 1307A45EEA for ; Thu, 19 Dec 2024 10:55:34 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DD45F40144; Thu, 19 Dec 2024 10:55:33 +0100 (CET) Received: from mail-yb1-f228.google.com (mail-yb1-f228.google.com [209.85.219.228]) by mails.dpdk.org (Postfix) with ESMTP id 7E4D0400EF for ; Thu, 19 Dec 2024 10:55:32 +0100 (CET) Received: by mail-yb1-f228.google.com with SMTP id 3f1490d57ef6-e3983f8ff40so453669276.1 for ; Thu, 19 Dec 2024 01:55:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734602132; x=1735206932; 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=x2KczWr7IJGVBXdDNYlfnz3S6L5Ch/pEy6MpGjlPMOs=; b=FuTEpVDkODYTSUtG4B0iX9TkEhphqVYFx/Od2/L4+9IQGiUb2j28ABZBQkMYcWhDLS nHEjwJA8+Ul9T7OB1v2pLzorYPJ6Q1d9cRnxIcaL7HFPwmKGn+hZZ+iPLtLWQ5kMNPAA 8K9r+TN2HZaZPqhkrkYN5qWedk+i5pBxecdY8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734602132; x=1735206932; 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=x2KczWr7IJGVBXdDNYlfnz3S6L5Ch/pEy6MpGjlPMOs=; b=nKnSPBBOvKpbJYi42d5esl2ByQquHNNFHCQs4+pJfuVnCTEozBd5sR4XIjAL4U5B6d y01saQz0j3/2kAFQE+POZuVNeUlKXZ1CLvODQ30hSdzUdbSfr0OA6xYsnAJ9CZAw0Cy0 uVjOtvM9Tp9eJmaRRsIyn5mAa4qpxHgMV3RpWktjwkBjXIR+W6DLik0TY9Ju+InGKIh3 ZZ8O+BGOeE2IN2IhtwQBuCfU3zgOnI2Jf5hXa0I6CuCX/6WiZWSMi5wg85pdHpBE5wGx GKr+4Y/ujyJgYw4T7HJsaSti8VqNTIaop6tHWzweAvmVwISkzTztbGjwchEPNOorjwf4 hPxQ== X-Gm-Message-State: AOJu0Yx1lo6UwRKef2fqc87lrEH7YgWo86Hli4IEAYSL0r+caGw8tMwY u6PlPBUCJJhwwNF1m4tYyddqaIMl+NhUunToMApR0Mx9v8Iuw0bbah+KZweEzS2gwpgt8XBd8NM Egd6F4Td68yYvThFPDY04lIp1dJMfIWcCw6fjPJHt X-Gm-Gg: ASbGncsaMLeOGTVsoFqALs2WAhUshh1/XkBAJTWIV2KnarDIey5lAaVOmNSWIb6eC0C woyN1LMEAoXfmxRuNYzFmcx9TcnNUXOndq7CCESPk5ou0/QcRdKltH3aK3YnLxnkbfDKZtikUry vCHPnk29kK1fhcDnSvKR9HJ1EwBQ3PdL0veQFgGl3FuuWo80A4odd2rduFrkVRwstbnxvfcKTC/ rCjReeSBHlmo70J+jJa+xakLlrpj8BwzAghywxtXsElgeSWEwfsF+lW+vHoeXg95b9CkjG0om3W Ng== X-Google-Smtp-Source: AGHT+IGFcw0tU4DAarsM7skEcQxAiaPk26qsRzF4QFxIiINBbQF1vHC4tyK3cgSeOfkFEA56Bp+501Uizz/k X-Received: by 2002:a05:6902:e06:b0:e4a:9ef8:804b with SMTP id 3f1490d57ef6-e5362116cbamr5314322276.19.1734602131789; Thu, 19 Dec 2024 01:55:31 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 3f1490d57ef6-e537cbda4a5sm33098276.11.2024.12.19.01.55.31 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 19 Dec 2024 01:55:31 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 19 Dec 2024 01:55:31 -0800 (PST) Message-ID: <6763ed93.250a0220.65477.2155SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.4] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 6B5D26052471; Thu, 19 Dec 2024 04:55:31 -0500 (EST) Subject: |SUCCESS| pw149313 [PATCH] power: use hugepage memory for queue list From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241219075319.8874-1-lihuisong@huawei.com> References: <20241219075319.8874-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/149313 _Functional Testing PASS_ Submitter: Huisong Li Date: Thursday, December 19 2024 07:53:19 DPDK git baseline: Repo:dpdk Branch: master CommitID:07604f264417959d76aa9fcb8cb0c3665f62f0d3 149313 --> functional testing pass Upstream job id: Template-DTS-Pipeline#203327 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/32168/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/