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 ECDB045DB7 for ; Wed, 27 Nov 2024 16:50:29 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E8C124064C; Wed, 27 Nov 2024 16:50:29 +0100 (CET) Received: from mail-pg1-f226.google.com (mail-pg1-f226.google.com [209.85.215.226]) by mails.dpdk.org (Postfix) with ESMTP id 52091402AB for ; Wed, 27 Nov 2024 16:50:28 +0100 (CET) Received: by mail-pg1-f226.google.com with SMTP id 41be03b00d2f7-7fc2b80c845so2250012a12.3 for ; Wed, 27 Nov 2024 07:50:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732722627; x=1733327427; 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=w8pDjDO/8ypV6KvHs/RFaqN0Z+PqkAj86RvYSg6qDtE=; b=Buo3oGP1OM70TRhQnmvbRJ7VUNerEYZgLhGxWjGDzcWtz7AqDNSPr3SnLMOruWen+h G0MDkwq+B1PG6N7o7KFRUO/ZormSheQ/zcE2XgHzE3tm3sHjg2QyPOk/e8bpjyiX5hTz fcgMjIvJohaF3khmy7E+ha+cmPL4qzPlKWRsA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732722627; x=1733327427; 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=w8pDjDO/8ypV6KvHs/RFaqN0Z+PqkAj86RvYSg6qDtE=; b=PEIH2ghJ7xRc4Os+eXZ1rZ1jeAD2P41a6Uz62dusCQ6/Gre8bdskT9wfCdsxSbPwip 0aB/Zd/1hpXEJHg5nobRe1yJFIFKpngw9mn0AolGnpO9i1UkgMTTGKccpH1T4J3nE4rx oxoht7sz6ZsUI20vhIhe1jJTKPu8WLWtf2QCI/E3rfL+rPFxqHciuvS0DbweM/RNjGaB dYb7i48bdIvchcpVc5LjgZL66lluOzvql9FhIjRkbow2sYkjN2bMtxGguU2sF0mxOHyv 2y5W9eEofFDJSgIEDEiuYktXwhFDlo9LRTmAtEVbxg2bhIGwqE5DKVHOKJHw59ASd4ko J8DQ== X-Gm-Message-State: AOJu0Yz+rIf8fuAnwAtptAM87EYn+5m5pGT2QaB6OCq0Vv8q3HQp/0MD k3Kt/1XleiDd+q2FR5fkBV9bSw0W+N0IceyhFlhaznjRrF4vu9SNKVX3Vg9UJ5Oy8qlBHcWwslZ PhRiKNkjyUa8cU9WH7u2hTNmxt5BjBZzy30B0Qk0q X-Gm-Gg: ASbGncu0F4zbZPWvmpMsuMRpJcund0mp4NvqrWg9sEcbwrd1xznP6CPjfTQJID9YNSc +dG6IReA5DPhHMDsODz6/zoPMmn6g5uxM3RC+m52mjzAiqTyBnk0e8N4eu9DMOgvSzBeV4CZXAL bEDFjQI+pOYvMR4chy9I0Wqyxn8s1SkHHZedXczRG0Eg1FIul75HNkVp9iNLrolak+fkzcJPjbQ xcrV8MIQbWJMlnXJSB77A1FUOMNr3iwnMSbHU1EjezXeYXD1csiGtsgqdH4u2WCYDlGDA0= X-Google-Smtp-Source: AGHT+IFlcifZCFnJm+DDiIaAvc71qZf3dvdgDGiyK9JaOhGqQ2hwHtJ+7UfiT414u3/jCGDFbITbbMLPDU82 X-Received: by 2002:a05:6a21:2d87:b0:1dc:2360:17ec with SMTP id adf61e73a8af0-1e0e0b10aa0mr5528450637.18.1732722627513; Wed, 27 Nov 2024 07:50:27 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d2e1a72fcca58-724de58f395sm612167b3a.25.2024.11.27.07.50.27 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 27 Nov 2024 07:50:27 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 27 Nov 2024 07:50:27 -0800 (PST) Message-ID: <67473fc3.050a0220.193ed1.95a3SMTPIN_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 B24576052471; Wed, 27 Nov 2024 10:50:26 -0500 (EST) Subject: |SUCCESS| pw148922 [PATCH] [v3,1/1] devtools: add DPDK build directo From: dpdklab@iol.unh.edu To: Test Report , Ali Alnubani Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <373adbe0cd8495b79882dbe44481ced550026e3f.1732719618.git.anatoly.burakov@intel.com> References: <373adbe0cd8495b79882dbe44481ced550026e3f.1732719618.git.anatoly.burakov@intel.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-mellanox-Performance Test-Status: SUCCESS http://dpdk.org/patch/148922 _Performance Testing PASS_ Submitter: Anatoly Burakov Date: Wednesday, November 27 2024 15:01:37 DPDK git baseline: Repo:dpdk Branch: master CommitID:4843aacb0d1201fef37e8a579fcd8baec4acdf98 148922 --> performance testing pass Upstream job id: Template-DTS-Pipeline#199594 Test environment and result as below: Ubuntu 24.04 Kernel: 6.8.0-45-generic Compiler: gcc 13.2.0 NIC: Mellanox ConnectX-6 Lx 25000 Mbps Fail/Total: 0/6 Detail performance results: +------------+---------+----------+-------------+------------------------------+ | frame_size | txd/rxd | num_cpus | num_threads | throughput difference from | | | | | | expected | +============+=========+==========+=============+==============================+ | 64 | 1024 | 1 | 1 | 0.0% | +------------+---------+----------+-------------+------------------------------+ | 128 | 1024 | 1 | 1 | -0.2% | +------------+---------+----------+-------------+------------------------------+ | 256 | 1024 | 1 | 1 | -0.1% | +------------+---------+----------+-------------+------------------------------+ | 512 | 1024 | 1 | 1 | -0.0% | +------------+---------+----------+-------------+------------------------------+ | 1024 | 1024 | 1 | 1 | -0.1% | +------------+---------+----------+-------------+------------------------------+ | 1518 | 1024 | 1 | 1 | -0.1% | +------------+---------+----------+-------------+------------------------------+ Ubuntu 24.04 Kernel: 6.8.0-45-generic Compiler: gcc 13.2.0 NIC: NVIDIA Mellanox ConnectX-7 100000 Mbps Fail/Total: 0/6 Detail performance results: +------------+---------+----------+-------------+------------------------------+ | frame_size | txd/rxd | num_cpus | num_threads | throughput difference from | | | | | | expected | +============+=========+==========+=============+==============================+ | 64 | 1024 | 1 | 1 | -0.1% | +------------+---------+----------+-------------+------------------------------+ | 128 | 1024 | 1 | 1 | 1.1% | +------------+---------+----------+-------------+------------------------------+ | 256 | 1024 | 1 | 1 | -1.7% | +------------+---------+----------+-------------+------------------------------+ | 512 | 1024 | 1 | 1 | 0.1% | +------------+---------+----------+-------------+------------------------------+ | 1024 | 1024 | 1 | 1 | -0.1% | +------------+---------+----------+-------------+------------------------------+ | 1518 | 1024 | 1 | 1 | 0.1% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32041/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/