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 AC5E745E7A for ; Wed, 11 Dec 2024 18:22:43 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 838BB40267; Wed, 11 Dec 2024 18:22:43 +0100 (CET) Received: from mail-io1-f99.google.com (mail-io1-f99.google.com [209.85.166.99]) by mails.dpdk.org (Postfix) with ESMTP id 0A345400D7 for ; Wed, 11 Dec 2024 18:22:42 +0100 (CET) Received: by mail-io1-f99.google.com with SMTP id ca18e2360f4ac-844d7f81dd1so568439f.2 for ; Wed, 11 Dec 2024 09:22:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733937761; x=1734542561; 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=soCst06GqM70IjO42+w52kbTtYUQAJj9S+5x70rqA1s=; b=b9vuzWzxh7jTK2IF+QXJk5XmHZ3LdCCFndK4J/Ccw+0vlFmCS4CZJFUUtY61IOOZ4f b+UaeAR0Scfp9ivzi4Tu4k+7f5ncH+8WXrQ04H83oR9S9y3Bn6R8DsO6LGw7nenGxN5V xOY8fMSh92httVzKX7jRfLcozCVwedFD3i/EA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733937761; x=1734542561; 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=soCst06GqM70IjO42+w52kbTtYUQAJj9S+5x70rqA1s=; b=vXfT7yCR0g4EqpQ5oVOPOXHnwMIFQJMvZVy/FGax4POCK2uI/k6EVlnUQ+a9jb6bCq ZnLbOcZGb3CYK74za05eUCG1rQ+KZCsZjp6LTLpC6fEzWx4Jo4qaWzn/6eZwmAV8X5va VUx3MVEEQ15LFh7Xzwvc2Jx6BNzzN+8N7Cr/5CLc3JSxH7LWogi2LRmEvadoqrufm2UR X8ewAoqrtfYDaY04Mka0KJ6FbbK+w3qJzQ81OmSQQMZuLDLg4nG7clpGUQU80UrSWFLn Qs6z8aOrszobScNTVRosyWhS2DDMbUFUH6r7I7R+OpTE1qyplk0+K7f6A/4y+9EvUmN2 8IFw== X-Gm-Message-State: AOJu0Yxe5sfss1jRHx2v0cuYmX7cQUlk/wPLUZIbyNVbGfnxpmVNtuue ndWHqpJk6jU1G4+1wwYjTKc8yVAxQlhRYkyvSsnNYOQhaQLVfWsik2pYX7WZYL7mFh0Yd8U8/p/ mXVtXbTK0s1ekMF1V2hMv5vXjjIsaDUZOIjBCfWPN X-Gm-Gg: ASbGncuQGlUzBJuRKLqSMyAlLj7fh/hPapVpSCoaWUsKEe3cgNKzale3xRE/OZgKcw0 o94zlx96Z3akU41E0F2P2RDdDkrPVEo1+9otorI2c3vkTfcymJc3fGLsKttkNF6hS0N4DdHaD0j qwWCrN/b9cIn8aajsc3sJ7FJV8pg/9TYaRZizR4zPiPJfnwt1Gl+AOSCJ7EkYEGycCYw3/Y4zf8 9YEWQqznC/lMc3QMF4mbiSBwyzDUGpVRnuedhVsocH55Py3rV2sE9610ZTydZh+nKAX4vY7joU= X-Google-Smtp-Source: AGHT+IFWy+AcigXdeeeWCuOf/HUlRJfOY5EVhxrPmIpAUBA5BdM0rlUbI3feSaHF7QNB8hFk638VvIUG0sSd X-Received: by 2002:a05:6602:3421:b0:844:caac:ad61 with SMTP id ca18e2360f4ac-844d750955dmr48090639f.13.1733937761123; Wed, 11 Dec 2024 09:22:41 -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-844736c2fccsm55128639f.0.2024.12.11.09.22.41 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 11 Dec 2024 09:22:41 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 11 Dec 2024 09:22:41 -0800 (PST) Message-ID: <6759ca61.050a0220.b2bdd.145bSMTPIN_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 947116052471; Wed, 11 Dec 2024 12:22:40 -0500 (EST) Subject: |SUCCESS| pw149154-149161 [PATCH] [v2,8/8] net/ioring: implement sta From: dpdklab@iol.unh.edu To: Test Report , Ali Alnubani Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241211162904.121695-9-stephen@networkplumber.org> References: <20241211162904.121695-9-stephen@networkplumber.org> 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/149161 _Performance Testing PASS_ Submitter: Stephen Hemminger Date: Wednesday, December 11 2024 16:28:09 DPDK git baseline: Repo:dpdk Branch: master CommitID:69072dbdfc0ab49bc5a1a3707fd6f2bf5d4a41ef 149154-149161 --> performance testing pass Upstream job id: Template-DTS-Pipeline#201955 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.1% | +------------+---------+----------+-------------+------------------------------+ | 128 | 1024 | 1 | 1 | 0.3% | +------------+---------+----------+-------------+------------------------------+ | 256 | 1024 | 1 | 1 | -0.1% | +------------+---------+----------+-------------+------------------------------+ | 512 | 1024 | 1 | 1 | -0.1% | +------------+---------+----------+-------------+------------------------------+ | 1024 | 1024 | 1 | 1 | -0.1% | +------------+---------+----------+-------------+------------------------------+ | 1518 | 1024 | 1 | 1 | -0.0% | +------------+---------+----------+-------------+------------------------------+ 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.4% | +------------+---------+----------+-------------+------------------------------+ | 128 | 1024 | 1 | 1 | 0.2% | +------------+---------+----------+-------------+------------------------------+ | 256 | 1024 | 1 | 1 | -1.6% | +------------+---------+----------+-------------+------------------------------+ | 512 | 1024 | 1 | 1 | 0.2% | +------------+---------+----------+-------------+------------------------------+ | 1024 | 1024 | 1 | 1 | -0.2% | +------------+---------+----------+-------------+------------------------------+ | 1518 | 1024 | 1 | 1 | 0.1% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32120/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/