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 712EA45DB6 for ; Wed, 27 Nov 2024 13:43:47 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6C309402AB; Wed, 27 Nov 2024 13:43:47 +0100 (CET) Received: from mail-il1-f226.google.com (mail-il1-f226.google.com [209.85.166.226]) by mails.dpdk.org (Postfix) with ESMTP id 37D754025D for ; Wed, 27 Nov 2024 13:43:46 +0100 (CET) Received: by mail-il1-f226.google.com with SMTP id e9e14a558f8ab-3a76156af6bso23791885ab.2 for ; Wed, 27 Nov 2024 04:43:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732711425; x=1733316225; 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=q01UpNbyGcbOTgigZ3oYkk/+N9OkNofLqwZbk9eWBRQ=; b=hC0e9TGV98PDtoWSFlsqczwmHwxlVtCW+rS18YlPZZjnCLEBmcdCu2Dk0Gq6ffEX+T A/8+Ormmi96DG60BBzuDLNs/yOMcQ9EgwRJI6FUQ6L5MemQZV3p7i5RgFJXSXL+oZCAL 4B1zpFm8Ug4BjLOGaYyFy6oEr/3+j1z3ZiyUk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732711425; x=1733316225; 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=q01UpNbyGcbOTgigZ3oYkk/+N9OkNofLqwZbk9eWBRQ=; b=bqRrmZAod7xAzM4BW+yyqiE+J7o9r/k+RKUKiLdgwkPjyP6PmcaNjbHRMrvog0AnVT aTWyV23Nl0MWhoOF9DOGYKYaBQGcKve2AD+ObXWnmBSVuVNa0cyNM41LNpchRE4DVwMn WGVqkHZj24WQ5RjoGMl2V86E4EZB6RWKqKwzwqRYy+HWdqy2c3y879I+bWJFtm0HakZR dAfvAXVy1GWNuXfuM5VZNE8fOUVRuVj8Vkd6cCiTLeGXObYAV5xD4tPl9Yc+AyaSROxV 0+HmhXkmE9Ee/XpyJJFxqcePiaIceGyVy2WxOzYtNCxb5ILg4c73H6Zjl4FFUEfR4y+u gjRw== X-Gm-Message-State: AOJu0YyW/wSptGAnjkr6EFf5AvZhwB5X0KstSVhhOJbH96wR01088VNK fXN6XnswTZSkrZ9E1XqjojguppvEoZRusSBvc8DJ1W0F1LR7Bb7YA4o28ZsbpDDLvSmJl3wGFr0 f51Zpiz2ItQ53+KjYHXT4zhN7kMnDptI7N3NxFp7T X-Gm-Gg: ASbGnctCiUjqFtkEpl0oKga9BmmNxyKREAJxPGcIMKhZEU0/qvO4TLNpNjaG/ThZL+f uZ1Lxz9u47KcvokX/SxqDKfoAZp6FnVelXWbE1dpuKYrydNbAi+etNV1mQMhJtAh6LaN6arDZRi fm1jClJuUuFYyR9g6oAFMLLDjBPh6tQLrYwQCD8uX36JARxb4i+FmypmxxBl1LODfRDklPIWC4a NiFH7Mmtaa1AHcSCZQdh4tCRSZwGrP0P6UfaDlPI8lr4fSk617K6h2QKT50JxpGH0nuMRI= X-Google-Smtp-Source: AGHT+IGeJED5b150vlvfn+VBbnEiOk5kHAUnn9s1D8S77Ea1KM8Ozx3rqhUJMDyyPH4PuVHqgeaeqKkvcMDF X-Received: by 2002:a05:6602:148d:b0:843:e11e:e7f8 with SMTP id ca18e2360f4ac-843ed0b2a76mr371613339f.12.1732711425449; Wed, 27 Nov 2024 04:43:45 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 8926c6da1cb9f-4e1f434bab1sm342812173.40.2024.11.27.04.43.45 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 27 Nov 2024 04:43:45 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 27 Nov 2024 04:43:45 -0800 (PST) Message-ID: <67471401.050a0220.180fad.675cSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.6] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 1C6556052471; Wed, 27 Nov 2024 07:43:45 -0500 (EST) Subject: |SUCCESS| pw148904-148909 [PATCH] [RFC,6/6] buildtools: externally c From: dpdklab@iol.unh.edu To: Test Report , Ali Alnubani Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241127112617.1331125-7-david.marchand@redhat.com> References: <20241127112617.1331125-7-david.marchand@redhat.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/148909 _Performance Testing PASS_ Submitter: David Marchand Date: Wednesday, November 27 2024 11:26:16 DPDK git baseline: Repo:dpdk Branch: master CommitID:a4f455560f747af8cd7fa99db86e757b7ff2fe79 148904-148909 --> performance testing pass Upstream job id: Template-DTS-Pipeline#199546 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.2% | +------------+---------+----------+-------------+------------------------------+ | 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.3% | +------------+---------+----------+-------------+------------------------------+ | 128 | 1024 | 1 | 1 | 0.5% | +------------+---------+----------+-------------+------------------------------+ | 256 | 1024 | 1 | 1 | -1.6% | +------------+---------+----------+-------------+------------------------------+ | 512 | 1024 | 1 | 1 | -0.1% | +------------+---------+----------+-------------+------------------------------+ | 1024 | 1024 | 1 | 1 | -0.0% | +------------+---------+----------+-------------+------------------------------+ | 1518 | 1024 | 1 | 1 | 0.0% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32035/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/