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 A889445EF0 for ; Fri, 20 Dec 2024 01:37:15 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A4C6640265; Fri, 20 Dec 2024 01:37:15 +0100 (CET) Received: from mail-pl1-f225.google.com (mail-pl1-f225.google.com [209.85.214.225]) by mails.dpdk.org (Postfix) with ESMTP id 517414025F for ; Fri, 20 Dec 2024 01:37:14 +0100 (CET) Received: by mail-pl1-f225.google.com with SMTP id d9443c01a7336-216426b0865so12772025ad.0 for ; Thu, 19 Dec 2024 16:37:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734655033; x=1735259833; 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=RuRN0dEHptQzpNgDXiXdSiCECq+ZWGEoPzpWk0VMxNk=; b=OfsP0Ne0CZimaDYolC1YCjKSVd3g+qnVWbClZgpq52QvhCbdjtG6LSPtsdB6EwjeTI KXiEN4Ti/NLYT8IFrtUfYluTqSjoTs9mNdQvfcAEQTrWPZE9WPqjm6h1hJJ0sSa3tMUv 4bta1pibjsf9xw7IWDIsPpRUtuoDiWE1LgqEo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734655033; x=1735259833; 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=RuRN0dEHptQzpNgDXiXdSiCECq+ZWGEoPzpWk0VMxNk=; b=UYL7q0Q5r3VpBtKRqeePN0Jl80I5PYWCAlJpyS2TvraRGWTR4mwz163RIe3+m/EISP tZVNQ15DSrgdjJkcBxRS1u8woknCm92oBQar/DT2ln5/pkErPEl21cAcY3VOoLYbXJCK AJn0ZqV899cKu6cH5uTGhl1BzzdPThCV+KYlXAsNWHpDW/7kWXAAqZ6TqTewLuaemIDF LQMvHSWXiZfTqvBqL3Q+jVHTFX/4NQYsKXvEyo7lBxyCUMZ9mBDNBJJSWSz59e/AN7d+ LL8kK1ddxMFvQ+qM5tyjYDP2Qyj0PtTxD67rkiw3xKepNm9hlr6ljnGl7QbDmIBzTE6h KKiA== X-Gm-Message-State: AOJu0Yw82RQJNo1JuYX2O85aZhRklcq9OUj8mLgpyDWYreZO04rmnkvh 2fxT8DwKslHeEQxKtxpn+Ynyfp/z8vLVST7jarUTUymn0+iG1+mZ+ORq+Fnxa36FOmbMp4aYp5Y SFVbAISgvl30ugVu4oXw6RPQWpiI7RYemycXEEPPFjrMfYTyDUXvI51+K X-Gm-Gg: ASbGnctyLuQGEy6ZVlxRmc15+GOcnQg/cjX6qOFihnc5XO2f2MDOhthIwBAmv49554f BZLrR1AfHMvxHvrdukyjHddHKnQwCs9zGec0YvHUR6euRcegYaWV7P+Qkbf/HB1a4T9r5Zbhgat GfzOTdz1I8ZC/ziimWYozt83dxGBiEzt3he0x3Q3q8/tzx9m/QGXaecMorIo/LSesxig3Ff8BqZ 0FH5qJfEN1aIaQmQEmsE0FtyvPeJRPvyvQqa0qWrLA0Z5fdIdb9iNpcZIAOfOAn4f0w+mYugrRZ weOEtQ== X-Google-Smtp-Source: AGHT+IFudvZ0+cRbAoze+yhTBc1ntwAOHbSc9+3EyLrCL+JdxVlJdtXov49bvH6om2erUJiuoKoAXsCwCHo7 X-Received: by 2002:a17:903:2c9:b0:216:18f9:528b with SMTP id d9443c01a7336-219e6eb63c2mr9940135ad.26.1734655033456; Thu, 19 Dec 2024 16:37:13 -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-219dca1a59fsm933495ad.97.2024.12.19.16.37.13 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 19 Dec 2024 16:37:13 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 19 Dec 2024 16:37:13 -0800 (PST) Message-ID: <6764bc39.170a0220.d8649.7018SMTPIN_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 905406052471; Thu, 19 Dec 2024 19:37:12 -0500 (EST) Subject: |PENDING| pw149319 [PATCH] cryptodev: allow use of global variables From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241219163523.164992-1-mattias.ronnblom@ericsson.com> References: <20241219163523.164992-1-mattias.ronnblom@ericsson.com> 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: PENDING http://dpdk.org/patch/149319 _Testing pending_ Submitter: Mattias Ronnblom Date: Thursday, December 19 2024 16:35:23 DPDK git baseline: Repo:dpdk Branch: master CommitID:7df61db6c387703a36306c1aea92225921e2eeb2 149319 --> testing pending Upstream job id: Template-DTS-Pipeline#203444 Test environment and result as below: +--------------------+----------------------+----------------------+ | Environment | dpdk_fips_validation | compressdev_zlib_pmd | +====================+======================+======================+ | Ubuntu 20.04 | PEND | SKIPPED | +--------------------+----------------------+----------------------+ | Ubuntu 22.04 (ARM) | SKIPPED | PASS | +--------------------+----------------------+----------------------+ Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 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/32174/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/