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 C88E446037 for ; Sun, 19 Jan 2025 19:32:57 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A8F78402D3; Sun, 19 Jan 2025 19:32:57 +0100 (CET) Received: from mail-io1-f97.google.com (mail-io1-f97.google.com [209.85.166.97]) by mails.dpdk.org (Postfix) with ESMTP id B632A402D0 for ; Sun, 19 Jan 2025 19:32:55 +0100 (CET) Received: by mail-io1-f97.google.com with SMTP id ca18e2360f4ac-844cd85f5ebso309347639f.3 for ; Sun, 19 Jan 2025 10:32:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1737311575; x=1737916375; 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=tzSUVA9kDpe7TzMjed30gJJ1hPOqpuBCA0xGIPcvOlw=; b=bRLw7LOLtK+HbCCbBR3W9LqJRJKHouExcSwoz+lB7oRfQQ28IGfRo7CrZlv7nASlli qvANAoZkKUM13fPnbyYsH+j6WQt6F74T1cjIatXqiFKPqx2uhMqxDQSmPitFA39P78sG nz/xbhIAHZ5I89l/tEQHr8vF61Ii/PHO5LTZY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1737311575; x=1737916375; 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=tzSUVA9kDpe7TzMjed30gJJ1hPOqpuBCA0xGIPcvOlw=; b=tI3ItNQysROb6blzOjUlk0IrGVwfrZ88oV5lf7Tpyd7fyRY3nOYAMCI5q2Ei/GtNzF paZqRusKfz1ppTwMznAXo/RceSzmrUbMkMo1rzmBwB+2bXKnVCv0O6qS6hjZ9KUAlSx+ P5RuuI8Fz0XHdrqg3OOqYwcwivEFVUKHU65Vq+aHtNQUbnMzhnM0f2hU7RhHCYDpP0SH L6+fChd/6+FrgvP4ytRpvxTVH4+MA0BOrgeolGkR8+S18+PlYBfa00K9O32Zy4pNzWDr oNFrAoLxafYeBKSEjeuzSH4kWo9s+63Y+3bopHcBoWM2KC0BFQOjmI94fVhKDARJowdc 67sw== X-Gm-Message-State: AOJu0Yz+9hMMMmbcq5nwEH8SY5daM2P942ih/GyvzcpHIIeH7z5KFLEQ 2ekGeqnLYh+wa2shfgRdfnLH2MpF/1LJlB2MKjYu2+2lC0rU9jsgeV9E4OZ68lt6NIQ8QOkXobR eAr8vUSW6YUzVHMujGUGvgS6ugFFIZx7SrvH7D8oc X-Gm-Gg: ASbGncuJJoXVbFvAOMNPR4vscfx72J94yz/yQmEg4dJ888LaGyp/v1t8Z9VDCNQPZc2 5MasMOj14h1+90TTsIDZjwGWezl3fkruIPP3NKL1EzdQhvHb27ArskW5Vka8NXrz5dPiOUfZbnm SXczYsFXkcCHkvK1lfqv5fD8iWkfg72ssvsGZcydSnxELFfBBoYOFn7oHMBqkRO9/WVyWYGQdjv D/71I3Y+mNzqtpR539K3cKwEDaKg4nx6Pau3Xyu70uVuBqhJQUqp2W+U12sIoEbdrZWmpMnzras bm6i2zXRVxajSh/fGVM= X-Google-Smtp-Source: AGHT+IGWWwIl8oNz0JVcZRZeWfOhuZGfGPZ8zJiNhi9VJmD6f5EuFFRqzrzGdkLgGZ+AuVpmfWyjGbImDOXY X-Received: by 2002:a05:6602:3cc:b0:841:95b5:8953 with SMTP id ca18e2360f4ac-851b652cec6mr1064141539f.14.1737311575051; Sun, 19 Jan 2025 10:32:55 -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-851b056e1besm43029839f.26.2025.01.19.10.32.54 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sun, 19 Jan 2025 10:32:55 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Sun, 19 Jan 2025 10:32:55 -0800 (PST) Message-ID: <678d4557.050a0220.2b636d.b20aSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.7] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 899756052471; Sun, 19 Jan 2025 13:32:54 -0500 (EST) Subject: |SUCCESS| pw150210-150211 [PATCH] [2/2] mempool: turn functions into From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250119174643.2162110-3-ariel.otilibili@6wind.com> References: <20250119174643.2162110-3-ariel.otilibili@6wind.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/150211 _Performance Testing PASS_ Submitter: Ariel Otilibili Date: Sunday, January 19 2025 17:46:43 DPDK git baseline: Repo:dpdk Branch: master CommitID:06e2856620a70000b2a28f0ea715fc247b85fd8d 150210-150211 --> performance testing pass Upstream job id: Template-DTS-Pipeline#207832 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 | -1.0% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 2 | -0.1% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | -0.8% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -0.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 | 1.2% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 512 | 64 | 0.0% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | 0.0% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 128 | 64 | 0.4% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | 0.2% | +----------+-------------+---------+------------+------------------------------+ | 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 | 1.1% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | -0.7% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | -3.6% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | -1.5% | +----------+-------------+---------+------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32366/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/