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 9D2B945501 for ; Wed, 26 Jun 2024 15:19:49 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C45CC43456; Wed, 26 Jun 2024 15:19:48 +0200 (CEST) Received: from mail-pg1-f226.google.com (mail-pg1-f226.google.com [209.85.215.226]) by mails.dpdk.org (Postfix) with ESMTP id D98B540660 for ; Wed, 26 Jun 2024 15:07:20 +0200 (CEST) Received: by mail-pg1-f226.google.com with SMTP id 41be03b00d2f7-6c4926bf9baso5505526a12.2 for ; Wed, 26 Jun 2024 06:07:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1719407240; x=1720012040; 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=Frk4jmX/THNE4A2MExZIbfGMg5Ahj8sKbbyTzS2bqmA=; b=Fm89pvhLGI6BG9DM4l1ZRnhQ04Jm4t4QNtE0YisDYykXyAg5gJeuFFRoKDWzJADPtU CwEGWAzfgsg+wVH22G0sYJVfeBGZdATTn9fydHsVuL1mdKrb/b9AIPYZR+NecmSfN+ym 3LBAZI3zi2ZK/c/6eWAz3Zb1sItUHIqyNUqHw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1719407240; x=1720012040; 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=Frk4jmX/THNE4A2MExZIbfGMg5Ahj8sKbbyTzS2bqmA=; b=qGF/gEAOaEVuLlpwZluj7xUz8T7zEYT8ZkJbDZy2HwTjzoAXIBJiSnDHLuFlYuvY9i VmCAmwKA4wrWf419lvn3bcPsY4VhY0t9fJltg+mPuOrDwA+75bt7Pk9+mJDQS+nCJfGk TfJ8b/4zEpdZgQle8vaZdobeSgvS6a2teHUeJYAHSuDFZZwG/xNdVZ/XYU4C452Q7dsz gHOkEgpIjP7d8gxNJpujw11Uk8Ltq5+D36o2X/q+njh875OGKBp7/ckNxouCs9dbQyjK 9TpxaGynhQ/HhHrJup96KBiUvex6pe6B+UQ9dLp3vnO21aL0YHulu9bDBYvq/GC3MBF9 L4Bg== X-Gm-Message-State: AOJu0Yx8Tff/mJuw2nS9HdDbvIwx2JlsKOxKKZPBhTIu+nRsGhINakyP BparHwQfMSTuASeJ01XW6skpVEDJls0vucgb1mUNPUmR/JeAOjPXWUJ9vbFSN2lNRoeBdWIKJYI hsuzAHncT28LhVd38GPqmgpDMAxiASZqspkTyOdgHmbvRrgjW8XhmVEP6 X-Google-Smtp-Source: AGHT+IG3oTfEztzhMzta4B7zd7sz9IcyfziSBV2qC7+5s1DAsjYlCmpPQmjP/NFt9MAggH0hIRD8iWz7L6Tm X-Received: by 2002:a17:90b:2382:b0:2c8:e1f6:7d84 with SMTP id 98e67ed59e1d1-2c8e1f67da9mr852605a91.25.1719407240132; Wed, 26 Jun 2024 06:07: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 98e67ed59e1d1-2c8d7e5acf6sm90452a91.2.2024.06.26.06.07.20 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 26 Jun 2024 06:07:20 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Wed, 26 Jun 2024 06:07:20 -0700 (PDT) Message-ID: <667c1288.170a0220.bb52.5f38SMTPIN_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 56011605C373; Wed, 26 Jun 2024 09:07:18 -0400 (EDT) Subject: |SUCCESS| pw141750-141755 [PATCH] [v2,6/6] app/crypto-perf: support From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20240626084747.1595-7-gmuthukrishn@marvell.com> References: <20240626084747.1595-7-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-unit-amd64-testing Test-Status: SUCCESS http://dpdk.org/patch/141755 _Testing PASS_ Submitter: Gowrishankar Muthukrishnan Date: Wednesday, June 26 2024 08:47:45 DPDK git baseline: Repo:dpdk Branch: master CommitID:cefcbff91684413adb90c67eb6342e67df969cf0 141750-141755 --> testing pass Test environment and result as below: +------------------+----------------+ | Environment | dpdk_unit_test | +==================+================+ | CentOS Stream 8 | PASS | +------------------+----------------+ | CentOS Stream 9 | PASS | +------------------+----------------+ | Debian Bullseye | PASS | +------------------+----------------+ | Fedora 38 | PASS | +------------------+----------------+ | Fedora 37 | PASS | +------------------+----------------+ | Fedora 39 | PASS | +------------------+----------------+ | Fedora 40 | PASS | +------------------+----------------+ | Debian 12 | PASS | +------------------+----------------+ | openSUSE Leap 15 | PASS | +------------------+----------------+ | RHEL9 | PASS | +------------------+----------------+ | Ubuntu 20.04 | PASS | +------------------+----------------+ | Ubuntu 22.04 | PASS | +------------------+----------------+ | Ubuntu 24.04 | PASS | +------------------+----------------+ | RHEL8 | PASS | +------------------+----------------+ CentOS Stream 8 Kernel: 5.4.0-167-generic Compiler: gcc 8.5.0 20210514 CentOS Stream 9 Kernel: 5.4.0-167-generic Compiler: gcc 11.4.1 20230605 Debian Bullseye Kernel: 5.4.0-167-generic Compiler: gcc 10.2.1-6 Fedora 38 Kernel: Depends on container host Compiler: gcc 13.2.1 Fedora 37 Kernel: Depends on container host system Compiler: gcc 12.3.1 Fedora 39 Kernel: Depends on container host Compiler: gcc 13.2.1 Fedora 40 Kernel: Depends on container host Compiler: gcc 14.1.1 Debian 12 Kernel: Container Host Kernel Compiler: gcc 12.2.0 openSUSE Leap 15 Kernel: 5.4.0-167-generic Compiler: gcc 7.5.0 RHEL9 Kernel: Depends on container host Compiler: gcc 11.4.1 Ubuntu 20.04 Kernel: 5.4.0-167-generic Compiler: gcc 9.4.0-1ubuntu1~20.04.1 Ubuntu 22.04 Kernel: 5.4.0-167-generic Compiler: gcc 11.4.0 Ubuntu 24.04 Kernel: 5.4.0-167-generic Compiler: gcc 13.2.0 RHEL8 Kernel: 5.4.0-167-generic Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20) To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/30316/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/