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 A698F45F20 for ; Mon, 23 Dec 2024 13:58:51 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7EE74402AB; Mon, 23 Dec 2024 13:58:51 +0100 (CET) Received: from mail-qk1-f226.google.com (mail-qk1-f226.google.com [209.85.222.226]) by mails.dpdk.org (Postfix) with ESMTP id 528D540263 for ; Mon, 23 Dec 2024 13:58:50 +0100 (CET) Received: by mail-qk1-f226.google.com with SMTP id af79cd13be357-7b6ff72ba5aso330621385a.1 for ; Mon, 23 Dec 2024 04:58:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734958729; x=1735563529; 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=wVfdkI8OhYUqVdyW6mbQt+m9bjTamzg+OkTIq/HELvw=; b=Mu5w7Dqo1DNu6mc7hnLYBXvmYY8cypLHfCb/Tb4LTJUSWxFVrbewZHxCWv3TFDQ2v4 fljLb0iPVrz9sZY+rNgYg8Vo7HV0r4mtOF1ox1GbFCgQv3pmdEqiOQWss6oJZBa5jH4D 7tGvG311KZu/YUMXrLOLwzo6Xtu5VNs2VhhfU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734958729; x=1735563529; 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=wVfdkI8OhYUqVdyW6mbQt+m9bjTamzg+OkTIq/HELvw=; b=kHxT6YQtr9ZnqMfy+aoGMEyxeYUJ7om1o2isHuruN4GoPNJmLG0rQ8DQUEq0t5y2QD bgOvpq0tlSxgSGwNY7h/eTWgYnUc4ijGM4jailvMvilUS9tA1k0WaQONrAk1I5iCSKQe gR+z2egHufX5Ls7a+GA4814x3IEFH1/cQ97QMcVkiWfZ34ztWR7jbe1kCfx0HyNz11jm HC8jrz/lvFcBpvM+KtOcsrUtbtPkoOWrj5Kag46GnwU0hitt/GmOwMKq1Us+06Q0i1av hVR5s3WTloUyO1Imiz6zPWZQ1VGnRgh7WDJhSKIY8T3EBrTE0DzHrnhF1/Be4hISP/wn gxsg== X-Gm-Message-State: AOJu0YzPTgUxcnKxzkOc0sLvu6p3mv+4AjgpqGG8E8WLmtnDO3QuiUm/ A4zRJY+gmUvHeYdBQcAikMoZI46CtH/IbbUNC4LVSYx3Kz01xruxUM+BMrlwQ50XYv5eKL5FEWI 9yUdhEKxc4cTVHH7RLEh9rj2Ad2IMhn41rcXzExDM X-Gm-Gg: ASbGncv8O6zj4P6yEcahQ04+aWoIDvzwHk8yOe4eujUMiAYACWaZNlkEgyDVFlT5dze VnMsGRZJMgxGqAlTlRMeTXsNl+FFQYXEHBoxNFw3f5A4vhJIesgzI8bMV8iVbA1hqnXCt60X5hq gGbojmeb1fnfM9oPE3dehhQiWgvJgUZVqYpl9+Mkuz4hhWNNHgBQIr/tMWhNd3Mf1/r130jk5Su C5rPd/r69YWoZhqhH8VP5qsjcnTFolpUQ4ife8TVxo57sWJaqu2K5KJD1pmuLDiDMpnRvaMPXM7 Wg== X-Google-Smtp-Source: AGHT+IE3H3LT2B5/j9kQmPzdXsXqyvyNHZAiGg3yugcO/bk+CarT21SwRjfhlQdhpETCbk9FZCH9Hl5Ivn/r X-Received: by 2002:a05:6214:483:b0:6d8:9660:8877 with SMTP id 6a1803df08f44-6dd23345acemr244395626d6.18.1734958729624; Mon, 23 Dec 2024 04:58:49 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 6a1803df08f44-6dd180ce085sm4315166d6.8.2024.12.23.04.58.49 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 23 Dec 2024 04:58:49 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 23 Dec 2024 04:58:49 -0800 (PST) Message-ID: <67695e89.050a0220.235d42.26f1SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.3] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 531656052471; Mon, 23 Dec 2024 07:58:49 -0500 (EST) Subject: |SUCCESS| pw149385 [PATCH] [v3] app/test-flow-perf: support testing From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241223091600.53160-1-sunyang.wu@jaguarmicro.com> References: <20241223091600.53160-1-sunyang.wu@jaguarmicro.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-unit-arm64-testing Test-Status: SUCCESS http://dpdk.org/patch/149385 _Testing PASS_ Submitter: Sunyang Wu Date: Monday, December 23 2024 09:16:00 DPDK git baseline: Repo:dpdk Branch: master CommitID:fd51012de5369679e807be1d6a81d63ef15015ce 149385 --> testing pass Upstream job id: Generic-Unit-Test-DPDK#301356 Test environment and result as below: +--------------------------+--------------+------------------------------+---------------------------+----------------+ | Environment | lpm_autotest | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest | dpdk_unit_test | +==========================+==============+==============================+===========================+================+ | Ubuntu 20.04 ARM SVE | PASS | SKIPPED | SKIPPED | SKIPPED | +--------------------------+--------------+------------------------------+---------------------------+----------------+ | Debian 12 (arm) | SKIPPED | PASS | PASS | PASS | +--------------------------+--------------+------------------------------+---------------------------+----------------+ | CentOS Stream 9 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS | +--------------------------+--------------+------------------------------+---------------------------+----------------+ | Fedora 39 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS | +--------------------------+--------------+------------------------------+---------------------------+----------------+ | Fedora 39 (ARM Clang) | SKIPPED | SKIPPED | SKIPPED | PASS | +--------------------------+--------------+------------------------------+---------------------------+----------------+ | Fedora 40 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS | +--------------------------+--------------+------------------------------+---------------------------+----------------+ | Debian 11 (Buster) (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS | +--------------------------+--------------+------------------------------+---------------------------+----------------+ | Fedora 40 (ARM Clang) | SKIPPED | SKIPPED | SKIPPED | PASS | +--------------------------+--------------+------------------------------+---------------------------+----------------+ | RHEL9 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS | +--------------------------+--------------+------------------------------+---------------------------+----------------+ | Ubuntu 20.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS | +--------------------------+--------------+------------------------------+---------------------------+----------------+ | Ubuntu 22.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS | +--------------------------+--------------+------------------------------+---------------------------+----------------+ | Ubuntu 24.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS | +--------------------------+--------------+------------------------------+---------------------------+----------------+ Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Fedora 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Fedora 39 (ARM Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) Debian 11 (Buster) (ARM) Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 20.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32193/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/