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 7B74145E30 for ; Wed, 4 Dec 2024 13:09:35 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 769BF40A89; Wed, 4 Dec 2024 13:09:35 +0100 (CET) Received: from mail-pl1-f226.google.com (mail-pl1-f226.google.com [209.85.214.226]) by mails.dpdk.org (Postfix) with ESMTP id 5204440A87 for ; Wed, 4 Dec 2024 13:09:34 +0100 (CET) Received: by mail-pl1-f226.google.com with SMTP id d9443c01a7336-215e194b65aso4193125ad.1 for ; Wed, 04 Dec 2024 04:09:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733314173; x=1733918973; 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=HKkfjydeaX2FZkMee/tSqjeTIcwvdQAuYHERHakR5T8=; b=ZUFxgP2uG5U6ZgDanQnUzkMkeAYjuD/ZJeCSX+DfOW170Mu7yaV2Vy8L9T3juPg13V 4KtbROjSHvrYkaHWVEkdbutjqhC1WEeJVOj43cEUpIUPmeQ8wIqSE67K5SIaxWNZxTzp NiKgHHNChnFArWfB3cbj9rhgTJJ4nQNm1+rmc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733314173; x=1733918973; 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=HKkfjydeaX2FZkMee/tSqjeTIcwvdQAuYHERHakR5T8=; b=hQmUP1kSU9FvW2iYHESjVbp5hnXu8FIXNTwT2lM/WbnF6e0JAbuUThrmqDUp7CPb+9 32bWA72CBzQlPnJa9kqfTI/x4/oviBd1kqNA/iPQIvdZVxpMhDtey/5awYtT/dvQwekt XajX/vDyoD9y33kEvzhbGAXr/znPh86WtcT0PludO77U0eGRFS6F/oRSX5jpJ23alywo dZ98KeudIwNVNKScZWw6xZeV6/Y5+yQl+SFz5QgZVGzlz+VTX8pNIM16brWA1GM7Ybjg 6Ez/0IvyZsuLMCVWPCbdE/2gZc5Q0M1hwR7DOm4ifeScSB9o375Ff01zUIqshEHIH4sY ji3g== X-Gm-Message-State: AOJu0Ywv+EEZ4mIu2Lsk+s7yaclG2OKmcruTDzUc4d5bAY25wYBA0Gpz /3zrn+Oczi8Tm2fXuzmp4Lk1W4DwhOEolnfkPROltUfObYDgzBDSlUROTfMWP8lKd9Hzw06RohK XA98gnn/5xTWQv335TFCLS2AsdeR3z4sDqmNPCYXPShqBLZVqioSIEOaM X-Gm-Gg: ASbGncsMt47Bgc0BqBAlDYU9n2yIbVANfzUAqpyZ7lvQqcoKDwMKeW3nNPRZV1B2l1P ojTxNLZLGh7ouH0yQaE45ayhza6VIwuwbbhP9tzoQvQ+vA2AlfeSn2Z5WRsJ1S6lEJ03w0r+W+V q8lLQYxlo1ljIWzXE3Uh7z8toKut+YGKy/b6GNfmtX/XLzvWNKD6FZWi5i51sYfASl0G6i2KUkr oDznNqksXkE+3gl33mTiEKxY4h0Z6q6GHcJf9qqv+j45TZz6psAcfdzqBYX4K0rfU0vOyZk5gY= X-Google-Smtp-Source: AGHT+IHwfxNjByejzfQDdLEhaRTDxMa9DMHYa7hgNACu3AfylyY7NOd+Z+JZ8rki6L2MTTEZW7yi14Kf/UBz X-Received: by 2002:a17:902:ecca:b0:215:63a0:b58c with SMTP id d9443c01a7336-215bd24bb6fmr80157085ad.46.1733314173467; Wed, 04 Dec 2024 04:09:33 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id d9443c01a7336-215ac54b99fsm2096485ad.132.2024.12.04.04.09.33 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Dec 2024 04:09:33 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 04 Dec 2024 04:09:33 -0800 (PST) Message-ID: <6750467d.170a0220.39b87b.c4beSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.2] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 73E536052471; Wed, 4 Dec 2024 07:09:32 -0500 (EST) Subject: |SUCCESS| pw149010 [PATCH] cryptodev: not close device when secondar From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241204024630.2869-1-ming.1.yang@nokia-sbell.com> References: <20241204024630.2869-1-ming.1.yang@nokia-sbell.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-amd64-testing Test-Status: SUCCESS http://dpdk.org/patch/149010 _Testing PASS_ Submitter: Yang Ming Date: Wednesday, December 04 2024 02:46:29 DPDK git baseline: Repo:dpdk Branch: master CommitID:4843aacb0d1201fef37e8a579fcd8baec4acdf98 149010 --> testing pass Upstream job id: Generic-Unit-Test-DPDK#297518 Test environment and result as below: +-------------------+----------------+ | Environment | dpdk_unit_test | +===================+================+ | Debian 12 | PASS | +-------------------+----------------+ | Fedora 39 (Clang) | PASS | +-------------------+----------------+ | Fedora 40 | PASS | +-------------------+----------------+ | Fedora 40 (Clang) | PASS | +-------------------+----------------+ | RHEL9 | PASS | +-------------------+----------------+ | CentOS Stream 9 | PASS | +-------------------+----------------+ | Ubuntu 20.04 | PASS | +-------------------+----------------+ | RHEL8 | PASS | +-------------------+----------------+ | Fedora 39 | PASS | +-------------------+----------------+ | Ubuntu 22.04 | PASS | +-------------------+----------------+ | Ubuntu 24.04 | PASS | +-------------------+----------------+ Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 39 (Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) RHEL9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) Fedora 39 Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 24.04 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/32079/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/