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 DDF7546126 for ; Fri, 24 Jan 2025 14:08:53 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CB91B40E49; Fri, 24 Jan 2025 14:08:53 +0100 (CET) Received: from mail-qk1-f227.google.com (mail-qk1-f227.google.com [209.85.222.227]) by mails.dpdk.org (Postfix) with ESMTP id D442440E48 for ; Fri, 24 Jan 2025 14:08:52 +0100 (CET) Received: by mail-qk1-f227.google.com with SMTP id af79cd13be357-7b6f95d2eafso225164185a.3 for ; Fri, 24 Jan 2025 05:08:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1737724132; x=1738328932; 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=e+zgz/kHn6HappHuqINHNFlr9DGsHDFDHmCoAzE0A/U=; b=HXVrO+HA4a3B2nlen7gceqmLFuxFYB1H+BcNnwwB82eH2XwljL0fyhVpjeBfT4cqvb c9TMn5TN2xcPnaXQCiTBis/xzxIgHUyUmvP4qw9IdQxmbaa1NN/A2ZI3Az/WhePjcy0q usdXracKR16u6oIIJuTL0HNg3lvxng54EAQ7c= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1737724132; x=1738328932; 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=e+zgz/kHn6HappHuqINHNFlr9DGsHDFDHmCoAzE0A/U=; b=E7wPL+he2S4LJ1aIhF+TIh4QyGmAI2U0fC+5tfhmaqe7mj1/nBePYbiEN1H0mbzWqM KOWIm9jSKYOzDw9NAauu5CbzsLaPM2jqbm55HgJsN/uKZ4wLHhrYpZHfTdJlVsuerrqX pE7cKehbt6902AeqhP1dBGjhs1Pu1Wu1joBlfJBFNTrGPCWsHK6OiZPL/TWrv7J+f7eO mT/2CX2XSwzOsOS+1XZJsj6lHMEXk2HqGNY77OuRF/5NgKDJa0LXX819PQnp1lKEIfl+ V3qydDpRjAUXWjHNkGjgP44EJ9xQ5j9QfZGZR92Fhehl3AyX9URgBInukhj9VDaPhORY uvrw== X-Gm-Message-State: AOJu0Yzs+wgmtqRyXPV7qXpxoLW5hiN37I2iPMWC0/QHL2GjW8lou2dO n49bcimxBYg5vzbv8gMHaqE8luDkEgFOOPvs1ut7cxyIVXIzvSCrk9vFdH65jMnxsidNac3dSy8 hgGTiQAwLA2GqDPFAbvqmn5EIkT5uOzKZwET4NO77 X-Gm-Gg: ASbGnctDhvOt1AnDxdILKHrCUp3rVd+b0r7jHEDfTFs039WcfIg88XLCmvT2AANQTkw R0QmEBf1qO5WaST5dktQwqY31RMOaePey6OD4iR4/8/iUY1PFF+Lo2hDarmvBJvEO0z49IBubIW 7cdVenHyZQkokxP2R9RijrMMivCnRevdGtA5j1JOwnaCiJ+EORxStvlK2dDvwpKP96h9fnMggkU Z/wXKbeU4gW1rWQH3doFX0RDwFHo07yl/dWyLFHyYI1Bt6JJxcVeops4HJMjl65ADa6gmlS+4ez jGjfPT9WmdCFrA+TYjc= X-Google-Smtp-Source: AGHT+IEoSTge5/R31p7nxtoOacptTJsXHPScPBFJ+5387u1lhbMx1gnto7yVeSt2CpIssolct/8nUSjTzLUx X-Received: by 2002:a05:622a:20b:b0:466:9ab3:c2d0 with SMTP id d75a77b69052e-46e12bbc9b7mr485240701cf.44.1737724132267; Fri, 24 Jan 2025 05:08:52 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d75a77b69052e-46e6686ea88sm877401cf.1.2025.01.24.05.08.52 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 24 Jan 2025 05:08:52 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 24 Jan 2025 05:08:52 -0800 (PST) Message-ID: <679390e4.c80a0220.84277.5dd1SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.5] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id D365A6052471; Fri, 24 Jan 2025 08:08:51 -0500 (EST) Subject: |SUCCESS| pw150441 [PATCH] app/procinfo: add xstats parameter to hid From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250124100032.3497253-1-huangdengdui@huawei.com> References: <20250124100032.3497253-1-huangdengdui@huawei.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: SUCCESS http://dpdk.org/patch/150441 _Testing PASS_ Submitter: Dengdui Huang Date: Friday, January 24 2025 10:00:32 DPDK git baseline: Repo:dpdk Branch: master CommitID:5b856206c74bbcf19e12cafa15382a7e15b0a1b5 150441 --> testing pass Upstream job id: Template-DTS-Pipeline#208853 Test environment and result as below: +--------------------+----------------------+ | Environment | compressdev_zlib_pmd | +====================+======================+ | Ubuntu 22.04 (ARM) | PASS | +--------------------+----------------------+ 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/32411/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/