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 8495645E95 for ; Sat, 14 Dec 2024 03:57:13 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7FFA640296; Sat, 14 Dec 2024 03:57:13 +0100 (CET) Received: from mail-il1-f225.google.com (mail-il1-f225.google.com [209.85.166.225]) by mails.dpdk.org (Postfix) with ESMTP id D636A40041 for ; Sat, 14 Dec 2024 03:57:12 +0100 (CET) Received: by mail-il1-f225.google.com with SMTP id e9e14a558f8ab-3a9c9f2a569so18295735ab.0 for ; Fri, 13 Dec 2024 18:57:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734145032; x=1734749832; 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=0bO7GLvEPq2y+UXZbSIxKBZaUZbnr0//N+UjgJUogEQ=; b=QC4GH09x4PyJ4Fka7wjxU31di+Qpa/NV95mCzRaNuX40bUqrmB+x3qXAbIMQWwyxK8 6hok3ZN4S8FHvPspmG/LRnjSSSF02+Ka41nZWT13a4McmAMvoGGdRqa5Xa+GSfmQHAME 11dpTsETH8af7ENIMSPm6iRHrxykTvEJE4iQI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734145032; x=1734749832; 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=0bO7GLvEPq2y+UXZbSIxKBZaUZbnr0//N+UjgJUogEQ=; b=gOcp/oxaK1Lg0Bp/Ep/CIcBU7EyKx7TErvogv4n6WLo928BWB1k/56CM4mnRElpYgY LKR38DRy1d0elPgyfNefYyMGOKezBd56JD1Yco2N8YOfMV8Z1Luv6vuDz/Vwr362XALP A7Fn7wD2Kq7XvxNo5CCcgWcW5E6eLwa95Ut+SREVlcgqooOgvDsPU0hjZTc5RVlmUowP vHUtNNGCs7YmMuMxddQjQaCEHPtyiRXAicZ90Pp3mNI26vat93K9HiD1L56CafNTei06 NRejwgYqmRzeXoeBETVidkhi/Yty6HT1wzGPfahnuAx1TVm/IUJugm7sxxedFE1poEj7 shTg== X-Gm-Message-State: AOJu0Ywn+NR/5N/XmmkIWl6ghmxFWPLocqAV8vuK7+rQxZKBYRWaZAJ+ noDzG92nYFnLIgsK2GkXLnhz3eQMt9S+JmRJwV4TQcioHIeDiqGeRpRbMct17b2n1xA4+zPc0DS YfjCuyWJrJbAgQxGXjtIPUTCWePcvM85+j7uF5ThG X-Gm-Gg: ASbGncuw9XGRsSwGqcGPIT+2XIghE4LjstDqyZ2qvQoOHcKvY+c3rMkJDoPdtqa76aq fcbmaGjIczadi8He6WKDBQ/Njff6EoN2FtgdSh0w/Nlo8HKWpqSO9CwI6mD/52cooGi8c2Qy6/c lt7yTcQxLH7CGkfUxJP+7w/7J5r+kvjEjRTXkRT7IMRmrn7SuszM8B1VNZnxhnUPqOgpqSf/reF UmHGYjY7nUmETxuPHv2p0PdDeCWrcecDJ0qyc2DjmyudunM5NNdxXdYB72Rbf/PUvmZf/gC41nd 8w== X-Google-Smtp-Source: AGHT+IHJRl3ZfX9Xvx+wvid4/x4mjYrTuGywi8s+0gcCrPiLwoLgcQG6Kf8XEYAcBQA+/e1cES8cC6nJ4zkt X-Received: by 2002:a05:6e02:1c03:b0:3a7:e0c0:5f27 with SMTP id e9e14a558f8ab-3afeda2f96emr49308175ab.2.1734145032244; Fri, 13 Dec 2024 18:57:12 -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-3b24f5a6d9fsm498435ab.73.2024.12.13.18.57.12 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 Dec 2024 18:57:12 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 13 Dec 2024 18:57:12 -0800 (PST) Message-ID: <675cf408.050a0220.8320c.366bSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.2] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id B769A6052471; Fri, 13 Dec 2024 21:57:11 -0500 (EST) Subject: |SUCCESS| pw149234 [PATCH] [v2,1/1] buildtools: clear out regex synt From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241213144145.59916-2-otilibil@eurecom.fr> References: <20241213144145.59916-2-otilibil@eurecom.fr> 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/149234 _Performance Testing PASS_ Submitter: Ariel Otilibili Date: Friday, December 13 2024 14:40:58 DPDK git baseline: Repo:dpdk Branch: master CommitID:7df61db6c387703a36306c1aea92225921e2eeb2 149234 --> performance testing pass Upstream job id: Template-DTS-Pipeline#202165 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.2% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 2 | -0.1% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | -0.4% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -0.1% | +------------+---------+----------+-------------+------------------------------+ 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.4% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | -0.4% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | -0.2% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | 1.6% | +----------+-------------+---------+------------+------------------------------+ 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.0% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 512 | 64 | 0.2% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | -0.1% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 128 | 64 | 0.2% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | -0.1% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | 0.5% | +----------+-------------+---------+------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32140/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/