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 E488246614 for ; Thu, 24 Apr 2025 05:42:10 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E113D40156; Thu, 24 Apr 2025 05:42:10 +0200 (CEST) Received: from mail-pl1-f225.google.com (mail-pl1-f225.google.com [209.85.214.225]) by mails.dpdk.org (Postfix) with ESMTP id F1D6F400D5 for ; Thu, 24 Apr 2025 05:42:09 +0200 (CEST) Received: by mail-pl1-f225.google.com with SMTP id d9443c01a7336-22da3b26532so5451505ad.0 for ; Wed, 23 Apr 2025 20:42:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1745466129; x=1746070929; 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=e7FsVgs6vuccDmqk9CtL8bmRn/kzbL46Z4+o9JhmKC0=; b=IeWvMFmJbiR2IsmcxF27jfiJEexwqqPHc5ymQXwo0FEr3IoVkFhsqqvGyaNdyDKBls OyXwEFKNMKzqWz4nexikqeoSyBXEs/8xBSiVLzninVYqoTG/n4oVpnKv8OEZCfnKH75z 8/UtL05MJKlD+yvOyTs2oWTdQyervBM4A/uag= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1745466129; x=1746070929; 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=e7FsVgs6vuccDmqk9CtL8bmRn/kzbL46Z4+o9JhmKC0=; b=t7YIrQNeRXvlziMUxY+5OWIZeY8fGaLxUrbOpY2bbFPGqV2X0Y7BIiq2zZN9AtNQTu HfkzdpEh9XO3wdbTftTYZ75lhHkIm5vis8bf2kBq/8OH9mn3o3iXalRdDs1g3bbcatC+ YaohgXpwEIRzuG+n/pLEsQUN5x7md6a9B4xQv0VwNGilOZ2Z9DQWMuNL2WtMqVqJpTvA mqKPrKN63/BFqIEcINjNRr0fg1j4VOKbhdOyPAvWDvqkZ+JdoLfZyBERLBfjEtOPon0P 6bYe19EWhy03k9gigI3A2woXxlmhRFmcGLWu+2OufPPYvRwB+5NRWN+FOfvrBvrkUX0i SOLQ== X-Gm-Message-State: AOJu0YxpuhukUdJsRghDAsTUfYD8Q9x+wdNnRbPfOeozw/IWXe+I+7+W NXx32tOpQ8zz7OI4c5OctGgRdyr+ppe8DDjXr+BJPLCatcYCtlivIU27NMzcWALEudGFLKPf2g6 m9GZCqNce9a87mcKL/yOUhP4jFZBk6Oe+Gd4hb9Av X-Gm-Gg: ASbGnctOlKrxnmCNgjAbhmagd/Y65ib+1UQpSxnhMocBMIkbZN79dl6m+YraRTSfV4l ihr2e3QRrVp16yGtZWtn6iS1pJ3LnnnPEnjylQNCqOouNC7oo+1CIrspfGiqh+velD0DDt/ZAKt KEktTnWXydyWVPexwe3pBAuAAr8+91BFnWsvQmT37E147NK0ZhjmGgkpP2gc87GUKz3dssuZuMD RTT7z4UUtyB6lz+nvCpiWJdLQlR8iUJoIiyF1lH/+GTY/AYHb/87NzpO7n0ehTR6mTJVNjovhDj TYJhVdecE/hJsbICpESR418FXV6inJxhsfIy X-Google-Smtp-Source: AGHT+IGnGRfTERgqnXQrmoC/Ddky8l/nFI1DalWzn5OPyS8cpRygje57gjb5mlM3WgM34F1IlSjq3PfFqxgz X-Received: by 2002:a17:903:3d0d:b0:223:47d9:1964 with SMTP id d9443c01a7336-22db3d77a1bmr14565555ad.34.1745466129045; Wed, 23 Apr 2025 20:42:09 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d9443c01a7336-22db4df1258sm185365ad.50.2025.04.23.20.42.08 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 23 Apr 2025 20:42:09 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Wed, 23 Apr 2025 20:42:09 -0700 (PDT) Message-ID: <6809b311.170a0220.242af1.11b7SMTPIN_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 3347D6052471; Wed, 23 Apr 2025 23:42:08 -0400 (EDT) Subject: |SUCCESS| pw153130-153134 [PATCH] [RFC,v1,5/5] dts: add performance From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250423194011.1447679-6-npratte@iol.unh.edu> References: <20250423194011.1447679-6-npratte@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/153134 _Testing PASS_ Submitter: Nicholas Pratte Date: Wednesday, April 23 2025 19:40:11 DPDK git baseline: Repo:dpdk Branch: master CommitID:ca1690ebd224f148268285b15b97441ccdbdd07e 153130-153134 --> testing pass Upstream job id: Template-DTS-Pipeline#222826 Test environment and result as below: +--------------------+----------------------+ | Environment | compressdev_zlib_pmd | +====================+======================+ | Ubuntu 22.04 (ARM) | PASS | +--------------------+----------------------+ | Ubuntu 22.04 | 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 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/33058/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/