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 9E53E45F3C for ; Wed, 25 Dec 2024 10:42:29 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9618E402F2; Wed, 25 Dec 2024 10:42:29 +0100 (CET) Received: from mail-io1-f98.google.com (mail-io1-f98.google.com [209.85.166.98]) by mails.dpdk.org (Postfix) with ESMTP id 07333402EA for ; Wed, 25 Dec 2024 10:42:27 +0100 (CET) Received: by mail-io1-f98.google.com with SMTP id ca18e2360f4ac-844ee43460aso455971439f.1 for ; Wed, 25 Dec 2024 01:42:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1735119747; x=1735724547; 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=2QRneFT/lGUZHxQn4W8l4Hz8II8ok7OZl+Ctp5wyd2I=; b=frJyphWWwYCO6J6grI7eSMBzcD6nReKXVghfNqIaCFESBbjIk7hbIdxJwmLuhXAgAC i/8i4b8ncbnhZThsANHHOGDDSACZrAfpJHBFamNieB75thjW0bmU3Os1EKD9xf10rvBF A+NPEPlKZ5v7/dhjArIn2C50EuwmeeAVI8ZPw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1735119747; x=1735724547; 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=2QRneFT/lGUZHxQn4W8l4Hz8II8ok7OZl+Ctp5wyd2I=; b=KoEYY3qH+qkahIKnfFU1Tp92q99rbU9+RlJy4pFhqGsBuR9FFgjhJh3zzcoKkwQMq2 Fi/iMsai0kXk4VlEX48BuyM52E3dbKSt9nNn7kkYL60neM/wtL4xqg2PqThcb9qzkI4i AWouy8GZMmbDhP0q9ZbPK1Lp7C+Q8KlIVKFIj2jUnCUXe0xGsmebomZsqUzOKW8To91Z AR3B25LfOoydrR7aewLTVNwDxQp7+l52wrsqd4TwQtHYrJZu/3Rl2xG28Qsj7aLCPg5y VZhmYGMz5HsdPV5pKivmoY58XRhW3gJRXx+Yfep56Dvvrw//q9R1FcApX2d7IZuLThCb KHkA== X-Gm-Message-State: AOJu0YxOcRwAXKByNoL2gEtSjGwLCK9gas4RoRYWgQtXzgNupjoNPAxg CfRY2jZNmCHrDbwAlvAWfllXfhcLI5DMtIzNSd8N4b2c3WYWiAIJBOusrPkIjd6++h93ZcFoSAZ DXZy+AVy0cXfH4/2ya8SGsWnDyL23Tcx2KFogvKRG1teUDuhoZw3G5tFA X-Gm-Gg: ASbGncveP4MAADw4ORHtPtg1F/zmTuEOx7OJrNrOWsnbgDG8HvImj0i60K21H5d5g06 E+wNQ2JL+8HZsEflRzxanWppiRF2DK0/8ESw5UGk5yI35ySWw9f9pP0V/1xlVyax6x13no4nhkb ZrApj1+gymRPAuaA8JNVNTurcyC13TRQ9HlB3uGreslQ7W+4r+jD/ZmiyZ770EkHp6EshomXUVL GY+MAajYZEQYXJYua96wyiSojSqHqiAu19DIqtnvk6iqu3CiOP01PVFk4BZNy/8sbZ953a8UYmm 4fk9xQ== X-Google-Smtp-Source: AGHT+IFnznNPJ/A7hdJyAPnJ2wKf6ycVE90Dli+/o3UPyUGF0V7KUVYzPYt7fhZSKbfRqBJRqIa4bekMuflL X-Received: by 2002:a05:6602:1344:b0:83a:b74c:800e with SMTP id ca18e2360f4ac-8499e65fe3bmr1905404739f.12.1735119747239; Wed, 25 Dec 2024 01:42:27 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id ca18e2360f4ac-8498d8b58aesm52549939f.33.2024.12.25.01.42.27 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 25 Dec 2024 01:42:27 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 25 Dec 2024 01:42:27 -0800 (PST) Message-ID: <676bd383.5e0a0220.13cb4e.7c3eSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.4] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 790316052471; Wed, 25 Dec 2024 04:42:26 -0500 (EST) Subject: |SUCCESS| pw149408 [PATCH] doc: add install_tag to meson From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241223132220.138227-1-luca.boccassi@gmail.com> References: <20241223132220.138227-1-luca.boccassi@gmail.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-Performance Test-Status: SUCCESS http://dpdk.org/patch/149408 _Performance Testing PASS_ Submitter: Luca Boccassi Date: Monday, December 23 2024 13:21:13 DPDK git baseline: Repo:dpdk Branch: master CommitID:fd51012de5369679e807be1d6a81d63ef15015ce 149408 --> performance testing pass Upstream job id: Template-DTS-Pipeline#203959 Test environment and result as below: 22.04 Kernel: 5.15.0-94-generic Compiler: gcc 11.4.0 NIC: Intel E810 100000 Mbps Fail/Total: 0/4 Detail performance results: +------------+---------+----------+-------------+------------------------------+ | frame_size | txd/rxd | num_cpus | num_threads | throughput difference from | | | | | | expected | +============+=========+==========+=============+==============================+ | 64 | 512 | 1 | 2 | -0.4% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 2 | 0.0% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | 0.6% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 1.2% | +------------+---------+----------+-------------+------------------------------+ 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 Fail/Total: 0/4 Detail performance results: +----------+-------------+---------+------------+------------------------------+ | num_cpus | num_threads | txd/rxd | frame_size | throughput difference from | | | | | | expected | +==========+=============+=========+============+==============================+ | 1 | 2 | 512 | 64 | 0.3% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | -1.3% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | -1.3% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | 2.4% | +----------+-------------+---------+------------+------------------------------+ Ubuntu 20.04 Kernel: 5.4.0-122-generic Compiler: gcc 9.4.0 NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps Fail/Total: 0/6 Detail performance results: +----------+-------------+---------+------------+------------------------------+ | num_cpus | num_threads | txd/rxd | frame_size | throughput difference from | | | | | | expected | +==========+=============+=========+============+==============================+ | 1 | 2 | 128 | 64 | 0.1% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 512 | 64 | -0.2% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | 0.0% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 128 | 64 | 0.3% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | 0.3% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | 0.0% | +----------+-------------+---------+------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32196/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/