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 9689645E63 for ; Tue, 10 Dec 2024 05:31:10 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 744FA40264; Tue, 10 Dec 2024 05:31:10 +0100 (CET) Received: from mail-io1-f97.google.com (mail-io1-f97.google.com [209.85.166.97]) by mails.dpdk.org (Postfix) with ESMTP id 85FE04025A for ; Tue, 10 Dec 2024 05:31:08 +0100 (CET) Received: by mail-io1-f97.google.com with SMTP id ca18e2360f4ac-8419d05aa66so360995339f.0 for ; Mon, 09 Dec 2024 20:31:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733805067; x=1734409867; 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=j+8ntCoChMfgvqlyrGneL9wBOuvOOe4KrugyASrDtoI=; b=Hi63+oeeA0aF2vZzbcz475p1SHWMYZ9R78lEFwi+DBhnp6vQBnOLzsxFcWHwYgFbWD OIQrtWY06tL5Rw1OALfRCQVGtVb+SMpcdlOiSgG15DfsZgfvQktG5flVNfAAZIpGeZgm WE4Nxerz8KydaQ5O/6HgpjhYMCvfqybvZ6Rg0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733805067; x=1734409867; 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=j+8ntCoChMfgvqlyrGneL9wBOuvOOe4KrugyASrDtoI=; b=hxFFiFpSBMiVG/gkQA1tOk6m1+QLxAAZiE/diRFeO3XI+E9/5pHn0ldXFn7eSeNfdg p8Pbjciz/QLyS7dywNE+N7ILBBLKm8MFidV3Sjh/63XLPzfwuYe/HY5/oyyQ2pdsrOfH dxLBzzxeOvRJv29CuG2pQr/6+eWFmuhcrMcKg9V27k49IhfWmUtO3u3VMvkU9D1pNKPq /Vr7tGakLuTQ9d7lhG48dEBF3ayIOItJx5mxTERmmXzT9Bn16AVUkIaVvizG+h0ewWhj 8YVkTPwiAYbYjYxJnx6qwz+SvqBSFJHg8211h5FkKXgYDEZtMQOEOx8zCmByoiOOawAb hsZg== X-Gm-Message-State: AOJu0YyCQGXd3+74GPkivy9dNT0O9d4d7fSRDsqCP89G9EhDcaO2yQWS IG908PgFh4kXjwHKLWd0vzK1HKeJjYRQUFFVGFfv3iL6BmBjjgVaJqfofAqAAAlNFLv1xiWi+CO xVVe3Uc8HhfyMBcAt92fUgVRKuSGZzCfnoBzBvyMX X-Gm-Gg: ASbGncuuiKvZRaWJvcJECagm4Cybqhz8N0J53jAP0e/UcMIti+o/X9XiyIlLlq8lQKU eJ5bw537s4j4oZCvFD1FxQolXMqHOV/MBfGCKe0gtV4+ULl3X3f4g5ZP3CNiDwEGsEb9a4nMOM6 Hp8wYJa9vUznPoQdCTc395KGMFKo8UBk+0FQtkr9OleSNGNNn1h2W4CASYH2lEK/83HtUjnl2le OJVqeR+xfZCwtUtSSH9PD8GKl+i9493hMq5JKDFtpjA+77APwpqmD1rbKKt0hOppSztXr5CLro= X-Google-Smtp-Source: AGHT+IGGW3KOCIs9r8uU6M330Kvq7dYuAMXb0fyHSrJFZ68/DJnOM+kPYrxoq20INviAhPCK6MOcVqfek4B6 X-Received: by 2002:a05:6e02:144f:b0:3a7:dd62:e954 with SMTP id e9e14a558f8ab-3a811b7bc90mr157245895ab.0.1733805067754; Mon, 09 Dec 2024 20:31:07 -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-3a808e1b297sm5637175ab.54.2024.12.09.20.31.07 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 09 Dec 2024 20:31:07 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 09 Dec 2024 20:31:07 -0800 (PST) Message-ID: <6757c40b.050a0220.12531c.294eSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.2] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 0B7286052471; Mon, 9 Dec 2024 23:31:07 -0500 (EST) Subject: |SUCCESS| pw149082 [PATCH] [v1,1/1] dts: add EAL sanity check suite From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241209215406.6982-2-dmarx@iol.unh.edu> References: <20241209215406.6982-2-dmarx@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-sample-apps-testing Test-Status: SUCCESS http://dpdk.org/patch/149082 _Testing PASS_ Submitter: Dean Marx Date: Monday, December 09 2024 21:54:06 DPDK git baseline: Repo:dpdk Branch: master CommitID:7df61db6c387703a36306c1aea92225921e2eeb2 149082 --> testing pass Upstream job id: ACVP-FIPS-testing#8252 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/patchsets/32106/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/