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 A643241F67 for ; Mon, 10 Jun 2024 11:57:47 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A1C1A40647; Mon, 10 Jun 2024 11:57:47 +0200 (CEST) Received: from mail-pf1-f226.google.com (mail-pf1-f226.google.com [209.85.210.226]) by mails.dpdk.org (Postfix) with ESMTP id 0800E402CA for ; Mon, 10 Jun 2024 11:57:46 +0200 (CEST) Received: by mail-pf1-f226.google.com with SMTP id d2e1a72fcca58-6f8ec7e054dso2818081b3a.2 for ; Mon, 10 Jun 2024 02:57:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1718013465; x=1718618265; 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=Ew0SNGXLGM2TYuPayj1qUSFktNCy+dF/m/tx1tnrOek=; b=Jsxah+nuUta/Ize5zOfw9+6r7HmCCyWEr5aa+YbPz+Fci7BrYaNXRNv8/QrFxABZ0x /YXOcxlSqUBCC0TmYvfn4obN+e8vokbxgADs+2qiVcsfvLnAB9Ir346pjUhi0glUTUBP PQmkyvkv2Dh3rO4waChYfsVKcCMmExYgix5no= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1718013465; x=1718618265; 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=Ew0SNGXLGM2TYuPayj1qUSFktNCy+dF/m/tx1tnrOek=; b=vmf0GVDJJqALE5TXXn/4yL48IzuItUOyd+P3Y84b6p5XtL4rLI+iZPGF1wiB1Ei6a9 QoxGHfKyOGn4sLeuyFEyvHWU/uL6A+MLmHfCaigpK/65N75gdkXB8XdHbBur3KnPAryP aZcZykeYaoP96QZeRrFmAoEcuaRcXauE5CctoqT/BWqUKmKs4o1tCHvijrB4/0+ZEQSs MuqTmUYX2fWSeUI8AcV9wwxXTDQmoipWGrsc8lLqP3P/io2MUDEYOFaRzX5hCzsT91Op aC1uKnzO00h1X8DjTwoCLLosE91G4dxbvi+yuuq2esZESNx4IqbDjc9VZFZ2WrZDk2c0 pQuA== X-Gm-Message-State: AOJu0YxDDp/SIjpdZA8CzUHzLfRm5GsNBCRzr/AYJv/QZcRVMyMAa2oD xDHh86CGJAJvxQMW1tR8A57Oq2UOXKxruJh5jyX/vp1m3+gEsm30JGzQEPUqtFW/GXjWJLvgqZA eMpdMhVmlWVY0QSRjc5EpAP6hccjaeSAkekgWo0SYcPOA01481DrPLt4Y X-Google-Smtp-Source: AGHT+IE62Xxt6EO5cE3XEf6lxFtjx8jpTOmx9Hze9ccR5ks6oZpOUG2UeAOvistSv7UmVbd8iQg1B4/73KID X-Received: by 2002:a05:6a20:3d8f:b0:1ad:6c36:ee82 with SMTP id adf61e73a8af0-1b2f969edbcmr11110768637.13.1718013465120; Mon, 10 Jun 2024 02:57:45 -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-1f6ecbdcbc2sm2062725ad.112.2024.06.10.02.57.45 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 10 Jun 2024 02:57:45 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Mon, 10 Jun 2024 02:57:45 -0700 (PDT) Message-ID: <6666ce19.170a0220.48316.2297SMTPIN_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 47D6D605C373; Mon, 10 Jun 2024 05:57:44 -0400 (EDT) Subject: |SUCCESS| pw140745 [PATCH] [v1] crypto/ipsec_mb: use new ipad/opad c From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20240605084844.270122-1-brian.dooley@intel.com> References: <20240605084844.270122-1-brian.dooley@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-amd64-testing Test-Status: SUCCESS http://dpdk.org/patch/140745 _Testing PASS RETEST #1_ Submitter: Dooley, Brian Date: Wednesday, June 05 2024 08:48:43 DPDK git baseline: Repo:dpdk Branch: master CommitID:367b8db312517edb9f5340d280e77b1437d84dd3 140745 --> testing pass Test environment and result as below: +---------------------+----------------+ | Environment | dpdk_unit_test | +=====================+================+ | Windows Server 2019 | PASS | +---------------------+----------------+ | Windows Server 2022 | PASS | +---------------------+----------------+ | Debian 12 | PASS | +---------------------+----------------+ | CentOS Stream 8 | PASS | +---------------------+----------------+ | Debian Bullseye | PASS | +---------------------+----------------+ | Fedora 37 | PASS | +---------------------+----------------+ | CentOS Stream 9 | PASS | +---------------------+----------------+ | Fedora 39 | PASS | +---------------------+----------------+ | Fedora 38 | PASS | +---------------------+----------------+ | RHEL8 | PASS | +---------------------+----------------+ | Ubuntu 20.04 | PASS | +---------------------+----------------+ | openSUSE Leap 15 | PASS | +---------------------+----------------+ | Ubuntu 22.04 | PASS | +---------------------+----------------+ | Ubuntu 24.04 | PASS | +---------------------+----------------+ Windows Server 2019 Kernel: 10.0.17763 Compiler: clang 14.0 and gcc 8.1.0 (MinGW) Windows Server 2022 Kernel: 10.0.20348.2031 Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9 Debian 12 Kernel: Container Host Kernel Compiler: gcc 12.2.0 CentOS Stream 8 Kernel: 5.4.0-167-generic Compiler: gcc 8.5.0 20210514 Debian Bullseye Kernel: 5.4.0-167-generic Compiler: gcc 10.2.1-6 Fedora 37 Kernel: Depends on container host system Compiler: gcc 12.3.1 CentOS Stream 9 Kernel: 5.4.0-167-generic Compiler: gcc 11.4.1 20230605 Fedora 39 Kernel: Depends on container host Compiler: gcc 13.2.1 Fedora 38 Kernel: Depends on container host Compiler: gcc 13.2.1 RHEL8 Kernel: 5.4.0-167-generic Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20) Ubuntu 20.04 Kernel: 5.4.0-167-generic Compiler: gcc 9.4.0-1ubuntu1~20.04.1 openSUSE Leap 15 Kernel: 5.4.0-167-generic Compiler: gcc 7.5.0 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 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/30110/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/