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 592A7436D5 for ; Tue, 12 Dec 2023 20:12:18 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 54DEA42E64; Tue, 12 Dec 2023 20:12:18 +0100 (CET) Received: from mail-pl1-f226.google.com (mail-pl1-f226.google.com [209.85.214.226]) by mails.dpdk.org (Postfix) with ESMTP id D1ED342E63 for ; Tue, 12 Dec 2023 20:12:16 +0100 (CET) Received: by mail-pl1-f226.google.com with SMTP id d9443c01a7336-1d06819a9cbso35767815ad.1 for ; Tue, 12 Dec 2023 11:12:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1702408336; x=1703013136; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=gWFx6+hH7MKendk9NgpPhXwIenQuArOqD+v0Fw7/KBY=; b=YocFKEPKQ/lSmSWofQAqnMTCY4khG4P610AIY5Hhpr0mOu2aVR6cB4NEAVFFaKJ3oE nap0/5lndWAuKjVtcbxdbTnBVzHmpI7GkMUBthPQuN9OJRNh2zWPqWGC85SNcULl7d1f Y7NpTEL2b80/WTBsobvJ/2++EeqISDlfnrxGc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1702408336; x=1703013136; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=gWFx6+hH7MKendk9NgpPhXwIenQuArOqD+v0Fw7/KBY=; b=O0gCdaDEOd5lf+Dob3Q9pBdNeL2mc7fyp/N2Gz+rWJVlAW0bNxEcDXmUd3lvJa570D JyCL8DOfyI4l2P18RckB4GsepOgYTEtTM/9gurYJ9z+0ZXkHQxK8X5N+oWUewbWsc0tg K6KABqySGLmCnbG71pX3of5oBDrbfADwIRMmkGvgTphKHFofWs0ERcE47vTlyzcPeCye mx6Zp/dDP1kXMSzDsTLs1mmAFiGEUgx5WV8Mq3qEaN4tP6uVHhf2gQj6X8Hqggd1DoKc ++mSTvTSPwfbjsPaiN34VSn0+6DiEJFFvcdQfw+ZBR2IedSTpLQ1NZ8JDMqbjYvomsK5 Er7A== X-Gm-Message-State: AOJu0Yw4PQa3Gek14WnLZ/w3QydWQPo8y4dVn+aCRcO187ABL4lnEViB dvYI/Re60k4JWgm6wB55WuO92U0KJxbH1M7l1TsxL9tBxuBjDAIecyt65w== X-Google-Smtp-Source: AGHT+IEggsxvxdmaQ0oycdbeU1sDen788BYj0fBr79hqj9Q+sfdYJ5J0eNW9QUSs/1CegvcAVSN3i75OxRW6 X-Received: by 2002:a17:903:2303:b0:1d0:9660:fac3 with SMTP id d3-20020a170903230300b001d09660fac3mr4250673plh.109.1702408336089; Tue, 12 Dec 2023 11:12:16 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id g10-20020a170902868a00b001d051bf0bf8sm555625plo.123.2023.12.12.11.12.15 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 12 Dec 2023 11:12:16 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 12 Dec 2023 11:12:16 -0800 (PST) Message-ID: <6578b090.170a0220.59ca2.f6f1SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.3] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 91AA4605C311; Tue, 12 Dec 2023 14:12:15 -0500 (EST) Subject: |SUCCESS| pw135071 [PATCH] cryptodev: remove unused extern From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu, Akhil Goyal 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: SUCCESS http://dpdk.org/patch/135071 _Testing PASS_ Submitter: Stephen Hemminger Date: Tuesday, December 12 2023 16:31:04 DPDK git baseline: Repo:dpdk-next-crypto Branch: master CommitID:c858f006d1f7161986c88847259a400d8f80d81b 135071 --> testing pass Test environment and result as below: +--------------------------+--------------------+ | Environment | dpdk_meson_compile | +==========================+====================+ | Ubuntu 20.04 ARM SVE | PASS | +--------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +--------------------------+--------------------+ | Debian 11 (Buster) (ARM) | PASS | +--------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +--------------------------+--------------------+ Ubuntu 20.04 ARM SVE Kernel: 5.4.0-80-generic Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04) CentOS Stream 9 (ARM) Kernel: Container Host Kernel Compiler: gcc 11.3.1 Debian 11 (Buster) (ARM) Kernel: Container Host Kernel Compiler: gcc 10.2.1 Ubuntu 20.04 (ARM) Kernel: Container Host Kernel Compiler: gcc 9.4.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/28599/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/