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 4ABCE42B77 for ; Mon, 22 May 2023 22:53:32 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 24F7E400D5; Mon, 22 May 2023 22:53:32 +0200 (CEST) Received: from mail-pg1-f225.google.com (mail-pg1-f225.google.com [209.85.215.225]) by mails.dpdk.org (Postfix) with ESMTP id E1497400D5 for ; Mon, 22 May 2023 22:53:30 +0200 (CEST) Received: by mail-pg1-f225.google.com with SMTP id 41be03b00d2f7-5304913530fso5899796a12.0 for ; Mon, 22 May 2023 13:53:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1684788810; x=1687380810; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=NJEE0YmfMD/Fg5wtJUShE1GNHIXGFKHC7tROxBGQbw8=; b=ESTt5j/JEK5dJgsdu1koUM41ojghdIxfrplrYEqU5IKElQbBmacuvRHX9tkRld1jLO l8mAQg7Agit0fHOEHbmT1PfZrEv/tWc5apvZOEtPtQh0N8WV0TSjXPbITZHY2waaX3pe ey5x+fasXcUbaGS0LFKvG7osgnd5aPnZhZ0dY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684788810; x=1687380810; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=NJEE0YmfMD/Fg5wtJUShE1GNHIXGFKHC7tROxBGQbw8=; b=YhZ0tDuq2CTqDxMJpvJXHFt7mUh76m9xwTTPhp9XV245jtoT0hL8ImHCzd85p54dp8 utKfkV+9lt2mFj4rHRn/1lbKynnB25Ua6XvWnRjwRxVZ445u8W8KayNCWdWsbbkQFUDW kZtvJtE2t4Oq2qXLQzCavET5RfCKTPPpDiWYPYAUXGvEWyWaYQMol4cqUhPn/Fs+G0UN gnjfxB7zlDWnIloOfERKERFNAaw96z8n1APHhvoyraCgv47o7n+FmUHWZ6h5EnGmEqvU u1hpL/WHrOsxdgFi60lQaopNTfMxtK5yh1o1b0eXMpF6nfs1j/VBFIzJeb8GY5VpWKKb cE8g== X-Gm-Message-State: AC+VfDyi9EP2OrfTZXOqCtEjrU84KOcOdBorVIfSX9u0GXdDxG5XK5Zv uR5iXZnLD6Hv4oNf21OvKwrnEc8rWjnvdxU+bhex7vQH7fqHg3qs0IKnY+XpoUsyP3xkXn0g0g= = X-Google-Smtp-Source: ACHHUZ4Qd8DYgevGrxjqdbS1Nr1cBC59ks8ac33OSRRf0PYrIUaGmabOIMM1G6ucfZbKYqy65rGFXu1jOW5g X-Received: by 2002:a17:902:db03:b0:1ae:6135:a050 with SMTP id m3-20020a170902db0300b001ae6135a050mr15558302plx.19.1684788810018; Mon, 22 May 2023 13:53:30 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id k13-20020a170902760d00b001a216fac3c6sm775398pll.89.2023.05.22.13.53.29 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 22 May 2023 13:53:30 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Mon, 22 May 2023 13:53:30 -0700 (PDT) Message-ID: <646bd64a.170a0220.566cd.c5eeSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.2] (unknown [172.18.0.34]) by postal.iol.unh.edu (Postfix) with ESMTP id 6BDEC605246B; Mon, 22 May 2023 16:53:29 -0400 (EDT) Subject: |SUCCESS| pw127177 [PATCH] lib/cryptodev: fix assertion to remove GC From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu 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-testing Test-Status: SUCCESS http://dpdk.org/patch/127177 _Testing PASS_ Submitter: Kamil Godzwon Date: Monday, May 22 2023 18:49:51 DPDK git baseline: Repo:dpdk Branch: master CommitID:a399d7b5a994e335c446d4b15d7622d71dd8848c 127177 --> testing pass Test environment and result as below: +--------------------------+----------------+ | Environment | dpdk_unit_test | +==========================+================+ | Fedora 36 Clang (ARM) | PASS | +--------------------------+----------------+ | Ubuntu 20.04 (ARM) | PASS | +--------------------------+----------------+ | Debian Buster | PASS | +--------------------------+----------------+ | CentOS Stream 9 (ARM) | PASS | +--------------------------+----------------+ | Fedora 36 (ARM) | PASS | +--------------------------+----------------+ | Debian Bullseye | PASS | +--------------------------+----------------+ | CentOS Stream 8 | PASS | +--------------------------+----------------+ | CentOS Stream 9 | PASS | +--------------------------+----------------+ | Ubuntu 22.04 | PASS | +--------------------------+----------------+ | openSUSE Leap 15 | PASS | +--------------------------+----------------+ | RHEL 7 | PASS | +--------------------------+----------------+ | Ubuntu 20.04 | PASS | +--------------------------+----------------+ | Debian 11 (Buster) (ARM) | PASS | +--------------------------+----------------+ | RHEL8 | PASS | +--------------------------+----------------+ Fedora 36 Clang (ARM) Kernel: Container Host Kernel Compiler: clang 14.0.5 Ubuntu 20.04 (ARM) Kernel: Container Host Kernel Compiler: gcc 9.4.0 Debian Buster Kernel: 5.4.0-122-generic Compiler: gcc 8.3.0-6 CentOS Stream 9 (ARM) Kernel: Container Host Kernel Compiler: gcc 11.3.1 Fedora 36 (ARM) Kernel: Container Host Kernel Compiler: gcc 12.2.1 Debian Bullseye Kernel: 5.4.0-122-generic Compiler: gcc 10.2.1-6 CentOS Stream 8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.4.1 20200928 CentOS Stream 9 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 11.3.1 20220421 Ubuntu 22.04 Kernel: Container Host Kernel Compiler: gcc 11.3.1-2 openSUSE Leap 15 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 7.5.0 RHEL 7 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44) Ubuntu 20.04 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 9.3.0-17ubuntu1~20.04 Debian 11 (Buster) (ARM) Kernel: Container Host Kernel Compiler: gcc 10.2.1 RHEL8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5) To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/26335/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/