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 4B55D45EE8 for ; Thu, 19 Dec 2024 09:56:00 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4607340144; Thu, 19 Dec 2024 09:56:00 +0100 (CET) Received: from mail-yw1-f226.google.com (mail-yw1-f226.google.com [209.85.128.226]) by mails.dpdk.org (Postfix) with ESMTP id E24F9400EF for ; Thu, 19 Dec 2024 09:55:58 +0100 (CET) Received: by mail-yw1-f226.google.com with SMTP id 00721157ae682-6f29aa612fbso4224967b3.0 for ; Thu, 19 Dec 2024 00:55:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734598558; x=1735203358; 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=s1mJzHm4pQkNc8MT29//G3i0mHohGkBYWF/xA3hmFfQ=; b=hMierrRQNDxdeXo7WBOpda2KcAerXBqIwwbrjbPs/nz3E4YQS1KyDWkBz8pzbRc7YQ cdo8FhmPtjwKn4GFiwjXGvlCL9AwL1p1dBfOy1Z/OcbBOLRTvu9qciL5P5yXmo1dbTup 3mo+5Rj6Y2JEnia2/KD3DpKeqdEum8Rlnxvv8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734598558; x=1735203358; 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=s1mJzHm4pQkNc8MT29//G3i0mHohGkBYWF/xA3hmFfQ=; b=o4pciJgJPWkb0yY7RX4VU1+335SbkhUYk8oZNHQSQL7siBvZpdTKVxCncHYz1F89qN 8ZZKjeDcheI7nDY9jAbBxkGdl6wJ9F/3FagLktcBXKUqAHduilxt6OR7gWAOiRHIsZN4 gR5bWyWVSGk5BlQBA7xf6CxTPEC1p2u/Sn5AH9BkzQich+18KSHkLj7Sr19D3fZZ5wXS p1Y6VJnGL6dqs8K4CR0D9l1EfmoFdbKDlpQ3ZJgeneq4QXioVPimRAYrmTYwHZuRclcW c4VpXHrbzEtlDCWrPxJL+1vxLNbx4831byYCd2nF/vrAvKwFUr+mXFSD7eZA7Wyf12U3 as1w== X-Gm-Message-State: AOJu0YwPVQgZ4h/5w1eh6TretjwrHK9CrZCDHDdMDvFe/5LvlJ2wED7x 1U/hwoPGMUYCFGzSJWHT406iUi1WsH4j0Ll0O91Tehgs7Suyf8I1f4wGhCmYC8E2TUWNx/3jX+y YUeUUfS7L2S12ajoZ6+Fl0EYNWn6qABITx84wMU/U X-Gm-Gg: ASbGncssM8JL+19o+KwIHRRmXIe6OUM1mKRN1w4sZUWoVyU4Ue5opaChbChySbYP8DS v13kaEqYUnosSSv6DRD7IlBvhAZtsiCwN11HLthlLoafu4CKvTJcmOSNUGee21pMcr/d/gXaQJ+ Q1/UFOA/iDJSmEzONGlIT1wdMUv15ovrqRBxIbiw6mD2oTrFNq+SCg40a2R3kUZNqViyPMQf7Yr KMcxDpMHKLegfcDCMqEhhoyxmVC2/R1XHReBEUtWhtIuB3b8bjFH1xOUhAuoADpbUKbsPeY9wJo UA== X-Google-Smtp-Source: AGHT+IGQlWhFR2fj7wLcQJcsRGthcod7dtWPAAQPwvZhCZiVPMkeTA0ByzbTS0WIQugqzuYiD84H4/akJD4k X-Received: by 2002:a05:690c:6113:b0:6ef:5fee:1ca6 with SMTP id 00721157ae682-6f3d0f364famr46251767b3.18.1734598558232; Thu, 19 Dec 2024 00:55:58 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 00721157ae682-6f3e741e0f3sm327847b3.18.2024.12.19.00.55.58 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 19 Dec 2024 00:55:58 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 19 Dec 2024 00:55:58 -0800 (PST) Message-ID: <6763df9e.810a0220.ea576.27d2SMTPIN_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 E82D06052471; Thu, 19 Dec 2024 03:55:57 -0500 (EST) Subject: |SUCCESS| pw149310 [PATCH] [1/1] vhost: fix a double fetch when dequ From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <91dc12662805a3867413940f856ba9454b91c579.1734588243.git.wangyunjian@huawei.com> References: <91dc12662805a3867413940f856ba9454b91c579.1734588243.git.wangyunjian@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-unit-arm64-testing Test-Status: SUCCESS http://dpdk.org/patch/149310 _Testing PASS_ Submitter: Yunjian Wang Date: Thursday, December 19 2024 06:38:28 DPDK git baseline: Repo:dpdk Branch: master CommitID:510b460e02594a70d4ce19e2d29df3ade8af36d7 149310 --> testing pass Upstream job id: Aarch32-Unit-Test#4696 Test environment and result as below: +-----------------------------+----------------+---------------------------+--------------+------------------------------+ | Environment | dpdk_unit_test | cryptodev_sw_zuc_autotest | lpm_autotest | cryptodev_sw_snow3g_autotest | +=============================+================+===========================+==============+==============================+ | Ubuntu 22.04 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+---------------------------+--------------+------------------------------+ | RHEL9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+---------------------------+--------------+------------------------------+ | Ubuntu 20.04 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+---------------------------+--------------+------------------------------+ | CentOS Stream 9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+---------------------------+--------------+------------------------------+ | Ubuntu 24.04 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+---------------------------+--------------+------------------------------+ | Debian 12 (arm) | PASS | PASS | SKIPPED | PASS | +-----------------------------+----------------+---------------------------+--------------+------------------------------+ | Fedora 40 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+---------------------------+--------------+------------------------------+ | Fedora 39 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+---------------------------+--------------+------------------------------+ | Fedora 39 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+---------------------------+--------------+------------------------------+ | Fedora 40 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+---------------------------+--------------+------------------------------+ | 32-bit Ubuntu 22.04.4 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+---------------------------+--------------+------------------------------+ | Ubuntu 20.04 ARM SVE | SKIPPED | SKIPPED | PASS | SKIPPED | +-----------------------------+----------------+---------------------------+--------------+------------------------------+ Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 20.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) Fedora 39 (ARM Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Fedora 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) 32-bit Ubuntu 22.04.4 (ARM) Kernel: 5.15.83+ aarch64 Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32165/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/