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 226A945E21 for ; Mon, 9 Dec 2024 06:30:07 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F03D14025F; Mon, 9 Dec 2024 06:30:06 +0100 (CET) Received: from mail-qk1-f228.google.com (mail-qk1-f228.google.com [209.85.222.228]) by mails.dpdk.org (Postfix) with ESMTP id B8DB44025D for ; Mon, 9 Dec 2024 06:30:05 +0100 (CET) Received: by mail-qk1-f228.google.com with SMTP id af79cd13be357-7b6d6064b93so67635385a.3 for ; Sun, 08 Dec 2024 21:30:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733722205; x=1734327005; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=jVmdlJd6zXs/yBHt4xRdw8eygUJPeZ8gVIPizuhYGKk=; b=eQpQsQNLiqYEz3v7OfuAjwEAR8ueorc/g/HUGXTQSU+pK1I1ws1FJboDwJ4wvwBJTp DP5CLJ3NfbvzGdDz1P4k0QJuOzCDltbUjsIsGNhfIkBwSN+dWAJC9mdXIVBDBFioAB5p 389sKir+gEOI6jF3vVTw8wE4kyxm/puiyRrQg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733722205; x=1734327005; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=jVmdlJd6zXs/yBHt4xRdw8eygUJPeZ8gVIPizuhYGKk=; b=C4Rdu8q+G3v51BKZFiS5kYWR96/kw9iEwNWZj9TipEPF6Idlmq6jArkl8UkfEnq3BS xdOzrJRY1qh/W9np0PqUIeCr4XKty1O/yULboehFI/n2DTpd4KhcRgYKoPoeFxUmcqDS uKBTlemO+8/5zXjvSxVopb72vNVEXXqjdYevPv5jdd3tnDLn/eQqpqSLHfaQFJAI8Qz8 moj1cSit2XZUMlFjErMHdiOgYl4dKADuu5lklJeB4Y6iP9fF5IBpsJ8cDxZ5V9fcqAfc v7pDHEDTf7qcOfQDjFgdhcvjroZmknmef69n+QO+AKEOvkCmdE2LXKmxKKWjhql8CB2Y xWdw== X-Gm-Message-State: AOJu0YyNjxc6QBksGv8nrSEduIl3L/LBf7BGYDVdoDHt5U3MiuhewRiE c9Oj8GaHHGmlH4CQ8I6Y/tN0r3OwMI1G5r3TEAOQOQOQ37Qvkvjicv6kp5k5o0P0xH7YSJAFvEZ UAhOWnoEDyjvqdA90IVHymYi4hNNjZ13JlWqeODHL14UCLgpk X-Gm-Gg: ASbGncuBXeDGrqr6ATCu0U+UvWvnfSdKn1IjD40MVTbzuiMIYKsCoF4+1LlzAjJfmt8 0YrOja4UmbdjI0pGDX5+uhrFyhR5F2sz5dWS82tdh59Rc4iKXycye1bPjvAtIzJS+Q3qP6qy3TA 5eXZOoc633ll+AF7uvSFX3GfDxnGAZmyhWMCNt1Z/xzFZjoBoRgp7NqTkuaYwHs3aOPCb2DcSWP K+AT2yLIZ8JqK35RArd6nsarXWKhc+NUMO7zotfJuxydAt9SwDy8b6OsB0qGF+dnQfbVfvniuc= X-Google-Smtp-Source: AGHT+IG1G0dj9mseF3RwjFXwu35peW8R+snQK9YUiFiosgTiCpDugA1YG/DJKfKwuO2pFOkcwc5tkmz7Nf7W X-Received: by 2002:a05:620a:2682:b0:7b6:7356:a19e with SMTP id af79cd13be357-7b6bcac22a4mr1905939885a.7.1733722205077; Sun, 08 Dec 2024 21:30:05 -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 d75a77b69052e-467297f40c6sm3179231cf.26.2024.12.08.21.30.05 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sun, 08 Dec 2024 21:30:05 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Sun, 08 Dec 2024 21:30:05 -0800 (PST) Message-ID: <6756805d.050a0220.177e83.3331SMTPIN_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 9BF806052471; Mon, 9 Dec 2024 00:30:04 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] f197f1e13ccfb74c92ad05602443dd0984f39540 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/v21.11 f197f1e13ccfb74c92ad05602443dd0984f39540 --> performance testing pass Upstream job id: Template-DTS-Pipeline#201624 Test environment and result as below: 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.4% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | -2.6% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | 1.6% | +----------+-------------+---------+------------+------------------------------+ | 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 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.0% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | 0.1% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 128 | 64 | -0.2% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | 0.0% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | 0.1% | +----------+-------------+---------+------------+------------------------------+ 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.8% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 2 | 0.2% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | -0.4% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -0.2% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/31880/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/