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 783054297F for ; Tue, 18 Apr 2023 19:47:06 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 747214014F; Tue, 18 Apr 2023 19:47:06 +0200 (CEST) Received: from mail-yw1-f226.google.com (mail-yw1-f226.google.com [209.85.128.226]) by mails.dpdk.org (Postfix) with ESMTP id 768104014F for ; Tue, 18 Apr 2023 19:47:04 +0200 (CEST) Received: by mail-yw1-f226.google.com with SMTP id 00721157ae682-552fb3c2bb7so59926617b3.10 for ; Tue, 18 Apr 2023 10:47:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1681840024; x=1684432024; h=date:message-id:cc:to:from:subject:from:to:cc:subject:date :message-id:reply-to; bh=JvF6qO4ycgsMtGinXK+NXRIMPmvXaIsxSGLgSOJlo3s=; b=OyEAyhId7EXkw7rummjOww1Wo2tENkWFtuX+IVPScenf2gRNzBPf6Z2i7kwZ9hGxmE lx0iZAs0MHoW8aTXjU19c0JYywU64vvwwZgUZA0QR0sLeLvSWMcNe7YVJIDBpB4ckgQk v8Y5l5uisN5AA2G+WpZ02UTJKO4MI+j4Y9UR0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1681840024; x=1684432024; h=date:message-id:cc:to:from:subject:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=JvF6qO4ycgsMtGinXK+NXRIMPmvXaIsxSGLgSOJlo3s=; b=Jk7EMM85Fgpce/7b4KwEptFT84d7bxmAhfu5NnOl8SB4g13Eccr4ULb1/y2ZqxgTbY MkD0GPqe9KFd0x5+PBVo0ofOq4yAKyK28IAExRL/OEVVV5nGAeCyiaildmo0jMCqKJpL mWr5rNNk68yORCXvL3QQ4sc2qNLnTl5zG4+4pANIBaMKufojvKDUUAzLHcHsjZA9M096 ckhHt675+fYZdM0lbDIqOehWk7+Xk631q6p2BN/mLDH6exgjle0jRaezJ85AwcI7QS/o pdU7SOcJkbevE7h9+Hk1ypoCR8z2KeaSvd7cRyLyd8gkV2WPLriFdWVLk2yWb12gLIfY 4row== X-Gm-Message-State: AAQBX9eq616jYUISej3NPyMk++k8bSRwpJobsj5goKza22i5T0Nlh4Eb fykesQRZwjeTc7++zY9i46l1eUbIkWwgMfCjurV41fOkXgcuABQbW3dONXtdd4hGPy00+8x8Ug= = X-Google-Smtp-Source: AKy350YDheWLW8inUHG0Veih/9dmRmRRViHhzfhNdcU/T0W/aTLVcQgfdSK/tRqGVqJ2xHj/2TKsgQdK7Z0l X-Received: by 2002:a0d:ca09:0:b0:552:cce2:f5b5 with SMTP id m9-20020a0dca09000000b00552cce2f5b5mr596120ywd.36.1681840023442; Tue, 18 Apr 2023 10:47:03 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id bo5-20020a05690c058500b005459f233f5dsm4488039ywb.21.2023.04.18.10.47.03 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 18 Apr 2023 10:47:03 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Received: from dpdk-ubuntu.dpdklab.iol.unh.edu (unknown [IPv6:2606:4100:3880:1722::210]) by postal.iol.unh.edu (Postfix) with ESMTP id 289B4605246B; Tue, 18 Apr 2023 13:47:03 -0400 (EDT) Received: from dpdk-ubuntu-2.dpdklab.iol.unh.edu (localhost [IPv6:::1]) by dpdk-ubuntu.dpdklab.iol.unh.edu (Postfix) with ESMTP id 1B5E460095; Tue, 18 Apr 2023 17:47:03 +0000 (UTC) Subject: |SUCCESS| pw126244 [PATCH] crypto/openssl: fix memory leak in auth processing function From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu, David Marchand , Thomas Monjalon Content-Type: text/plain Message-Id: <20230418174703.1B5E460095@dpdk-ubuntu.dpdklab.iol.unh.edu> Date: Tue, 18 Apr 2023 17:47:03 +0000 (UTC) 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/126244 _Performance Testing PASS_ Submitter: Didier Pallard Date: Tuesday, April 18 2023 14:26:19 DPDK git baseline: Repo:dpdk Branch: master CommitID:3b3fef9de22af80d173453ab65a80b01ce38cbfd 126244 --> performance testing pass Test environment and result as below: Ubuntu 20.04 ARM Kernel: 4.15.0-132-generic Compiler: gcc 7.5 NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps Target: x86_64-native-linuxapp-gcc Fail/Total: 0/2 Detail performance results: +------------+---------+----------+-------------+------------------------------+ | frame_size | txd/rxd | num_cpus | num_threads | throughput difference from | | | | | | expected | +============+=========+==========+=============+==============================+ | 64 | 512 | 1 | 1 | -0.0% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -1.8% | +------------+---------+----------+-------------+------------------------------+ Arm Ampere Altra - Ubuntu 20.04.4 Kernel: 5.4.0-137-generic aarch64 Compiler: gcc 9.4 NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps Target: x86_64-native-linuxapp-gcc Fail/Total: 0/2 Detail performance results: +------------+---------+----------+-------------+------------------------------+ | frame_size | txd/rxd | num_cpus | num_threads | throughput difference from | | | | | | expected | +============+=========+==========+=============+==============================+ | 64 | 512 | 1 | 1 | -0.6% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -2.2% | +------------+---------+----------+-------------+------------------------------+ Ubuntu 20.04 Kernel: 4.15.0-generic Compiler: gcc 7.4 NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps Target: x86_64-native-linuxapp-gcc Fail/Total: 0/6 Detail performance results: +----------+-------------+---------+------------+------------------------------+ | num_cpus | num_threads | txd/rxd | frame_size | throughput difference from | | | | | | expected | +==========+=============+=========+============+==============================+ | 1 | 2 | 128 | 64 | -0.2% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 512 | 64 | 0.0% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | -0.2% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 128 | 64 | -0.4% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | -0.0% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | -0.2% | +----------+-------------+---------+------------+------------------------------+ Ubuntu 20.04 Kernel: 4.15.0-generic Compiler: gcc 7.4 NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps Target: x86_64-native-linuxapp-gcc Fail/Total: 0/4 Detail performance results: +----------+-------------+---------+------------+------------------------------+ | num_cpus | num_threads | txd/rxd | frame_size | throughput difference from | | | | | | expected | +==========+=============+=========+============+==============================+ | 1 | 2 | 512 | 64 | 1.2% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | -2.4% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | 0.2% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | -1.2% | +----------+-------------+---------+------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/26035/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/