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 E035F46076 for ; Mon, 13 Jan 2025 18:54:02 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DC2E6402BC; Mon, 13 Jan 2025 18:54:02 +0100 (CET) Received: from mail-qt1-f227.google.com (mail-qt1-f227.google.com [209.85.160.227]) by mails.dpdk.org (Postfix) with ESMTP id A6C1540298 for ; Mon, 13 Jan 2025 18:54:01 +0100 (CET) Received: by mail-qt1-f227.google.com with SMTP id d75a77b69052e-467a6781bc8so33150601cf.2 for ; Mon, 13 Jan 2025 09:54:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736790841; x=1737395641; 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=Fltec6K7HMaTK3MthxH5pSGqQ4l2vQAq8GMwmBLKMyc=; b=UXCjirnVgStNpW3LXcGJKLGSl7w3RQ3UMnlhpIdX6VdxY9T4q+wT13WZCMnU5dXV7/ SmTenOt7JwvYX87E1G8NrERRV46tQFupCslPFkX8vyt7xb9QFLt0F24Y9obduoTfmcTw EFyeOJq688jCr3bLGACAqQmCyb5O38n/e2Y+g= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736790841; x=1737395641; 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=Fltec6K7HMaTK3MthxH5pSGqQ4l2vQAq8GMwmBLKMyc=; b=D0b3LGvbRykzu7HCKPPZRmwcGOjCznSYZHf3jihGJnO5F2z0KEW3bwrnM0jt443zyr 0dI3wAhDflq0GO4YGXRBI0tEDBa0UQ6pd7rs1by98QuFpuOqYY8smftOJ7agma2Suv0w vTdu9IG+Y5J5R/G+Fr9KIQcMOH8P4z4yoj66L4CTgnibeneWLtAvhBEPsg0GxHYgSS4V AYPUDswy2SsPyZKdirBta2GLLfTo1Qz4PjFpFwFaTTqjRvwwjfIXFRD4GfbzDHb2jt/s OLRnmlYIlvp7hOo5ctDQMpnEk8iXEr8+UfjQQMAxK2gTH3OTQFpLNyX5+jSnV2VO5Sut RNWQ== X-Gm-Message-State: AOJu0YwyTXuHcUOovWKMqz4RRVQz7hExpMoCMR+FBikI5l0doYwTUMLC hjB9jUsKI1+K7ZBmqH6gB+efZdntHFUohtlSuN3z+TipH5IOvlTBWdXM2897BB1w2JjAyIKx1C0 QyByE8gDlpZYbBA287Qxbw0mAy3/IZj9mtF7lW2JS X-Gm-Gg: ASbGncunVlMVQO3ZA1o4jQTeBQ5tKJwFfhPvutDLHS+Ze57jAJfXymbHYf2pry7r96S +2xkt7966i1QOouibaxdV+heXnSAAIOdKeXR7HNoUnXi71fkT8Wr33E5+GXzE4/BkayGCIRJZFY pnis1ZIrAa2PY5sFf9Wg73xHmSe/5Phv/HaTyw6c3yaQvhzMHKiW+AkUrc1XzvTFKuYkz1dUlgi 00bT3rtXXQRagtFlPKt6oK+5EVb/FhXHgIOXEAkwikCLe1L0kTZbAnVQfa7Jly3CFfezdqkBIBy CCIxBw== X-Google-Smtp-Source: AGHT+IFdN0KPKZHTWv1NKNEZQHa/Uzwr3SVR4H8PaqnVmvUbWQTKw4HEI1GFIPuTV4P11DkXS4fLt/hiu2KQ X-Received: by 2002:ac8:7dc6:0:b0:467:6ae2:75cd with SMTP id d75a77b69052e-46c70ffe9c8mr354325451cf.20.1736790841078; Mon, 13 Jan 2025 09:54:01 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d75a77b69052e-46c8740af56sm2059381cf.23.2025.01.13.09.54.00 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 13 Jan 2025 09:54:01 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 13 Jan 2025 09:54:01 -0800 (PST) Message-ID: <67855339.c80a0220.3799bc.057aSMTPIN_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 AC7F16052471; Mon, 13 Jan 2025 12:54:00 -0500 (EST) Subject: |SUCCESS| pw149936-149937 [PATCH] [v3,2/2] app/test: add SM4 GCM tes From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250113171022.1649181-2-brian.dooley@intel.com> References: <20250113171022.1649181-2-brian.dooley@intel.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/149937 _Performance Testing PASS_ Submitter: Brian Dooley Date: Monday, January 13 2025 17:10:22 DPDK git baseline: Repo:dpdk Branch: master CommitID:cdf7f14fae72cdf64bcccff3ed4ab30accdf436e 149936-149937 --> performance testing pass Upstream job id: Template-DTS-Pipeline#206614 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.4% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 2 | -0.3% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | -0.5% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -0.3% | +------------+---------+----------+-------------+------------------------------+ 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 | -0.1% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | 1.2% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | 2.7% | +----------+-------------+---------+------------+------------------------------+ 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.1% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | -0.4% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 128 | 64 | -0.3% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | 0.5% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | 0.3% | +----------+-------------+---------+------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32308/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/