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 7C16942582 for ; Wed, 13 Sep 2023 00:01:17 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 785E040275; Wed, 13 Sep 2023 00:01:17 +0200 (CEST) Received: from mail-qt1-f225.google.com (mail-qt1-f225.google.com [209.85.160.225]) by mails.dpdk.org (Postfix) with ESMTP id 8DBB740275 for ; Wed, 13 Sep 2023 00:01:16 +0200 (CEST) Received: by mail-qt1-f225.google.com with SMTP id d75a77b69052e-411f5dd7912so41589291cf.3 for ; Tue, 12 Sep 2023 15:01:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1694556076; x=1695160876; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=4PEJz8wB8zsrBNq3MaUWXMQTYrVP4q+iPPeMx7uc0QM=; b=TLV8UtTiQULOB5PC0xB0pOMESKubBVy7u9+obLWccrRdDt5QnCPJ6YQJLoAirK0OLJ w2qeQ/+K7MZUztNlbRSgdETwclaP+uavHKYQC62gmzvsI19bbPd8Yfc4XvYyysJoMgGp ud6icA5Ay8cP9rTQoyC/lNLQiZxzSjWyVWk+Q= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1694556076; x=1695160876; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=4PEJz8wB8zsrBNq3MaUWXMQTYrVP4q+iPPeMx7uc0QM=; b=r/b1s/4gwstAN1qGk3e9C7nWLu0Wev8/0XeNbg6bqR8zLFkN1LChYqS8DCNQm86Ph5 +ZLA3vcSsim/SmwZX2rNN+AFuM3ePNm3o6ZPHb7sKA14CrbCzIO0CS6iqYN5G2UpayBr C85/PsdeuA8fBmSDkSs1Em4OYHDVlCV7Q7tpXMyhSzEoxcdFr45nC4bqreJDQJ5hZ2rN hzM/MykO1dm+85wvd2ukeQPj0Neiyj6QrjJt5ZEF+41UbVfzGF+0brLsPVGXAvhTTB3n A4NISD7TlkLKf58sCmnacc3Si/Bs8Ux+T58U3q7VJJ9s11Ll2AbrNoL29yJaSfz73LhC QPpw== X-Gm-Message-State: AOJu0YyHpNnvzuNtyNCOVSmkpdeBz+iwuDMqB9LdPvhoiGKHlyjy0j2X pRBzNsVtcdhkOMxyftYmbs74920WEUhUQkgwtla2jiZ7ExAD+l9DCXbLmg== X-Google-Smtp-Source: AGHT+IEtwx6S3DzrGPjoFLGbWg0ncAgGPjyOJI+vLkIV+gT8BOmRsuIYDGNaUDdQJw8euApGovkoGexb4bmn X-Received: by 2002:a05:622a:134a:b0:40f:df7d:c5d with SMTP id w10-20020a05622a134a00b0040fdf7d0c5dmr867825qtk.41.1694556075995; Tue, 12 Sep 2023 15:01:15 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id l22-20020ac87256000000b0040fdf20238csm386472qtp.7.2023.09.12.15.01.15 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 12 Sep 2023 15:01:15 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Tue, 12 Sep 2023 15:01:15 -0700 (PDT) Message-ID: <6500dfab.c80a0220.554b8.754bSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.2] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id BA60F6052471; Tue, 12 Sep 2023 18:01:15 -0400 (EDT) Subject: |SUCCESS| pw131370 [PATCH] [v2] cryptodev: add missing doc From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu 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/131370 _Testing PASS_ Submitter: Anoob Joseph Date: Tuesday, September 12 2023 10:42:14 DPDK git baseline: Repo:dpdk Branch: master CommitID:e92ba1426914db1d224dd5e9a1743657681b8814 131370 --> testing pass Test environment and result as below: +----------------------+---------------------------+------------------------------+--------------+ | Environment | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | lpm_autotest | +======================+===========================+==============================+==============+ | Debian 11 (arm) | PASS | PASS | SKIPPED | +----------------------+---------------------------+------------------------------+--------------+ | Ubuntu 20.04 ARM SVE | SKIPPED | SKIPPED | PASS | +----------------------+---------------------------+------------------------------+--------------+ Debian 11 (arm) Kernel: Container Host Kernel Compiler: gcc 10.2.1 Ubuntu 20.04 ARM SVE Kernel: 5.4.0-80-generic Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04) To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/27584/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/