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 9931641F41 for ; Thu, 27 Jun 2024 11:00:05 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6561D40BA0; Thu, 27 Jun 2024 11:00:05 +0200 (CEST) Received: from mail-pg1-f227.google.com (mail-pg1-f227.google.com [209.85.215.227]) by mails.dpdk.org (Postfix) with ESMTP id DEA5B402C6 for ; Thu, 27 Jun 2024 10:56:01 +0200 (CEST) Received: by mail-pg1-f227.google.com with SMTP id 41be03b00d2f7-707040e3018so5305710a12.1 for ; Thu, 27 Jun 2024 01:56:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1719478561; x=1720083361; 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=o9dJrI0l8LlTUQYRS64BPjYZU3osDg9NzmZceHowTnI=; b=JW3ZeP8VsvBox3PPdUEAb9va62I3eVe+cjbStkgMAtOe3n1qSFEjhMWvwr51k/hyAx uU91pi+rnDk1oVFwMj0lkEGqNDi7f7Tm1lvTc9xaKFb+6DJ0l3+28VZ1as2qLpc+23Dd b8mV4My87PpPwywBQzDjAA574y5YIqmTZ9u4I= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1719478561; x=1720083361; 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=o9dJrI0l8LlTUQYRS64BPjYZU3osDg9NzmZceHowTnI=; b=Imfq7vOvraKs6Fj35h6D2R+TOhGFlq4qMu9vEbIjsSwKf1+yNfZd/MxgNmWrzP76i9 b3hXYxJAnPF6mNaxmTDllGIW04iDclSn2LKUsepFbKbVE3sckFbOEMHyucNO0iNs2lFJ dAWJ1rH/cpnBORM6Cwh31QNs9Sxw/VtLP50Um17rYi/JX6S/qnM/0LbHXmUbIicVm15n 6X5t94KHUJHO7nntN646QsNj9paisk+1HFmMsU+PHNg5tV62OgXjOki2inTrYb8moOUF 1qdKR1X+qvIXKW38nAeKbORl4hfpyCQxA+zTEJrmn/9ks6GsQgAf2IhUyFZ6+ghFRE7b UYxA== X-Gm-Message-State: AOJu0YzNcNho4C8D4IrR4RQPr8nNc4jmNyKgUU+EdXcMdS1FrcP4w1pw VZK8hLGaoOsUTIdTMXC0oThqA5mNuUTiGPQKPPLFKEtdTmsDbKBoV+V+kkEMglBDGz2O3bkY9zx ap08M4Q2L4BOuOcGBUcT15KKhjEXmK6uyqHn8uXCwLMGe2xfpqW3sDpU7 X-Google-Smtp-Source: AGHT+IGZoVJtpecH40WyC5MazIlRHEcqd08W8lmJFGFuJmBGbFshRqBJrbOjWBhfl5odkYI8I4+sXvJQRnyT X-Received: by 2002:a05:6a20:4e21:b0:1be:c0c9:d014 with SMTP id adf61e73a8af0-1bec0c9d47bmr3451688637.19.1719478561163; Thu, 27 Jun 2024 01:56:01 -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 d9443c01a7336-1faac8e0ddbsm298465ad.13.2024.06.27.01.56.01 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 27 Jun 2024 01:56:01 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Thu, 27 Jun 2024 01:56:01 -0700 (PDT) Message-ID: <667d2921.170a0220.b4c67.20c4SMTPIN_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 9A6AC605C373; Thu, 27 Jun 2024 04:56:00 -0400 (EDT) Subject: |SUCCESS| pw141914-141915 [PATCH] [v3,2/2] cryptodev: validate crypt From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20240626220028.2260003-2-ganapati.kundapura@intel.com> References: <20240626220028.2260003-2-ganapati.kundapura@intel.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-unit-arm64-testing Test-Status: SUCCESS http://dpdk.org/patch/141915 _Testing PASS_ Submitter: Kundapura, Ganapati Date: Wednesday, June 26 2024 22:00:28 DPDK git baseline: Repo:dpdk Branch: master CommitID:6ca8a873f715e19550fc7dd43ce94af54158a725 141914-141915 --> testing pass Test environment and result as below: +-----------------------------+----------------+--------------+ | Environment | dpdk_unit_test | lpm_autotest | +=============================+================+==============+ | 32-bit Ubuntu 20.04.4 (ARM) | PASS | SKIPPED | +-----------------------------+----------------+--------------+ | CentOS Stream 9 (ARM) | PASS | SKIPPED | +-----------------------------+----------------+--------------+ | Debian 11 (Buster) (ARM) | PASS | SKIPPED | +-----------------------------+----------------+--------------+ | Debian 12 (arm) | PASS | SKIPPED | +-----------------------------+----------------+--------------+ | Fedora 37 (ARM) | PASS | SKIPPED | +-----------------------------+----------------+--------------+ | Fedora 38 (ARM) | PASS | SKIPPED | +-----------------------------+----------------+--------------+ | Ubuntu 20.04 ARM SVE | SKIPPED | PASS | +-----------------------------+----------------+--------------+ 32-bit Ubuntu 20.04.4 (ARM) Kernel: 5.4.0-155-generic aarch64 Compiler: gcc 9.4 CentOS Stream 9 (ARM) Kernel: Container Host Kernel Compiler: gcc 11.4.1 Debian 11 (Buster) (ARM) Kernel: Container Host Kernel Compiler: gcc 10.2.1 Debian 12 (arm) Kernel: Container Host Kernel Compiler: gcc 12.2.0 Fedora 37 (ARM) Kernel: Depends on container host Compiler: gcc 12.3.1 Fedora 38 (ARM) Kernel: Depends on container host Compiler: gcc 13.2.1 Ubuntu 20.04 ARM SVE Kernel: 5.4.0-167-generic Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/30329/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/