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 6267F45E21 for ; Mon, 9 Dec 2024 07:47:24 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5A22E4025F; Mon, 9 Dec 2024 07:47:24 +0100 (CET) Received: from mail-pl1-f225.google.com (mail-pl1-f225.google.com [209.85.214.225]) by mails.dpdk.org (Postfix) with ESMTP id BA83E4025D for ; Mon, 9 Dec 2024 07:47:22 +0100 (CET) Received: by mail-pl1-f225.google.com with SMTP id d9443c01a7336-216426b0865so6214705ad.0 for ; Sun, 08 Dec 2024 22:47:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733726842; x=1734331642; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=aF0nwZlKRhFoFBRRtTg9EDw7twFd8OcRcxeT/C3MnWA=; b=O9/R1jDWyNxKIFtCMtSkz0PSJJ8OhqDZkNtlzwdkZnE61QcvZD9x2GkErUt233Dek+ PHgEBXg7rpUA8pPPfklC9ml7mU2cfsoKyZa6JAuGQddChdkSiRKohdTO4Enhh/tfL18l DHtvEUlD0QuKLrJBZrHC7IIZsda+mouwrJTLQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733726842; x=1734331642; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=aF0nwZlKRhFoFBRRtTg9EDw7twFd8OcRcxeT/C3MnWA=; b=kiX/3D5kxXKbrtFtA0+q7DwE90SrVhADYvjWGHTw+FppMMTLTxBXLKrNYmNc4q7JC6 o3w5yf0kBr5Ywu6Wk074CuVVbENuYxFBcuxF4OVTJ+HNP1YnNFeHnYx39MKYyW2gA35Y ZZdl40nR0yswAioauGSpm2RxtMN9VbL5qdqJTAt7SALnX+RU0ImW0lx8m5H7+/9RyMCD wp4j0ntGOyNOW51DYFCaJHn2S+m9t3TV5wxpmdcdLpsktxun7OP+DBQ3rpSlyek0EAW/ X9Mj3oFGcBS9td9LZiNuAuRHVF7jdoB0eNuau6QhXe26WBrtVBQSwpzZ08FRC7zAx0mf vKCQ== X-Gm-Message-State: AOJu0YxLTTJd9CxWgBp+WsXQVMwamNzTHu+JJqgrVJPnyFD3o+nKMV53 OKswA1TgeMOmxnJwhyst37TzbkdDhBaGT87QDUR6Z0ZbvbfZQoAy40JrNTHLZDWd8sc9hMgSsEC yLeIF12pV0Kexz//dl0dJZTXg37KEhCeZnhBDAyUdaXIJ0u6L X-Gm-Gg: ASbGncvmrAXVU+tmyRnZqfgbzvr8uOCd2NVxSwGfXc9PCS/+SdL8DGClnA0anieyfdf jhqsLyOesiviZr78wn0/6exNn8fhJA3zfMkQzJ+Fi6B6q2f/wmY6tWWlpZN5hpJkJ6eLmi3jawL YWduuBLEYt81NyYopqPXC3K6m4VHBdsZmIVnf/+yUrY0yBcmHxirqKXI3qjEX44/L4deP/moXYh qN/QTpurmuMEPH7BI15wrYAvo+1dbYzfgkeRikDkkkSvhs9VY2OVibX0Ue0tRh0lA8KWspKyZg= X-Google-Smtp-Source: AGHT+IFXcGIEaCHAoSuIAh0BdXk7MnBt9lEQCRh+I1ejWcSk0ODoE1rrprUjA6hEy8GUIA+5idX1+EyVAiTt X-Received: by 2002:a17:903:1790:b0:215:a179:14d2 with SMTP id d9443c01a7336-21614de3de8mr172914045ad.50.1733726840362; Sun, 08 Dec 2024 22:47:20 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id d9443c01a7336-21660ad85c3sm197515ad.111.2024.12.08.22.47.20 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sun, 08 Dec 2024 22:47:20 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Sun, 08 Dec 2024 22:47:20 -0800 (PST) Message-ID: <67569278.170a0220.4d942.1252SMTPIN_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 8D7AA6052471; Mon, 9 Dec 2024 01:47:19 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] e8eb14e00d56027bef8569d68cf00e39670edca2 From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu, Xueming Li , Christian Ehrhardt , Kevin Traynor , Luca Boccassi 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 _Performance Testing PASS_ Branch: tags/v23.11 e8eb14e00d56027bef8569d68cf00e39670edca2 --> performance testing pass Upstream job id: Template-DTS-Pipeline#201636 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.7% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 2 | 0.3% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | 0.2% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 1.7% | +------------+---------+----------+-------------+------------------------------+ 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.4% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | -1.8% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | -2.0% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | -0.3% | +----------+-------------+---------+------------+------------------------------+ 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.2% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 128 | 64 | -0.1% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | 0.2% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | -0.7% | +----------+-------------+---------+------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/31879/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/