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 3B9E245D7C for ; Fri, 22 Nov 2024 12:13:04 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 13B12433AC; Fri, 22 Nov 2024 12:13:04 +0100 (CET) Received: from mail-il1-f226.google.com (mail-il1-f226.google.com [209.85.166.226]) by mails.dpdk.org (Postfix) with ESMTP id 548BF433A5 for ; Fri, 22 Nov 2024 12:13:02 +0100 (CET) Received: by mail-il1-f226.google.com with SMTP id e9e14a558f8ab-3a7991caf7bso3601635ab.0 for ; Fri, 22 Nov 2024 03:13:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732273981; x=1732878781; 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=aB9sdz2b4TAjiBgFhWiKjRawyeZ2gFWjFoRl9j+yr60=; b=asNa7Gl8IQ/XESAAgeXOgNU/dqcVnhqLp7Z8qK+QEFdJHVotR6ZQnNL5FVN5qXlcQc OX33S4FESVDBQGBFk0LvDgdBsBgAeXncWdq/PDVhXt3lh+rvcD9hpZ46Pg63+9ngyBa1 G94Cb8pUapDkqf9Mc/AGx3yLW06JS3K39v2sM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732273981; x=1732878781; 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=aB9sdz2b4TAjiBgFhWiKjRawyeZ2gFWjFoRl9j+yr60=; b=wWohUNLJ/+yJItHUCKYScuI9+bju+CUNcZCGUzWMGngClog0HeM5qoewUe5kKhn7Vt ZLcriCqnkQrxLyoGi7Mt211zssvDJVVH8ctYr6q53jDxGG6Au1ZYihQo9PGw4D5NKPVP ym2m47UGK6MJVxxg5EYiFKa15+e+rsX+rMhB6DhA/QpgzcKcv2yww6iPvAF90+lJG63L fzgm/FRVqHGiH78h7jq9WSxE59moZSUq8kCjr11KSxxfPKGRL9Bt8GmvY+nQsZ71KI1B pNhMgXCs6Ask7WDnCpsDB1XqfAMW9mNll5pZN27atYi0RwfsCQ4dFtVll7nmyqS/uBca Fw3Q== X-Gm-Message-State: AOJu0Yxj+ZHHJ1/pRt2jdgAQbgCnZTAXEZL3eGUqBDglLkordIiXbahA ca+CyRvrOh3kedLzWMpQ7utsgbrO7v0EcF5f0Glxyf5b5XxfA1bRVIlZUwqRbOTO0pCYkWSVaHP LP2XVzGXL9cUn/xc8GQ8CGUCPzU3TnCKJSkftzI4b X-Gm-Gg: ASbGnctH09kLDrErf9LiaMj1oPp7KXU9z8EIxu7l4NezWaCqB4AqE2jAI3OndnVO3Hi VOx2DFiMfs9oKOKjB0zih+LEWn9P9betEwPCnziY//khnJ5AEDzX4M2n1jVMvOWOrZLfA98bgW9 4tdFOaxncQ4wAQRNdi8yvON0LVneieAHHH5vjqVndFZ3Ebr9ZVBv9rBtlH6oMuiwZ4OQr0Aw7UA 2H3kc27DfymRxJS9y38Z8zkQihXwZp44K19+SNBddnABBngdXRUUtXwB+MhI7Sqa3je/J4= X-Google-Smtp-Source: AGHT+IEEgN5cSCUR8BwP3L5yx543DP4v7JH8iGyglNbna0cbAJUlNDiwOMsf8sm+UMf8KyFEiRK3TgEJ6q78 X-Received: by 2002:a05:6e02:1885:b0:3a7:8720:9de5 with SMTP id e9e14a558f8ab-3a79acfb902mr39726905ab.1.1732273976353; Fri, 22 Nov 2024 03:12:56 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id e9e14a558f8ab-3a79acd4572sm631125ab.62.2024.11.22.03.12.56 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 22 Nov 2024 03:12:56 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 22 Nov 2024 03:12:56 -0800 (PST) Message-ID: <67406738.050a0220.795b9.4201SMTPIN_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 D50E96052471; Fri, 22 Nov 2024 06:12:55 -0500 (EST) Subject: |SUCCESS| pw148771 [PATCH] examples/l3fwd: fix Tx performance deteri From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241122071336.18470-1-haijie1@huawei.com> References: <20241122071336.18470-1-haijie1@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/148771 _Functional Testing PASS_ Submitter: Jie Hai Date: Friday, November 22 2024 07:13:36 DPDK git baseline: Repo:dpdk Branch: master CommitID:f4ccce58c1a33cb41e1e820da504698437987efc 148771 --> functional testing pass Upstream job id: Template-DTS-Pipeline#198269 Test environment and result as below: Ubuntu 20.04 Kernel: 5.4.0-122-generic Compiler: gcc 9.4.0 NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps Aggregate Results by Test Suite +-----------------------------+--------+ | Test Suite | Result | +=============================+========+ | unit_tests_mbuf | PASS | +-----------------------------+--------+ | vhost_virtio_user_interrupt | PASS | +-----------------------------+--------+ | virtio_smoke | PASS | +-----------------------------+--------+ Arm Ampere Altra - Ubuntu 22.04 Kernel: 5.15.83+ Compiler: gcc 11.4 NIC: Intel Corporation QAT 8970 0 Mbps Aggregate Results by Test Suite +----------------------------+--------+ | Test Suite | Result | +============================+========+ | crypto_perf_cryptodev_perf | PASS | +----------------------------+--------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/31995/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/