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 BC97645E3B for ; Thu, 5 Dec 2024 19:41:21 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9F2344069D; Thu, 5 Dec 2024 19:41:21 +0100 (CET) Received: from mail-il1-f228.google.com (mail-il1-f228.google.com [209.85.166.228]) by mails.dpdk.org (Postfix) with ESMTP id B13404065E for ; Thu, 5 Dec 2024 19:41:20 +0100 (CET) Received: by mail-il1-f228.google.com with SMTP id e9e14a558f8ab-3a7d94b545aso8567845ab.3 for ; Thu, 05 Dec 2024 10:41:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733424080; x=1734028880; 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=w2NQICvkewbUEyzGYHZ77E2dOMm2PMR+xelm577jS48=; b=S4Crt6lbi61J9RkzGqdTyzkkCUKWmuPx3KVy3yomr+e9kz6eNpQaNs/rjoyJRLSfvz s1hhhCcUI0bgWpKaIWo3k0eLexCQmTE1Pk1q8SbwyEYbdsDZSENCL8fmPuTVix0pqn0t NxR4wJfbBXetsf5ee0Vwz2q3U0FGD0H6ADQd0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733424080; x=1734028880; 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=w2NQICvkewbUEyzGYHZ77E2dOMm2PMR+xelm577jS48=; b=G/u/gu3WMV1cZVQhNaUAyJhhxFmkwnzSf/LC0nqNuXjIo4fsgvAGNnUZ99s9u4WJ2q UuZfyzEfUAoo/h+At7PdMFhI+O25uqA7iYrGD3up/AkSvkZD/UDy5cJFQwV5y8LLCWqB Vkw2+iKSVT4tPKiDUS9vqb97H6WcDdMkQ4f/X7putsRNwifk/m31JWSHYFqOMl0sYMIv aMmx6TZs2IPipRu8k8EzIme80qAuiog6AyOU0BFVcwoDKepG+7gDFbA7UGYFi/ubCfCi iCknrvHmcTtevo0caNOSw9Iq/f8AAqcfcWppJSjKxx4P2v3dVq3LcLjr3JNS3KrQ3oOm QK/w== X-Gm-Message-State: AOJu0YwvkcN/sbpeXDyjhs5AYZkbr/p+FHNDkyylRNxTjbLRi3r4bsYJ LUme2218kmWiRp8wzPxNWKXnIrg0er+8ESZ2TBDnw+3NAd+h6qc7YvuO5z1GqIgYAPMirUmGQmR DzWr3uYZuVzPVNdTEQcpImWNWdzjpWdWwvYWvEUek X-Gm-Gg: ASbGnct7NQ5LQ4488Nl9rncf2AYLUqIt6wJ3vsRecle+sqZ+ikh57bZRiMAA7X0fxtl tp2GRAmnQ69h+HY7G49S/SM0a7o5aGh6juHgEd3MjmXSxYvWP4cN1p2OzRvpWyJ+mzvLkM2DXE8 j7HIois8XwtRxmwmjVj4bgZQEQgZ5j1cGlLxn+gXn3Tut18/m2nerfcEHGs5/UHvfvO3xXnQX+q UNZCFBvc/ZNot/Jc5UQPcPgGUtRss9h+BpkXk3f4dkb6cza+G3/whoLOvWrwo3k+/PJGQw= X-Google-Smtp-Source: AGHT+IGPtTDzKr8dso5G/p73ZGcC8MtGLGQFdwP+jqlXE+RLGir2HOx0zUDLANsd37VAcPXOh+XOeixwHJ5o X-Received: by 2002:a05:6e02:1c0f:b0:3a7:3760:7314 with SMTP id e9e14a558f8ab-3a811e29869mr5303825ab.20.1733424080090; Thu, 05 Dec 2024 10:41:20 -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-3a808da80cdsm1080795ab.23.2024.12.05.10.41.19 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 05 Dec 2024 10:41:20 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 05 Dec 2024 10:41:20 -0800 (PST) Message-ID: <6751f3d0.920a0220.1b3c49.64d8SMTPIN_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 912FD6052471; Thu, 5 Dec 2024 13:41:19 -0500 (EST) Subject: |PENDING| pw149042-149044 [PATCH] [3/3] eal/x86: defer power intrins From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241205175754.1673888-4-david.marchand@redhat.com> References: <20241205175754.1673888-4-david.marchand@redhat.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-sample-apps-testing Test-Status: PENDING http://dpdk.org/patch/149044 _Testing pending_ Submitter: David Marchand Date: Thursday, December 05 2024 17:57:54 DPDK git baseline: Repo:dpdk Branch: master CommitID:7df61db6c387703a36306c1aea92225921e2eeb2 149042-149044 --> testing pending Upstream job id: Template-DTS-Pipeline#201233 Test environment and result as below: +--------------------+----------------------+----------------------+ | Environment | dpdk_fips_validation | compressdev_zlib_pmd | +====================+======================+======================+ | Ubuntu 20.04 | PEND | SKIPPED | +--------------------+----------------------+----------------------+ | Ubuntu 22.04 (ARM) | SKIPPED | PASS | +--------------------+----------------------+----------------------+ Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 22.04 (ARM) Kernel: 5.15.0-97-generic Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32093/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/