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 3174345EED for ; Thu, 19 Dec 2024 16:08:30 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2B68540265; Thu, 19 Dec 2024 16:08:30 +0100 (CET) Received: from mail-yb1-f225.google.com (mail-yb1-f225.google.com [209.85.219.225]) by mails.dpdk.org (Postfix) with ESMTP id 029A24025F for ; Thu, 19 Dec 2024 16:08:28 +0100 (CET) Received: by mail-yb1-f225.google.com with SMTP id 3f1490d57ef6-e3983f8ff40so665265276.1 for ; Thu, 19 Dec 2024 07:08:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734620908; x=1735225708; 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=DP+l7VXjLueSEjrTfWG5YcaKchGbx3faTtNwjg5dZHs=; b=Lc0jBpjni2V0RYs3WozILyVPxI/p/l4H4oARB/hiac0cths1TRSKvmgXl5J1UjFTEu ewniwsVooas5ZKAL8NJQVrHXW3wRXlqZOnETqvdJSQYGrxzxZPcxDSNA74KOvvZOnvBv Iw8rmKHVlDEvNu7ivsuewloFI7UHmRx/Sn0/Q= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734620908; x=1735225708; 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=DP+l7VXjLueSEjrTfWG5YcaKchGbx3faTtNwjg5dZHs=; b=wuYWRcYG+rW1Dp9YRonyRf55uTwyGEeC7XyLi2ZE65EZ8pS3XzIBLK6CVRD8WaMpjf V10G8fCC5DDB/fd8xRPTx2M596BoYSElMjBl5gDWOIc91CbkKR1Tp9z4jEg2qFDcP0vd mtAcEZfAGEiG/l083VK2wl7UR7hBmfvOnEQ2MyYeXT6AVjcomNvwk/xRic8i9DgVt3xG 4T0GjjCg4dI3NnHiUC/lv9tVXUtKyIWx2zyXdATaf6otujNmAncWSfZ6Udx8hWml0pEG 9BdBLCUpuVKjyA1+o7fY0fKgY8sYtgFhpp/2nm55kBMeMpRkRwISFH6AC7ahL9cR3L94 7vbA== X-Gm-Message-State: AOJu0YwfrOLZKaT8NfeeIkCgu523PYAvEHLLuDMKtOTIhpgf1FtZW/WY C2vzLUKT0vI0xBywEi+e70NaCUjUC/HWUCH9pjEKrlly2vB4kpz9byM8lvlYPH4IuIFNYDVx6/Z 6wDf3Lf2y46NmPpbttmoRV3De3NmQwhUTa3bNmF/g X-Gm-Gg: ASbGncurBSU1qARlKXhkQppWUpEj8kjFceegpAHChokYyr05j5IMjwJVpxvnzmJcYWl 6zrgUBMdGlOv/wGpO/MVdMoh+mpOLjXuezKwVjwzdOHsz04zaIon7vwYMz0pNwE/Whrpbw3+OLa Uq2Tom/aOKaX80GAipF1Rp+5ZNQibdYY36boNRZJc+ngz3ewdAIo6ragMxx3eysMcqwh4KamJCK d3frAKz9AgWgODdCKIInSvEwpqNOEe4piUvXRcGGRWQG4Y7JzAQ2mms6yZXGy3GVg8UDvuiPz7s CQ== X-Google-Smtp-Source: AGHT+IHZCNqN4ezhxajvl8dIia1NGqRmmIf8ZK5eM9xSwREQ2g1u+8lFgaOM8hcNW7z1idHugHssSaF7jPSH X-Received: by 2002:a05:690c:6f8b:b0:6ef:4696:f1cc with SMTP id 00721157ae682-6f3d1e86675mr62411077b3.22.1734620908278; Thu, 19 Dec 2024 07:08:28 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 00721157ae682-6f3e741d5f3sm558167b3.20.2024.12.19.07.08.28 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 19 Dec 2024 07:08:28 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 19 Dec 2024 07:08:28 -0800 (PST) Message-ID: <676436ec.810a0220.29e43e.3d38SMTPIN_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 E6E146052471; Thu, 19 Dec 2024 10:08:27 -0500 (EST) Subject: |SUCCESS| pw149315 [PATCH] [v2] cryptodev: fix C++ include From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241219133139.420001-1-thomas@monjalon.net> References: <20241219133139.420001-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/149315 _Testing PASS_ Submitter: Thomas Monjalon Date: Thursday, December 19 2024 13:30:50 DPDK git baseline: Repo:dpdk Branch: master CommitID:7df61db6c387703a36306c1aea92225921e2eeb2 149315 --> testing pass Upstream job id: ACVP-FIPS-testing#8342 Test environment and result as below: +--------------------+----------------------+----------------------+ | Environment | compressdev_zlib_pmd | dpdk_fips_validation | +====================+======================+======================+ | Ubuntu 22.04 (ARM) | PASS | SKIPPED | +--------------------+----------------------+----------------------+ | Ubuntu 22.04 | PASS | SKIPPED | +--------------------+----------------------+----------------------+ | Ubuntu 20.04 | SKIPPED | PASS | +--------------------+----------------------+----------------------+ Ubuntu 22.04 (ARM) Kernel: 5.15.0-97-generic Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 22.04 Kernel: 5.15.0-100-generic Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32170/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/