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 9045745EEC for ; Thu, 19 Dec 2024 15:36:10 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8C56A40265; Thu, 19 Dec 2024 15:36:10 +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 D77B04025F for ; Thu, 19 Dec 2024 15:36:08 +0100 (CET) Received: by mail-pl1-f228.google.com with SMTP id d9443c01a7336-21649a7bcdcso6778835ad.1 for ; Thu, 19 Dec 2024 06:36:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734618968; x=1735223768; 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=CAaravNNmUhypnsY06ONr7VK+X6yRCGS35QG9Zr/R3M=; b=BFYgwajA/HtcSq+/qwIfl46Mjiuurj5sHKj5Py5wN+dj0Ux5d7zNGsuGRnD5H5LKEb p/6lgmDSMuS/nOBlH8wB83J1cuoT3bqRlCjVeN8faN6wZpDpfCBU/Xf0F10oPJKhOrBS uMLk/bJSjlzKDtu4nfLFJLW0rMPOAfWd5JfS0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734618968; x=1735223768; 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=CAaravNNmUhypnsY06ONr7VK+X6yRCGS35QG9Zr/R3M=; b=YtMZO9XwzpZdezLir/BcGLXYKgrive/w77V82pNsl4BxhFXo09c72E+AX43++NZUhB XMyX29NIWIRi2wEn9L1dOQ6TczJRUlZ0TY6hIuyk6BhdFrBmwsPjjArGRyl6a62WqsEr SSmjy56dtfECY6bDuPeiUZ3SeyADhLjYiKvek9TAKhlWePHRg2j8QBN48rrrN68YGzT8 zX5dwMy3UoUXP/1w+fSX2+nA6Yz8pNC9fjpzMbALbrAu+V7QAQzBFsruhgFbLRPUxwN0 E1wXD9XxzBe4MFj4WniAIThnjFfa8ZKf1xzRbr//fQy5bP9yp4LF6kIsVYdaBOd1Fjxi w1Dw== X-Gm-Message-State: AOJu0YwmCHtaQe9Q1V8W29NznXKCAYn1J+JU/aW0PjPZ+iapPoSG39KA Zlit9RB+0mlZee+4/FsuHnbIZ9KPU96i47RTdbbsPodpJhvP0a8dEOM/C0aYC56msrFPGWyBwKy TtA93fvfNoND9Jkh/fpvuSSsT9wm987/vLSnkmf7Bc6DEMCyO1IDadmfP X-Gm-Gg: ASbGncu6zKf1FhNsCCKKeLed6JsMoKZ3HY2OwCpXWNk2SdESssBKIYzmckJXejsrmAE 6qt6JrSueqHpAgqt+pGS1G3RPB9NlWPC5pPEpfXZ3xGgkFs8A9a+7mTk74MVsmiSn/kywvMkAQI SyYO/riuKyUP2K6/kGOyQyf240Dmd7J28avkxe99qFPhE/KzKvxdZxq55oLuBohp8F2YwCCS7FS r7v3tSwaPl37nnCO+mrBB2D3kW550wSTWj+rz7mkLlA7/gRVsRx0Yuy8o7UFLTXywZ4nltByUjv /miycQ== X-Google-Smtp-Source: AGHT+IHCVouOHQjfhJODBaX0hUGZJsMyVA2QSt2OPLQfnAzz1dwVm2xDvTfnjM7QTlBuZ8ClKjWiDfK4rQco X-Received: by 2002:a17:903:190:b0:215:bb50:6a05 with SMTP id d9443c01a7336-218d6fd5dfcmr81546875ad.9.1734618968010; Thu, 19 Dec 2024 06:36:08 -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-219dca2dd64sm551695ad.120.2024.12.19.06.36.07 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 19 Dec 2024 06:36:08 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 19 Dec 2024 06:36:08 -0800 (PST) Message-ID: <67642f57.170a0220.204715.3de5SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.5] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 364A06052471; Thu, 19 Dec 2024 09:36:07 -0500 (EST) Subject: |PENDING| 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-compile-arm64-testing Test-Status: PENDING http://dpdk.org/patch/149315 _Testing pending_ Submitter: Thomas Monjalon Date: Thursday, December 19 2024 13:30:50 DPDK git baseline: Repo:dpdk Branch: master CommitID:7df61db6c387703a36306c1aea92225921e2eeb2 149315 --> testing pending Upstream job id: Generic-DPDK-Compile-Meson#344949 Test environment and result as below: +------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +====================================+====================+ | RHEL9 (ARM) | PEND | +------------------------------------+--------------------+ | Ubuntu 20.04 ARM SVE | PASS | +------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PEND | +------------------------------------+--------------------+ | Debian 12 with MUSDK | PEND | +------------------------------------+--------------------+ | Fedora 40 (ARM Clang) | PEND | +------------------------------------+--------------------+ | Fedora 39 (ARM Clang) | PEND | +------------------------------------+--------------------+ | Fedora 40 (ARM) | PEND | +------------------------------------+--------------------+ RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 Ubuntu 20.04 ARM GCC Cross Compile Kernel: Depends on container host Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Debian 12 with MUSDK Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) Fedora 39 (ARM Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) 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/