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 F0D73457D8 for ; Thu, 15 Aug 2024 18:36:46 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EF45C42D76; Thu, 15 Aug 2024 18:36:46 +0200 (CEST) Received: from mail-il1-f227.google.com (mail-il1-f227.google.com [209.85.166.227]) by mails.dpdk.org (Postfix) with ESMTP id CB8A6427E9 for ; Thu, 15 Aug 2024 18:36:42 +0200 (CEST) Received: by mail-il1-f227.google.com with SMTP id e9e14a558f8ab-39d1b072d94so4335955ab.0 for ; Thu, 15 Aug 2024 09:36:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1723739802; x=1724344602; 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=Xlyrkf/cL3B1XyP16ypqwiUZ9Ih9ziGHAanGHfl1Tbo=; b=S4rj5xTCQxYJrUK5u9praiLzu0+81A9739HO53z0+65iSqcCleCoIE6UvAjHpOfyKW oCy8fGhM5yu0nTBSyotv5zWZPCt/vCThFEDvuKiyKkCa6HMfQ0pNjhCQ39uPMc9N5tmk ZCuKZK37LpZ/yVRkyjh2PDNQ0EMD5dnovXamA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1723739802; x=1724344602; 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=Xlyrkf/cL3B1XyP16ypqwiUZ9Ih9ziGHAanGHfl1Tbo=; b=nDQUy0IeCFdRgX1Il+lsPmw4xgRjA0KZkfyCcwv2chZqLFBmGuPJiTov3jmcn+tlIK QNDxREELZSQonwCYseEUo1ppPK2IrWpDsWf4E+vJNWmKE2edzTFPTfknM/fr5qnhvZqw j0Ob9mes+yxeaXJhnJSZHFT8DJ6SjVlAMMDIvRdSy4bvsSknVaVXBbVwdidnvznClVhN K6hTNVHKfPrb+tgD7hf9tDBPP60MbINpLUJm7Qt7aFPiH6XEQ6idM2IeK9c0NJ6U4mJ5 VYp/kzkP6uD13L0mYYHbPAoZlVsbEe9ydrjznx2OCR9Ru/b9z/46gv9mq4XP8Gcg+WP3 9JtA== X-Gm-Message-State: AOJu0YzTBxFSIUKDd/kVHssfSnqgxO6QxWUZcYaBqmReHIggFt0TmU/3 8LhqdNGJ7W9HTzTe2JnjAxi6JZjuZkY0s76D7np0BnVGNaacf6UeoMzQwhg/brT91DaUoccHAYn qxy8MBNHRVTf0GjIz0HNQ3JAt4kuPvzP1zEyyj45s5X3VxPm32fnjINCm X-Google-Smtp-Source: AGHT+IEmTbeQaoqQF5Cjc3h5QTM/ZlAbPtzwE1AJ1oGj7WgGrK/Ko50GIC3xDXp+L3WXXpju3LwiZ2n6T7Zn X-Received: by 2002:a05:6e02:164e:b0:39b:3502:f4f2 with SMTP id e9e14a558f8ab-39d26d61cefmr4447655ab.18.1723739802123; Thu, 15 Aug 2024 09:36:42 -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 e9e14a558f8ab-39d1ec053acsm1122635ab.48.2024.08.15.09.36.42 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 15 Aug 2024 09:36:42 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Thu, 15 Aug 2024 09:36:42 -0700 (PDT) Message-ID: <66be2e9a.920a0220.16b51d.4fcdSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.5] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 9279B605C351; Thu, 15 Aug 2024 12:36:41 -0400 (EDT) Subject: |SUCCESS| pw143192 [PATCH] net/af_packet: add explicit flush for Tx From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20240815115653.603552-1-vignesh.purushotham.srinivas@ericsson.com> References: <20240815115653.603552-1-vignesh.purushotham.srinivas@ericsson.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-broadcom-Performance Test-Status: SUCCESS http://dpdk.org/patch/143192 _Performance Testing PASS_ Submitter: Vignesh Purushotham Srinivas Date: Thursday, August 15 2024 11:56:53 DPDK git baseline: Repo:dpdk Branch: master CommitID:e0f7ebe88ab4588dd352e9ec14270ce4e3b1470b 143192 --> performance testing pass Upstream job id: Template-DTS-Pipeline#175407 Test environment and result as below: Ubuntu 22.04 Kernel: 5.15.0-100-generic Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 NIC: Broadcom Inc. and subsidiaries BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller 16d7 25 Mbps Fail/Total: 0/3 Detail performance results: +------------+---------+----------+-------------+------------------------------+ | frame_size | txd/rxd | num_cpus | num_threads | throughput difference from | | | | | | expected | +============+=========+==========+=============+==============================+ | 64 | 128 | 1 | 1 | 0.5% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | -0.6% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -4.0% | +------------+---------+----------+-------------+------------------------------+ Ubuntu 22.04 ARM Kernel: 5.15.83+ Compiler: gcc 11.4.0 NIC: Arm Broadcom Inc. brcm_57414 25000 Mbps 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 | -0.0% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/30797/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/