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 C6CE745EEC for ; Thu, 19 Dec 2024 14:25:52 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BAA6E40265; Thu, 19 Dec 2024 14:25:52 +0100 (CET) Received: from mail-pl1-f228.google.com (mail-pl1-f228.google.com [209.85.214.228]) by mails.dpdk.org (Postfix) with ESMTP id 12FF04025F for ; Thu, 19 Dec 2024 14:25:52 +0100 (CET) Received: by mail-pl1-f228.google.com with SMTP id d9443c01a7336-2167141dfa1so6992885ad.1 for ; Thu, 19 Dec 2024 05:25:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734614751; x=1735219551; 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=ELLvGRp7Ge45eZ+X+knUO/rwkngl6cKIUa4yxNtxiSo=; b=QqlaOaiZGW0DX62sSDf0suG8bJr2VhIgth1JdZ0IG+aOJ5eLrcXzafoklzIpGBjugT 0SW1pv6luBgFAGnNomJk3HEtX4TGnOign1euOzy/0enEbJvl4SkteCiiWvVzASw1XRKQ p3QzzCfg0vctHn12Y5NgHWmYD/5CIN/Ykb5G0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734614751; x=1735219551; 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=ELLvGRp7Ge45eZ+X+knUO/rwkngl6cKIUa4yxNtxiSo=; b=J7WJaPSB54DYqTmUi2ZhzbOhdygfPbDkDhLpe49dVhYJsc7Y+o9qyPc0JJ4M/Aj6co 79aBVP4bp8opFc3sdXURQ9+ro4X1y5e5yxCNPr5NxLFllI5MIqXDC4wZibu2jJeP9pUd IE5yYI1QQUJ2lxLPeiGP1BR1jUs1UySCjSkSwIsyBP9flarP2qt0WRV4WpGtL6dYxNiG mrruWnwUY6XC6JL9OtSyJJt7KMoTwO7ZaZRi9jb8R7KFTibO1snl3o4cov7PooPnVI3k NIQZIMTcA7K06YjSsDZQjjTj8J6UUi9tONDH0wOyZnm5lhKB03snPsp4K16JWLanFZdX YTwQ== X-Gm-Message-State: AOJu0Yzw/YoZpJj4hBF5elSwIQ4qaulIeDV/1zCuwkYHDlCUNy6ll9xi xWIKntHsdIgJmAQnjyF4GaxHeo6AmY67AANzVcoMuU4ytyE0ZZnYQDHex7oDjoPLbppEz8uJvHp M+CbXHNXrBP8oQxxON9UtEBTGwRgpt8rkIfuWZtHZ380e15DD3mlUK5Me X-Gm-Gg: ASbGncsKlUSp0s/wAkvHS+mU2FZ/te6N9O++RxL42SYR2KO35JM0b0/tKRiNYbcL7ln L7um+MzgH0uXdJeFaLR2dK16GjIsaoV/g0rmmQwQamwGp3qGV9YSrcrUA91jgOpKBrDQ2Etg1/v 53trwy/7M+7KYOtDUF5e6EbpeXuz4QXQWZNy17nK0WvKt3GgS/uYJFvRnlgwk3/6rBMrDyIyGbE xJqK+S4zmKw6z71lt3cCKJfGCjPrsnT+Lb+KrrFG1bKUcVcACrDU/l6KFfJd4Cd4rHc95yjNll1 4DCquQ== X-Google-Smtp-Source: AGHT+IHAU31Ggwe1SyGJRmRasADm38P+0eMqGuyPPrza+CgLumtIprd6UkhUaJFM1BXsGfLOIVH0/Hsqe4G/ X-Received: by 2002:a17:903:2302:b0:215:758c:52e8 with SMTP id d9443c01a7336-219da5e9006mr51986295ad.12.1734614751204; Thu, 19 Dec 2024 05:25:51 -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-219dc9a3629sm518065ad.69.2024.12.19.05.25.51 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 19 Dec 2024 05:25:51 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 19 Dec 2024 05:25:51 -0800 (PST) Message-ID: <67641edf.170a0220.3be2c5.37fbSMTPIN_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 5F1C96052471; Thu, 19 Dec 2024 08:25:50 -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: ACVP-FIPS-testing#8341 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/32169/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/