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 8212D4546A for ; Sat, 15 Jun 2024 14:25:25 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7DC47402BB; Sat, 15 Jun 2024 14:25:25 +0200 (CEST) Received: from mail-ot1-f97.google.com (mail-ot1-f97.google.com [209.85.210.97]) by mails.dpdk.org (Postfix) with ESMTP id 7FEEF40269 for ; Sat, 15 Jun 2024 14:25:21 +0200 (CEST) Received: by mail-ot1-f97.google.com with SMTP id 46e09a7af769-6f977acff19so1401174a34.3 for ; Sat, 15 Jun 2024 05:25:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1718454320; x=1719059120; 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=yPKEEO9McgPQsF7AkOxXV4ByZH/mrSzSOcys1z1e+dA=; b=P+BpSRkEpUB1oVDpHqvIrFPR1EmugVBsle4B5pIbFCc4MRggqGQH2lGju3YSlTEF3h 39moZVMpV84b9mJPP1pFrH12VqgSLpszkIhjDrByxjQzKNt34EMIPR3ixfnzrGWJY8Mx oMa82TzcmV+XDHJ0A7D3i7lbLlPAAqpyYT7cg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1718454320; x=1719059120; 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=yPKEEO9McgPQsF7AkOxXV4ByZH/mrSzSOcys1z1e+dA=; b=RIrCedD7nX50dOQc2YZUdcJ3A2u0GYraXLYlaqhllxONK/J2cad6+FoZOzTMMo2uRg Atd7DQY+88cG3/FpAYbfdKnmcXzpfT4OljNO0/cQl4CN3xayHRnPBW2YmmblUSyPlWf7 Kj5CE+F8zRAU4Sy/dwIcpl/+BdacoGizLfRPXO6Q2Fkoqj9ByQYyrq+L5uWA9bC4980l CXw42x5Q8LIcOF34s6X4Ev6rUn8G0YlKgkTrD3MjgJ5fqEQHcsyuVvbqlvXWFGm9KQDd DieQzfENs0RgaYUHmENF9QbnEOftIjFRxtkuWSZWkk6mNTWGuBko4dUEDVR6OywMhJWY AZlA== X-Gm-Message-State: AOJu0Yyh4/RO5i7IkeZSo7yu7AAhJ+gjHTw/tX4hkuMDFgIe/qptRC56 P1NzCv8Vwivm72uN+uWQMCA7TZZSQ0k8vLsNZdCrkXBLFEGqvmDHo7vHh75aRuyxpWzmN8ZWndL oFPoNe6M7zY5NeXlfZ3dDfdAAaDDwbLzHk3rDfJJE52VDvBb81AuE/vQp X-Google-Smtp-Source: AGHT+IEHvwBDG9DEC+m+T8VenEFVuNqVxbvNvk0cpEtFzc7hFaz+XLRfrPVpNoWjZWw2MUc2xkzII8TZcBfn X-Received: by 2002:a05:6870:8197:b0:258:434b:7295 with SMTP id 586e51a60fabf-258434b7457mr5333543fac.12.1718454320500; Sat, 15 Jun 2024 05:25:20 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id 586e51a60fabf-2580f02ad37sm163726fac.17.2024.06.15.05.25.20 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sat, 15 Jun 2024 05:25:20 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Sat, 15 Jun 2024 05:25:20 -0700 (PDT) Message-ID: <666d8830.050a0220.75d4.c6fcSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.7] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id B16506050A9C; Sat, 15 Jun 2024 08:25:18 -0400 (EDT) Subject: |SUCCESS| pw141160 [PATCH] crypto/cnxk: fix ECDH pubkey verify From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20240615113434.2331-1-gmuthukrishn@marvell.com> References: <20240615113434.2331-1-gmuthukrishn@marvell.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-broadcom-Functional Test-Status: SUCCESS http://dpdk.org/patch/141160 _Functional Testing PASS_ Submitter: Gowrishankar Muthukrishnan Date: Saturday, June 15 2024 11:34:31 DPDK git baseline: Repo:dpdk Branch: master CommitID:6909b48776badc05542a410ebd34bcfec4c248bf 141160 --> functional testing pass Test environment and result as below: Arm Ampere Altra - Ubuntu 22.04.3 Kernel: 5.15.83+ Compiler: gcc 11.4.0 NIC: Broadcom Inc. and subsidiaries BCM957508-P2100G Dual-Port 100 Gb/s QSFP56 100 Mbps Target: Unknown Aggregate Results by Test Suite +------------+--------+ | Test Suite | Result | +============+========+ | scatter | PASS | +------------+--------+ Ubuntu 22.04 ARM Kernel: 5.15.83+ Compiler: gcc 11.4.0 NIC: Arm Broadcom Inc. brcm_57414 25000 Mbps Target: Unknown Aggregate Results by Test Suite +------------+--------+ | Test Suite | Result | +============+========+ | scatter | PASS | +------------+--------+ Ubuntu 22.04 Kernel: 5.15.0-100-generic x86_64 Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 NIC: Broadcom Inc. and subsidiaries BCM957508-P2100G Dual-Port 100 Gb/s QSFP56 100 Mbps Target: Unknown Aggregate Results by Test Suite +------------+--------+ | Test Suite | Result | +============+========+ | scatter | PASS | +------------+--------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/30198/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/