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 830B8461B2 for ; Fri, 7 Feb 2025 03:08:26 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 591A0402D5; Fri, 7 Feb 2025 03:08:26 +0100 (CET) Received: from mail-il1-f227.google.com (mail-il1-f227.google.com [209.85.166.227]) by mails.dpdk.org (Postfix) with ESMTP id BDE1F402A7 for ; Fri, 7 Feb 2025 03:08:24 +0100 (CET) Received: by mail-il1-f227.google.com with SMTP id e9e14a558f8ab-3cfeff44d94so4480485ab.0 for ; Thu, 06 Feb 2025 18:08:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1738894104; x=1739498904; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=/sayVy60DVezN+HK112YHfnyBUJivIhu/jekBacfK1s=; b=jwYqLnrO67TaXkABEuYOlAPfpN3zoySl+OSuTKvn7xkUZJpZjXW4c3yUV4PgWqqcl5 fDos2Bw0gqAodmHCCvxFN6ACQsFeSsKmjTj8lUywAcp8y4yfuzlLBv2GGiC+aTSNNWjp lcf0focuDIQnCXpt8fw6KjRi70T1Bats6Y7vE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738894104; x=1739498904; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=/sayVy60DVezN+HK112YHfnyBUJivIhu/jekBacfK1s=; b=KhiPHyzZMfpbNhfBEfYXLdCcsy77foqd32R8BIRiem0MZGLqT3H9dDykJhsq9o4YD+ VuFqKqj7aF8R6d06AlINWFwkDVCOFfuaR3TPvnFQRVOKi/whZ7NFGnN+NXg0yjV2nXVR tZmiIYIh+KlrT4raVQNxh6RJ0QNlFuhzsSoXGIPJDI3zBbcfGMfnEFl/b3cbj+tlRNNr ksFSFda5qxdjhaifkBMLw12XBwtHIeSm40NrUhUlvua/a57VvtrnLcTERgYGOxeeRA+0 Ed3oKC9ogijzt/rJqJYHjbLjsmllQg7UGfrm8nLL+e4wTv72DI1U8nrVkTETawoDunZI jEJw== X-Gm-Message-State: AOJu0YyijcPQFFm8s/KHhkI3QIoMX2ng/yeglRzQ5HIpmOt5GxEy/ckr CohTBv6nkbPMh8BQuvz6fBKZcmnGEC29CsxU8CrMRUrf8YTxeMrp8lyJniEg+X8F5pkeov2pdcy jKcFgPlCRFybd2liiuBa2xJWPypu/E5GzInbxZfWa X-Gm-Gg: ASbGncv1VzuVrbj8FHzcbSJAVXD2dRNr/kb8Yua1GBglYtK5o4RGqL9k0lSaTJ43ADl n7EjjSZW8QTQH31+kY6GHb+x5iQnI8i0KqyfkKzLJvw+Mx6gdctUmFU8Vb5LvP1wLkE4gS7h4e7 jGGDzFsN57qxnvjHrPfIUHoO3B5regttwrvqUoowDMNa3o9eLcgOmer3z2APrEKps+TIb3ehHUo fIO00fUXYeyNM4tnCaMTQi0i6UQKCJ7FtPMjClc5JvprW4pvTCwvG6RkmtIJJFM1CBr1ui8nSPj nl9qnwXfPYaIEVz1VlQtSXJzjJ33tw== X-Google-Smtp-Source: AGHT+IHO5kbMXJ1wSmx+P8HNGZ4NmL28Tjw7kpxGxUEAEiHzU+HDZfGdo07Hyp0rAGePu+IBTVku8P4ApFqp X-Received: by 2002:a05:6e02:3421:b0:3d0:255e:fdc with SMTP id e9e14a558f8ab-3d13deecd04mr13961635ab.15.1738894103846; Thu, 06 Feb 2025 18:08:23 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id e9e14a558f8ab-3d061b285b7sm1200985ab.30.2025.02.06.18.08.23 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 06 Feb 2025 18:08:23 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 06 Feb 2025 18:08:23 -0800 (PST) Message-ID: <67a56b17.050a0220.ca5f9.6951SMTPIN_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 73B296052471; Thu, 6 Feb 2025 21:08:23 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] 7125636162d67b1c40ba6802a3ff4466d125d243 From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu, Akhil Goyal 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 _Testing PASS_ Branch: dpdk-next-crypto 7125636162d67b1c40ba6802a3ff4466d125d243 --> testing pass Upstream job id: Generic-Unit-Test-DPDK#312471 Test environment and result as below: +---------------------+----------------+ | Environment | dpdk_unit_test | +=====================+================+ | Fedora 40 (Clang) | PASS | +---------------------+----------------+ | Debian Bullseye | PASS | +---------------------+----------------+ | CentOS Stream 9 | PASS | +---------------------+----------------+ | Debian 12 | PASS | +---------------------+----------------+ | Fedora 41 (Clang) | PASS | +---------------------+----------------+ | Fedora 41 | PASS | +---------------------+----------------+ | RHEL8 | PASS | +---------------------+----------------+ | RHEL9 | PASS | +---------------------+----------------+ | Ubuntu 24.04 | PASS | +---------------------+----------------+ | Ubuntu 22.04 | PASS | +---------------------+----------------+ | Fedora 40 | PASS | +---------------------+----------------+ | Ubuntu 20.04 | PASS | +---------------------+----------------+ | Windows Server 2022 | PASS | +---------------------+----------------+ Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Debian Bullseye Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) RHEL9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Windows Server 2022 Kernel: 10.0.20348.2031 Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/32476/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/