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 96AB14546A for ; Sat, 15 Jun 2024 14:52:53 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 93EFE402BB; Sat, 15 Jun 2024 14:52:53 +0200 (CEST) Received: from mail-qv1-f100.google.com (mail-qv1-f100.google.com [209.85.219.100]) by mails.dpdk.org (Postfix) with ESMTP id 0058340269 for ; Sat, 15 Jun 2024 14:52:52 +0200 (CEST) Received: by mail-qv1-f100.google.com with SMTP id 6a1803df08f44-6b07712207cso15905156d6.0 for ; Sat, 15 Jun 2024 05:52:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1718455972; x=1719060772; 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=AIUtXPLJLaAlu4s2jx7dLYdhMqr3FBLCEH/VzMpZgAg=; b=XjVAgdID4s8NPRzQNB4j3OigxNjGWovEROH6YcCuKNqI9mXwmIGjuI/fnK95pZrEjy jH8Mb+a+++wVNl0gNxCY8x2rc7mC4No7E9Ia4zP3RW9D2ViI4IvX8tOqZ9HmKKHA98E6 fPtZUPoTtlqZaXUbfnatcNnz/8bHrU9/K1QDU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1718455972; x=1719060772; 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=AIUtXPLJLaAlu4s2jx7dLYdhMqr3FBLCEH/VzMpZgAg=; b=IAqB36t4vsDDmUMKaZPyI3gsvhk7Xl7/5rjrGPAudZboVFNK4kM6cNHoK6etTl+ctS /DEx5EM+NV2ywYjOQWWVjZi2z+EcIZUuTE3PO0g7iyVF1v7//NkqXCAbx8P5iZR3hU60 xDKe+Eh4VWmJaXYaNQ5G3JfNxT+u3xlrwZrxxoq7reksjKEDHA1clA0L44kJDx8ApNUK eiuOkE+eP8NtJMNWFJWg5CPmOVQgKFxePYoYhuQScmm8U7jsYOfp/pqEF66oEMdcQIho dxw491QexSgyA2hJ8tLt0dw/jGr4ixYjOnSmT0JD2R24OaxP3v8uUlzpYoFtimaVwRnD K6vg== X-Gm-Message-State: AOJu0Yxl/q8uYouwXF9nYYqJzyc+pmwBFLSRosw+J3ZLzIQT1vKxgyOg VJjSqT5HnblIjyQOnCwCd1gQjEiREjKyZzpF6vqdacGfwTS4Ds466cREciWSh8d9+DyiDMVRTGh u9CroyE/p+uyQBuv2bW7fnPBDodMDOBWdqGbfIlPse1gT4ueJJXg80t8b X-Google-Smtp-Source: AGHT+IHSHzZEW7ejaqEtvDnk+dDLejExYvVt79ajngfgEXgNOhPeNg/dpRahJQZkhyFzBjju3+HppbacJwN+ X-Received: by 2002:a0c:ca91:0:b0:6b2:ca03:e8f9 with SMTP id 6a1803df08f44-6b2ca03e9a3mr3984726d6.0.1718455972365; Sat, 15 Jun 2024 05:52:52 -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 6a1803df08f44-6b2a5a23942sm2346946d6.14.2024.06.15.05.52.52 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sat, 15 Jun 2024 05:52:52 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Sat, 15 Jun 2024 05:52:52 -0700 (PDT) Message-ID: <666d8ea4.050a0220.d7947.1720SMTPIN_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 125456050A9C; Sat, 15 Jun 2024 08:52:52 -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-sample-apps-testing Test-Status: SUCCESS http://dpdk.org/patch/141160 _Testing PASS_ Submitter: Gowrishankar Muthukrishnan Date: Saturday, June 15 2024 11:34:31 DPDK git baseline: Repo:dpdk Branch: master CommitID:6909b48776badc05542a410ebd34bcfec4c248bf 141160 --> testing pass Test environment and result as below: +--------------------+----------------------+ | Environment | compressdev_zlib_pmd | +====================+======================+ | Ubuntu 22.04 (ARM) | PASS | +--------------------+----------------------+ | Ubuntu 22.04 | 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 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/