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 7671443C90 for ; Tue, 12 Mar 2024 11:23:14 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7199C402D8; Tue, 12 Mar 2024 11:23:14 +0100 (CET) Received: from mail-pf1-f228.google.com (mail-pf1-f228.google.com [209.85.210.228]) by mails.dpdk.org (Postfix) with ESMTP id 505C140282 for ; Tue, 12 Mar 2024 11:23:13 +0100 (CET) Received: by mail-pf1-f228.google.com with SMTP id d2e1a72fcca58-6e649a2548cso3675602b3a.3 for ; Tue, 12 Mar 2024 03:23:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1710238992; x=1710843792; 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=KHNM76CGG6Icfjn67DQVCkbntXrho7TLGyb6eqPSXec=; b=akwg88/R9mC4UL8rEByw4QFz/SEnkh3yAJgGZB7d4X0Q+IfTr3rSRqGPBrHEcdJh0p JdDhJRYb8nTdoUjDz7eXwhoqq0kN6odAxqcTYDySAchV4IDQ591/8j60HxPogPXQsk7M VzCV8cFgZ8+wlHVMQy/XxwQ7Q/+4H6UFJyV54= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1710238992; x=1710843792; 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=KHNM76CGG6Icfjn67DQVCkbntXrho7TLGyb6eqPSXec=; b=FYKVSLvfkJXeMH1mZHy5PN819k80bpEeTl4/Rt3fVKNCK7sT1or0qur392YsqsXb4Y QVHri1ETbwn6/px7m1+PNMrBqZqueSzDbDJjyTxBlnCOXWLcnKVxrg8dsanb0ppF6hP6 T0slUoQ6lj3sCIYjqVg9hADEjAZmNwGDBk3Lw//ovd+xN0nxtHH09azDRayNewRz4rgG OTALYahk9G8ANj2LNr0t9WZCO7xsPc7f5SJuZCaO2WfN6wuWFLGihuz2vtRSfWNomDRi ki42tiVWU+d4OB/IAUNpQji5BpREVxtN4eXjb2pWcTGX6wphiU5kC+AO6+NxkGfm/bbi nDhQ== X-Gm-Message-State: AOJu0YzAU+s+12Tz8EDSXnF38K02niiBuQQ8I/h6Q4ja9c30+r7obrrY eJ05NRO8akO19XxKJfQleX1K9/txk9IzRaONvnzK9oz2Ig2aGkK3LU8RpRoFEQRgdgLej1Lw2gs cM8VqzCq68ZEpjvdeZ3O8NLG+Vx1GZWfnvo8Y61sqCHX3q7w7If1j0um5 X-Google-Smtp-Source: AGHT+IEVlnBBDleaozTH5cJVk1gbEDu4BTiBWDxBw5OmEVAu5RW7+qhP+gORl76gWcIL/BF89TqUJjEQhQhU X-Received: by 2002:a05:6a00:1410:b0:6e6:94d9:9ec9 with SMTP id l16-20020a056a00141000b006e694d99ec9mr6105524pfu.7.1710238992506; Tue, 12 Mar 2024 03:23:12 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id n11-20020a63720b000000b005e478b33e1bsm367741pgc.24.2024.03.12.03.23.12 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 12 Mar 2024 03:23:12 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Tue, 12 Mar 2024 03:23:12 -0700 (PDT) Message-ID: <65f02d10.630a0220.4a3f.705fSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.6] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id AF19F6052471; Tue, 12 Mar 2024 06:23:11 -0400 (EDT) Subject: |SUCCESS| pw138202-138203 [PATCH] [3/3] app/testpmd: support setting From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20240312075238.3319480-4-huangdengdui@huawei.com> References: <20240312075238.3319480-4-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-intel-Functional Test-Status: SUCCESS http://dpdk.org/patch/138203 _Functional Testing PASS_ Submitter: Dengdui Huang Date: Tuesday, March 12 2024 07:52:38 DPDK git baseline: Repo:dpdk Branch: master CommitID:e3faaed01e14ffdfe8f4190030540ed874184b55 138202-138203 --> functional testing pass Test environment and result as below: Ubuntu 20.04 Kernel: 4.15.0-generic Compiler: gcc 7.4 NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps Target: x86_64-native-linuxapp-gcc Fail/Total: 0/3 Arm Ampere Altra - Ubuntu 22.04.3 Kernel: 5.15.0-83-generic aarch64 Compiler: gcc 9.4 NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps Target: x86_64-native-linuxapp-gcc Fail/Total: 0/1 Ubuntu 20.04 Kernel: 4.15.0-generic Compiler: gcc 7.4 NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps Target: x86_64-native-linuxapp-gcc Fail/Total: 0/3 Ubuntu 20.04 ARM Kernel: 4.15.0-132-generic Compiler: gcc 7.5 NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps Target: x86_64-native-linuxapp-gcc Fail/Total: 0/2 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/29510/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/