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 2C71542B77 for ; Mon, 22 May 2023 22:07:47 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 15B5A400D5; Mon, 22 May 2023 22:07:47 +0200 (CEST) Received: from mail-yw1-f226.google.com (mail-yw1-f226.google.com [209.85.128.226]) by mails.dpdk.org (Postfix) with ESMTP id 53F51400D5 for ; Mon, 22 May 2023 22:07:45 +0200 (CEST) Received: by mail-yw1-f226.google.com with SMTP id 00721157ae682-561afe72a73so88088157b3.0 for ; Mon, 22 May 2023 13:07:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1684786064; x=1687378064; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=Uvmva9U33OiU9RC1U2ZQg/n2CnKSIgpRiW8LduyG4AY=; b=F/7lgU6WmYtYC3+KtnpXzLKmEi2XsyGccumj1PLem681a0sghLcfhQhGAdEYGcdXSA g49c8CslT1SGclOnfSD3tcrK1DgCYPPLeaElthTsmpbbcMWT9VmDYNY/zRFVWHxGm4U5 Ac7FXVwaMHG8hSrpp+wlJg0F6WMcqmEXUpZaY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684786064; x=1687378064; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=Uvmva9U33OiU9RC1U2ZQg/n2CnKSIgpRiW8LduyG4AY=; b=FY4kkileCg1T20dV0j+V2A47L7XiQd7/ODbwy3JQK/5U45G2DGEUdlviOSmNIwKntG aAEOEKvMY6EXK4bdXH3C41lCdNSFcHd9odPFwSHk8q9eXOlf9VCsKHqMFppoOP7w8KaD pJ1bMUywVlJXYlDng71IXgP0YQAfrqYsJ1TsH34A/HE5oJN7zcrEtUBplUWJQJZKcKHk k8g5ZcTWrRfJxaRREmGYfl9MBLJyOFzNcwLK/UpDn5yHteWGQj7sThh+fzeXaDCBkP9U Jx+G3yrWg7YjizTjqfsmyUy9lSZYNRXinZKCuoSF8C3OBGKMJU+Oai0Sn+hxieEvys69 32Tw== X-Gm-Message-State: AC+VfDwr0mYNpVhqhvWO2mX5+kI/N25kUmmoGPMZ4tR43UxjKoazaxV3 9B/m21kOdI7cOo8dqkraB9H4llJOiD2fwLocYIt0XfTKb+7RntNpkkmAVw== X-Google-Smtp-Source: ACHHUZ4Gik3m0dyzg4nn9npHwNsP6yxdUBv16SAaFhb1mJcDZspL+GW23Hv/Vywb7popo/VrYRsPk9pHtDjJ X-Received: by 2002:a0d:ff41:0:b0:562:41:5fed with SMTP id p62-20020a0dff41000000b0056200415fedmr13279806ywf.0.1684786064659; Mon, 22 May 2023 13:07:44 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id g136-20020a81528e000000b0056216f6138esm1577886ywb.0.2023.05.22.13.07.44 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 22 May 2023 13:07:44 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Mon, 22 May 2023 13:07:44 -0700 (PDT) Message-ID: <646bcb90.810a0220.4134a.d757SMTPIN_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 47187605246B; Mon, 22 May 2023 16:07:44 -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-abi-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 | abi_test | +=================+==========+ | CentOS Stream 9 | PASS | +-----------------+----------+ | Ubuntu 22.04 | PASS | +-----------------+----------+ | RHEL 7 | PASS | +-----------------+----------+ | CentOS Stream 8 | PASS | +-----------------+----------+ | Debian Buster | PASS | +-----------------+----------+ | RHEL8 | PASS | +-----------------+----------+ 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 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) CentOS Stream 8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.4.1 20200928 Debian Buster Kernel: 5.4.0-122-generic Compiler: gcc 8.3.0-6 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/