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 33F3B45F3A for ; Wed, 25 Dec 2024 08:46:48 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0CBB7402F2; Wed, 25 Dec 2024 08:46:48 +0100 (CET) Received: from mail-pl1-f228.google.com (mail-pl1-f228.google.com [209.85.214.228]) by mails.dpdk.org (Postfix) with ESMTP id AEBBE402EA for ; Wed, 25 Dec 2024 08:46:46 +0100 (CET) Received: by mail-pl1-f228.google.com with SMTP id d9443c01a7336-2164b1f05caso60337765ad.3 for ; Tue, 24 Dec 2024 23:46:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1735112806; x=1735717606; 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=RvQCOegOXUNhvEQjHgnssgWHqYZg/OB288GNMDfIBvY=; b=d0bN7j5gE/6fYun0XTlHzYEZVj26eFXVHQ4uAdjirdskhzEEI4rXPUoNl6SJtSLoc3 xqGIpEQH4nf7o4mY+tHxSFOUie6SVj3698czCefABch+PSLNfFlvFcSklBJMnJ7A915S xuQphw33HyBBFkJueke4lNN3/LjS3asTsXi08= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1735112806; x=1735717606; 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=RvQCOegOXUNhvEQjHgnssgWHqYZg/OB288GNMDfIBvY=; b=Bld5gT104d6XIYWod6MLNm4KexFN4ULRsxfe+mcEQfFIi9zH4SGLXMUZmUIA0KQbX9 1TYoyhsHAbErYDNOOOHG+PBSpLJt9++WjUM586nvMKKfr7C4aRcVDy9aY8zlIcWZRPvB thJjPKJIpE7bP4V0mB7qIyCB6Ojd2JFLCey2aqjjqd95etJpKDPAhlqfoE7cJgPjsEl5 K0oqfSkLvcrdETkJVq7NUm2Xm+wEMEioYs5t1xdWinOgBBEtRUhbGn7xWEBaXBfakHGl A8y9vyowOvhBasYg15TsfxDojrFmkNRbtTjICCOPNVEoobqixM7prhBvzvJu+LjD/5hR Qgig== X-Gm-Message-State: AOJu0YyUvoNfR/OqHA80pHVC+LQPsF28j8owSQXMJvnvhH4cpFdpwj2k In105QKXRrOQlv0zLvyyQBMqqPziVy7Yqdo7gKIuyBHpXIYWeQd4NYsxy5SwO42E2tkX2yYVOWr oT/bYQivWC8k1yxULA409VfYfsMU30bU0z8KqIqYj X-Gm-Gg: ASbGncuusq06ACsGNQx6yrcJrJaAqprD+b2sD4yx4vAKvaeYUY+TqBKRLTctdbffiuh /WRaaQO6ub3lG0mimCrXffNJk1AuL9m7WFrgDnCrZ8DeGv0Th4bYLa9dIYmLu9SwqSmTfdFQK0S Y5kTuAGkVCdKbnGoilGTSYvmGp8YvCmygX0iOHyyePuZcmrRvSdpBpNj1Xbz3kkdAQfSjbXmA4Z BaUZbwLPNbWlyATqHjTvCFkxUt1Ein4bvQCtNqLkCYPpuZgjhDsHbOLlA9oH9aQXScLRQz4aRXb pQ== X-Google-Smtp-Source: AGHT+IG3AKFLOF/C5ULZ8fkg79lYGxUd2iVRbJcgISzxPb/vSGq7DbkZo4t9QJ1YXoXZornkJMc+OF7o8+sJ X-Received: by 2002:a17:903:234f:b0:216:282d:c67a with SMTP id d9443c01a7336-219e6f1178emr251125295ad.39.1735112805805; Tue, 24 Dec 2024 23:46:45 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d9443c01a7336-219dca27ca7sm5700085ad.99.2024.12.24.23.46.45 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 24 Dec 2024 23:46:45 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 24 Dec 2024 23:46:45 -0800 (PST) Message-ID: <676bb865.170a0220.a2268.a4e3SMTPIN_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 E6E0C6052471; Wed, 25 Dec 2024 02:46:44 -0500 (EST) Subject: |SUCCESS| pw149383 [PATCH] app/test-flow-perf: support testing the f From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241223083554.37784-1-sunyang.wu@jaguarmicro.com> References: <20241223083554.37784-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-marvell-Functional Test-Status: SUCCESS http://dpdk.org/patch/149383 _Functional Testing PASS_ Submitter: Sunyang Wu Date: Monday, December 23 2024 08:35:54 DPDK git baseline: Repo:dpdk Branch: master CommitID:07604f264417959d76aa9fcb8cb0c3665f62f0d3 149383 --> functional testing pass Upstream job id: Template-DTS-Pipeline#203906 Test environment and result as below: Ubuntu 20.04.6 Kernel: 5.4.105 Compiler: gcc 9.4 NIC: Marvell CN106XX 50000 Mbps Target: arm64-native-linuxapp-gcc Aggregate Results by Test Suite +-----------------+--------+ | Test Suite | Result | +=================+========+ | cmdline | PASS | +-----------------+--------+ | ipv4_reassembly | PASS | +-----------------+--------+ | rxtx_callbacks | PASS | +-----------------+--------+ | tso | PASS | +-----------------+--------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32191/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/