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 5D9FB45D27 for ; Mon, 25 Nov 2024 12:18:54 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 336D24067B; Mon, 25 Nov 2024 12:18:54 +0100 (CET) Received: from mail-qt1-f228.google.com (mail-qt1-f228.google.com [209.85.160.228]) by mails.dpdk.org (Postfix) with ESMTP id 85017402C9 for ; Mon, 25 Nov 2024 12:18:52 +0100 (CET) Received: by mail-qt1-f228.google.com with SMTP id d75a77b69052e-4668486df76so12156641cf.3 for ; Mon, 25 Nov 2024 03:18:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732533532; x=1733138332; 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=kIoqnyA2o4wAIWzFqXtia74/yiuMibBr5Wn6+Evg/Nk=; b=cnfmJNxHerlA4yi5/xTtX4uvdzweWi6EzS5B7UrsycRBrKLzi8K9TDRjoBnNinOiep lwMLfC2xVjS1Hl06Wp46JeMRFe8mHFnOZFTSyyrA3iVjUE9hdJB1Eo6fnZYRkCzSheu/ Lc2fDTb3HKptaWWBZ+Robou6rTI/HWBBXVorU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732533532; x=1733138332; 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=kIoqnyA2o4wAIWzFqXtia74/yiuMibBr5Wn6+Evg/Nk=; b=Yo5Kkj8WJ6raZcmw7/tfHcvLk91SWnleQBfkyQ/ftJmEq2jUuU3wYoOeWfxt604CvE DSuKMfXjC0zBGRaPPn4l1y2+7X6KLsZXLVVc4NdINX+uOJAJhLJd2SNbpELN3+gviH6m /bYorSdYbTJsHcC3KjJ2k/KUlk7vVhcDmtsMh94dGQG1Qz4kASoZl69HTnLApO+qt8Be g+Zbg7OvBDZlrrcoxVsQnJF+HkZYaY3W82iD9USusM7v7RZBOPxnrbQ28hnI7TdC/iG2 mB0jJDdWkYZ6IuC6o+AYpLNKkdiyfAgSx5E1gjNP4sVMmKBpnfAcENRXDHs3dVxQK8ao ZLOQ== X-Gm-Message-State: AOJu0YyuhfaacwmVmQRGdYBOCPidVLa+g39zXTRBBl3c4Fxv2TSZR4Lf Byqn7BnpwcQQlMLu6DfqbBbzJ9qhbueANCMu2bJGw4Ya38e6mgS7lQyEZuJfDDlXVeLw2mXV55K SzYGIL2naVBXoXZYEC+GF815NgE7TTJKO5Di6aWcw X-Gm-Gg: ASbGncv4oRPlBC+jtjUQbyJ/qxWw8tCh/PbrIbfnYhCZOfAkfeNl37nKgVddrp8dRnq amHBNVoD93LJTJhZpVTIXEX+StNfTVhfpmnp/CkmkxDZ0sBoXMdORUWD+0tmpS+L+vpAwYbFMUY tg3wBym53wfExWkguJ9QygP3RLiYLSzfdE4KdgniSdoH53yd/ZUAebIVwwrpiebpO6KSwG81F+B 3Dw6pAXkQ4pqfK0o3Z3x+5wzQ12PwBQPGNpl4JICZyrNHe42P+UcBLr+c0u1bVdr1F0toU= X-Google-Smtp-Source: AGHT+IF0yOS62sFPU0J4bM1KRj8b6/Z69lUeh+yBfupEwg1T/K3p97ASyKY0sQIFK+RtiV3VQBZiH+fKWqir X-Received: by 2002:a05:622a:7d0c:b0:466:894b:2933 with SMTP id d75a77b69052e-466894b2c96mr56454231cf.3.1732533531825; Mon, 25 Nov 2024 03:18:51 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d75a77b69052e-4669a2d7756sm294981cf.21.2024.11.25.03.18.51 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 25 Nov 2024 03:18:51 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 25 Nov 2024 03:18:51 -0800 (PST) Message-ID: <67445d1b.050a0220.e955e.1ca2SMTPIN_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 631FC6052471; Mon, 25 Nov 2024 06:18:51 -0500 (EST) Subject: |SUCCESS| pw148833 [PATCH] [v3] vhost/user: clear ring addresses whe From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241125034550.2112273-1-zhao305149619@gmail.com> References: <20241125034550.2112273-1-zhao305149619@gmail.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/148833 _Testing PASS_ Submitter: Jianping Zhao Date: Monday, November 25 2024 03:45:50 DPDK git baseline: Repo:dpdk Branch: master CommitID:07e3bebf3c93750c52ed9be87edd212fbc22da0a 148833 --> testing pass Upstream job id: Generic-Unit-Test-DPDK#294545 Test environment and result as below: +-----------------------+--------------+----------------+---------------------------+------------------------------+ | Environment | lpm_autotest | dpdk_unit_test | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | +=======================+==============+================+===========================+==============================+ | Ubuntu 20.04 ARM SVE | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------+--------------+----------------+---------------------------+------------------------------+ | CentOS Stream 9 (ARM) | SKIPPED | PASS | SKIPPED | SKIPPED | +-----------------------+--------------+----------------+---------------------------+------------------------------+ | Fedora 39 (ARM) | SKIPPED | PASS | SKIPPED | SKIPPED | +-----------------------+--------------+----------------+---------------------------+------------------------------+ | Fedora 40 (ARM) | SKIPPED | PASS | SKIPPED | SKIPPED | +-----------------------+--------------+----------------+---------------------------+------------------------------+ | Debian 12 (arm) | SKIPPED | PASS | PASS | PASS | +-----------------------+--------------+----------------+---------------------------+------------------------------+ | Fedora 40 (ARM Clang) | SKIPPED | PASS | SKIPPED | SKIPPED | +-----------------------+--------------+----------------+---------------------------+------------------------------+ | Fedora 39 (ARM Clang) | SKIPPED | PASS | SKIPPED | SKIPPED | +-----------------------+--------------+----------------+---------------------------+------------------------------+ | Ubuntu 20.04 (ARM) | SKIPPED | PASS | SKIPPED | SKIPPED | +-----------------------+--------------+----------------+---------------------------+------------------------------+ | Ubuntu 22.04 (ARM) | SKIPPED | PASS | SKIPPED | SKIPPED | +-----------------------+--------------+----------------+---------------------------+------------------------------+ | RHEL9 (ARM) | SKIPPED | PASS | SKIPPED | SKIPPED | +-----------------------+--------------+----------------+---------------------------+------------------------------+ | Ubuntu 24.04 (ARM) | SKIPPED | PASS | SKIPPED | SKIPPED | +-----------------------+--------------+----------------+---------------------------+------------------------------+ Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Fedora 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) Fedora 39 (ARM Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Ubuntu 20.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 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 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32009/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/