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 78CF445DD1 for ; Fri, 29 Nov 2024 23:03:38 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 681234027D; Fri, 29 Nov 2024 23:03:38 +0100 (CET) Received: from mail-il1-f228.google.com (mail-il1-f228.google.com [209.85.166.228]) by mails.dpdk.org (Postfix) with ESMTP id CAC6F40150 for ; Fri, 29 Nov 2024 23:03:37 +0100 (CET) Received: by mail-il1-f228.google.com with SMTP id e9e14a558f8ab-3a7a85d9a90so8956445ab.0 for ; Fri, 29 Nov 2024 14:03:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732917817; x=1733522617; 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=ogrQnIPbEuimFFWpZlHub+rAWPxkOCP3TDSiXG/5yxM=; b=HOgy3AQtKtMqtokYb55XIgogYDEMPEEq9lRxKVhltHvzsulUwoN2b06j1R6RrjvUOp FRCvBqa2OiAHTOa8E2N1Z8GfT+pwnaH50FqL7Sbcp+XFVeYxt5Gie+8xafyReG2aH7JI PS2V7qsL3mmbIZTkVbOHH+HbRhL9MS1t8KEkQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732917817; x=1733522617; 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=ogrQnIPbEuimFFWpZlHub+rAWPxkOCP3TDSiXG/5yxM=; b=cNWOqSBQAJHsE1pUNtdqxEYmUoo/XO6yKvRl/KVCEqnhhJ5xa1axjYdGqKXRJV1bra d76V/jHgplgWUL/NyxBQE1RQv4bUD429IHg3AVot+lNShWLxoBCI6LmCw+XHDMS3vx6Z aSEYNtiGcOYj1BlvrbzCL+LMGlJTqFRjSyLgqxsWaC1dfP5J/b2OZGNDOdvzNiU3Aes9 Xbr4AZ+f5rqis4IG0xrLhJGLgfuG1ahAD3ix77vQM7zPppGVo8HTjv/PJSeZdNDTsA7G 8uM6HTQDXOeoLICYYda+T8dJa9XRYnIIsBlj1RowcBHJr9VmszuDkTmAe2vIw+G2SHDm OMyQ== X-Gm-Message-State: AOJu0Yy5nK2OPn0mNJY1Al0rxUjaMBFyIt17OevPC72W9bLXRl2PUA8R C3yPHbYAfpJic7FRYCdLyzoHlzG+jzvc5X1n6IXyMpFnFDfNX5sxXrXYHbvBYWIHk6tmctTdzYp VE/b5BjOF5eLnJm9WLH2P9VPHeJdDOXFKl/9sBZ1T X-Gm-Gg: ASbGncsSUnft7DdzxoVfmKyfkvFcjq2SyYTe+/4tbvZYoy/OM98aODpeY82BBBfHsNe s5MoEmR1xnesTR1RDrd7dEpw72uMMDhlj3HzXfZgg0fgABInGzhHWGp5Ytqx+Is0L5QAY+HyN6d g0xv+4RzqzdLm/EWwn8ZsWjtLSocITZMl+A243w6sbRYiQSQeqzwE7gsDoQG6l8gssdfN1TffB+ NhP91iY1YlfLM2n6/3FvfKKIuYlRCEv6hQ3BPBB6eJos7nielniElB2mbhiV6U1q6Hwyr8= X-Google-Smtp-Source: AGHT+IGf7T8uXVa5F474v7D2VJdRJJGBXi36jjhuuCt3FNCfTZb2Pj0g4AqMdVET9r3gew2CkgwR131uOE8q X-Received: by 2002:a05:6602:148d:b0:843:e908:db0b with SMTP id ca18e2360f4ac-843ed0b6e6cmr1354959239f.10.1732917817106; Fri, 29 Nov 2024 14:03:37 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id ca18e2360f4ac-84405fc7ee8sm14752039f.32.2024.11.29.14.03.37 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 29 Nov 2024 14:03:37 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 29 Nov 2024 14:03:37 -0800 (PST) Message-ID: <674a3a39.050a0220.272d8c.8d30SMTPIN_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 A138E6052472; Fri, 29 Nov 2024 17:03:36 -0500 (EST) Subject: |SUCCESS| pw148938 [PATCH] [v1] doc: update release notes for 24.11 From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241128170755.14738-1-john.mcnamara@intel.com> References: <20241128170755.14738-1-john.mcnamara@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-intel-Performance Test-Status: SUCCESS http://dpdk.org/patch/148938 _Performance Testing PASS_ Submitter: Mcnamara, John Date: Thursday, November 28 2024 17:07:55 DPDK git baseline: Repo:dpdk Branch: master CommitID:c0f5a9dd74f41688660e4ef84487a175ee44a54a 148938 --> performance testing pass Upstream job id: Template-DTS-Pipeline#200084 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 | 2.6% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 2 | -0.0% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | -0.0% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 0.7% | +------------+---------+----------+-------------+------------------------------+ 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.2% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 128 | 64 | -0.0% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | -0.5% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | -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.1% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | -0.2% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | -2.3% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | 4.6% | +----------+-------------+---------+------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32053/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/