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 CCAD145FE2 for ; Sat, 4 Jan 2025 09:54:49 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CF3694026F; Sat, 4 Jan 2025 09:54:48 +0100 (CET) Received: from mail-pl1-f228.google.com (mail-pl1-f228.google.com [209.85.214.228]) by mails.dpdk.org (Postfix) with ESMTP id DC54E40264 for ; Sat, 4 Jan 2025 09:54:47 +0100 (CET) Received: by mail-pl1-f228.google.com with SMTP id d9443c01a7336-2161eb94cceso127791235ad.2 for ; Sat, 04 Jan 2025 00:54:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1735980887; x=1736585687; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=yYkiIIe5CLI515Hfvf4aArmxXDS4qu0fUFvMsmoTt08=; b=InFxAZQQmdqlN0FW0TA5gDBeT5myL5KNaqLUUTuJwrAPDGpxcI4e2ZBy1vJMTVu4XX zEtpVtdNPaj4B2J2SiWfziyoANbPYT/BrlVEvX+jnSuAfWOFqWS4w6hlD9+fnL0aU/Bv pWuhtMh7pI501lPpS84x24j6qU8lOesMsMYUA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1735980887; x=1736585687; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=yYkiIIe5CLI515Hfvf4aArmxXDS4qu0fUFvMsmoTt08=; b=O6t6grhR2ZN4WtI7C80PyXCcNJM9yF4v/rpq+rcPIJ74QNNkGxIBaiBbWxpjp5Zddk JwJTmLrzmWsNpUvry8RnFtMLkoM7SMdk/zk58qhZHEaKYiYtychsSH4tZ5PziCe80foI 7FDLpdmNp/IXa0pZED10iUy2C/Sat4H7I8yfrXNBlJEpShCpLZL6gzdUufO51KHy0IK9 tUULJc6L960k640MXuh3tEKow2VJu/eY01668uzIDlQ6k4dzMb3SZVdMb4+fSTG7je8Z 3ss97JqZ0kilcA/vF++vgT+O2XIRovu+aCMwJR2SFZEJbDbQ3qtA0L+FtmrOYnmh1KUz 9oIQ== X-Gm-Message-State: AOJu0YwWg9DiSzK1PcwpH4l42sRIRoBxEAnQaoRV4qi7y4vXqRZO+GpM VY7cufYoL/IkD7C7+OrjdaZSI+2OyZwo1030Mpue4eWKBj9ppeSEI9SjlJ/1zr7eXSr/pb0f9ti 1R1lBtJYKLpEahJgg7zXFdv4fqBjVcEyAKMnEpwVFn75WiOOj X-Gm-Gg: ASbGncs5XV6ykRZRvk1/7uYZ1IsdvaprO+k3JM1mBt3yeOFVG0jG6kIv+46wDBvwddc P+pZRtkbi3Y4RglQgvcOApVFpKWxodwFaUMwS32JbNcTeQLDy2sEi6lCxgHchMg0brbwp+dMrkr kgmSJQ3PlYhdncW1fmXX0U3jAlbuvLUZHmh2sXprlsFZEtUa3hxb80ZKLTfZo+6lQ41Xxvp2tIa sC/CVUz5WUV6V1juvJsg0ssvaQ9NVB0QlK+STLJViH/+teq8ZVOQNdRHqH4DpPBFzzfGLiWxIXs qNX8JQ== X-Google-Smtp-Source: AGHT+IHeKBs2vVuSVNdTFFG4roDN2JHmJ3Om606u5bjhhmj4F/sTZ9SnKRF+32a+Ez9rKQ7uIFmzl7ReHhyr X-Received: by 2002:a05:6a21:3983:b0:1e1:f281:8d07 with SMTP id adf61e73a8af0-1e5e046ea33mr79784165637.10.1735980887005; Sat, 04 Jan 2025 00:54:47 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id d2e1a72fcca58-72aad87607dsm1876114b3a.11.2025.01.04.00.54.46 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sat, 04 Jan 2025 00:54:46 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Sat, 04 Jan 2025 00:54:46 -0800 (PST) Message-ID: <6778f756.050a0220.1f3f9a.f4adSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.4] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id D869B6052471; Sat, 4 Jan 2025 03:54:45 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] c66daa12e76d7b4912cfb7109a761856a7a873ab From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu, Xueming Li , Christian Ehrhardt , Kevin Traynor , Luca Boccassi 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: tags/v23.11 c66daa12e76d7b4912cfb7109a761856a7a873ab --> testing pass Upstream job id: ACVP-FIPS-testing#8460 Test environment and result as below: +--------------------+----------------------+----------------------+ | Environment | compressdev_zlib_pmd | dpdk_fips_validation | +====================+======================+======================+ | Ubuntu 22.04 (ARM) | PASS | SKIPPED | +--------------------+----------------------+----------------------+ | Ubuntu 22.04 | PASS | SKIPPED | +--------------------+----------------------+----------------------+ | Ubuntu 20.04 | SKIPPED | PASS | +--------------------+----------------------+----------------------+ Ubuntu 22.04 (ARM) Kernel: 5.15.0-97-generic Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 22.04 Kernel: 5.15.0-100-generic Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/32108/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/