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 A1A3E45EEB for ; Thu, 19 Dec 2024 13:40:49 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7AC8440290; Thu, 19 Dec 2024 13:40:49 +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 9634240265 for ; Thu, 19 Dec 2024 13:40:48 +0100 (CET) Received: by mail-yw1-f226.google.com with SMTP id 00721157ae682-6f2c8aea797so5729647b3.1 for ; Thu, 19 Dec 2024 04:40:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734612048; x=1735216848; 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=t8GhLxoESEwpY0rdqt1tMumKbDBUuAkZOc2LggO+KAA=; b=bRguPhJ6OB5qp+5vDosXejENpUfTtEw3bWOiQr5xpJpBni1O0kWLrFl/KrxwmXOfH0 oK7i3qYICHzLJu5WdXfu7Cml7jranwvBIOl12KYzoKRRClG8XmLV8axXwWyNEfO0e+tL KxqqBrKDNU0cWSvLQ9uB9hxpONF7zSqpDkLl8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734612048; x=1735216848; 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=t8GhLxoESEwpY0rdqt1tMumKbDBUuAkZOc2LggO+KAA=; b=IoKPOAPUP6xD5OC6k0UUT2mf8xnbnEW8AcRhDMhd/rsX2O70iTmvTFuQuPkiConvpu zMgxE1db2lFCWvW7Mi/cr2JvxLojAtOfp3Puw7tj4zD2ppDK3fAvter9JoPPkbyWE2ma z4DM6P8h+tf36za93/4VK3+J8XW8ryViJiYjypnXDhxldj4/FVoXuEwJgtUnmj+Bt1Ib fS3JPAZa0XE6AiMJ2apyKB7hwLQA0ygtbaUrn8SrqiqtUCN4BfQDX7G5zavyRwssQgwj R6Qnj46b25XfekyPfLB32qMuPOkQ4sXPafItcCPYh6aP88eKiqdNnOCglTLyi8+orba1 22kA== X-Gm-Message-State: AOJu0YwQtgsX/Us0yqHSUpYgEvZPZAYm/CCw1Nocm1npK+rmfjK7u5yY ocsT2FTetOpI+IpYu0KIuuIOJKwT61aM/My7w629ZzFkbNXV7RrF+qbbjPA/lhEEIwSU/bGZwxY HERjE1XTBwxV7W6lXziNrjytMmO2OZ/NPELYd0Azt87hhmDoQPL69QfSE X-Gm-Gg: ASbGncuy8ULa6QEhJUAnxe1yw4guxrIBnRp2+UHc0fNrEOCq3N0QjBZ35L+1FPJUeQp GDPa2pUoQ669+E5ccFtTpppUkrXQu+ZR1thShB0lhizsncCget8nJV4h2WkwkoNiNoMDvy24fbh ncUufqc2YSbRg48JdPTNzCz/QLwB/BS/Z6jXcVYHwuQZtQ1se3vqz9tWDlCiIQUGxKp2lUA0OHR 1ECC/+p5AYNvNhc9ORsJGsHJEMMNqkQpnHabn9/D/hoUbx3Ryb0m6aYkGoybineRiKzxrGD4x+i g+O7rg== X-Google-Smtp-Source: AGHT+IEn/GHZSy+AtRzeH/+9VWo7bvaPro3A3meKl+noK1t5wPFunP0KoltMlgTwuVbYBTDmZEkqrzS63BU4 X-Received: by 2002:a05:6902:1185:b0:e4e:551e:fd0a with SMTP id 3f1490d57ef6-e536225d123mr6244500276.44.1734612047882; Thu, 19 Dec 2024 04:40:47 -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 3f1490d57ef6-e537cf085f1sm45711276.29.2024.12.19.04.40.47 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 19 Dec 2024 04:40:47 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 19 Dec 2024 04:40:47 -0800 (PST) Message-ID: <6764144f.250a0220.33eb87.2bcbSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.6] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 403316052471; Thu, 19 Dec 2024 07:40:47 -0500 (EST) Subject: |SUCCESS| pw149314 [PATCH] cryptodev: fix C++ include From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241219114555.406331-1-thomas@monjalon.net> References: <20241219114555.406331-1-thomas@monjalon.net> 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-sample-apps-testing Test-Status: SUCCESS http://dpdk.org/patch/149314 _Testing PASS_ Submitter: Thomas Monjalon Date: Thursday, December 19 2024 11:45:54 DPDK git baseline: Repo:dpdk Branch: master CommitID:7df61db6c387703a36306c1aea92225921e2eeb2 149314 --> testing pass Upstream job id: Template-DTS-Pipeline#203380 Test environment and result as below: +--------------------+----------------------+ | Environment | compressdev_zlib_pmd | +====================+======================+ | Ubuntu 22.04 (ARM) | PASS | +--------------------+----------------------+ Ubuntu 22.04 (ARM) Kernel: 5.15.0-97-generic Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32169/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/