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 005F346054 for ; Fri, 17 Jan 2025 16:03:06 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EF2F940294; Fri, 17 Jan 2025 16:03:06 +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 CF7F54028F for ; Fri, 17 Jan 2025 16:03:05 +0100 (CET) Received: by mail-pl1-f225.google.com with SMTP id d9443c01a7336-2163b0c09afso44086415ad.0 for ; Fri, 17 Jan 2025 07:03:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1737126185; x=1737730985; 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=m5NHiZvUL9usuAdFMDo2CXrVoW5PXdA+CRUpIoVqrxg=; b=R8kc6WYLEbjijIkBb7pyhOVvHlpIfmAWGOdz7Th5BvaYjqZ7LFqaZM3DFDd2mjiYth txocryNk9vzS4JFhdVam7lYh4DPxntnbcU1tls1ZIdW/VrDhEBZ9a1Qe4AJzmtAvk7eo JlRN554S8LrcuL6wh4/ehfsU9Ej8wX2E5CEW8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1737126185; x=1737730985; 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=m5NHiZvUL9usuAdFMDo2CXrVoW5PXdA+CRUpIoVqrxg=; b=aCB9DxFjymywsN71lHOLYwGjdQzcgGNWVjfd624npmGluuvNXdzlWz3WpvpVOoA9bC VEnbTLPKS3U341f84o7pf4w1SRewacVoZjeQN3JhnVdnQyv+eTjL7u+6URp0JLMfNdYn KWpWXbvl8e94K/La1POAIPaTs7/Evxkh4LTgMSoCwuSUM6tzVL85q9LqXWfddub3lCyS RMpp6K6csqs+6o8MPyMwpCRRkft0OWAL+I0PLCgn9e2NjGfcwAgM11lqyzTlFn1GP7sv tfd4K9snU0zfF+Q6FFik6eMlAd02YPTzcXWr2+aWmOn1GDjHB2jkOSiMQZkEIxIsWcuL HD7Q== X-Gm-Message-State: AOJu0YwK1ULy7EWBw+amI+osJ23+Jcizm6O0rL97gIWZb6A7jToJKLwT uKvTWWSJ8+WYvjE4UXSxO8zKR7E4M92aJsP2NS4lQ0hmNFekIp23lTMY/B/L4rCsvNAECFu+T2t xoxXV9Ii3C/oLMWkRMlindmURBHY5TmOjEL46Hm7x X-Gm-Gg: ASbGncuC+UgX4Fy7e9GY28wG3TAmIuAddVhjJT1bT06EAdDmvjsef0ylitxz73Vy2bl M26IpLp3ZBIUNhoiw5SDnAUI9pTmzXfTYO4ww6UrYrjWFO3EZh1b4xCZTPD7AmCWW1/9OyevGJ5 tgGbV1oQihIisI8oLnrf9c5tZThJDfJ8fDHTu57huT4T2O0zVWc+SxCC7I6NUiLy3pEgBQxSvMJ ZH3cThoChVTDBHVImvFkzK6VuJ3xyelCe1JtpwqndKKtxHm1OdFRzZL2dWPOosVOs1rWoZc+ZHr ZYsnLA== X-Google-Smtp-Source: AGHT+IEAfY9FB6ID+OKq7fg4YwytMCSI8P6d5IlNHkTp94aCCoCUsVryOS8prUgItWh+8kMsLLs+hxS4xfeQ X-Received: by 2002:a17:902:ce01:b0:211:e812:3948 with SMTP id d9443c01a7336-21c34cc010emr51153955ad.0.1737126184800; Fri, 17 Jan 2025 07:03:04 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d9443c01a7336-21c2d42eb7bsm1197865ad.114.2025.01.17.07.03.04 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 17 Jan 2025 07:03:04 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 17 Jan 2025 07:03:04 -0800 (PST) Message-ID: <678a7128.170a0220.202600.8d15SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.5] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 0031F6052471; Fri, 17 Jan 2025 10:03:04 -0500 (EST) Subject: |SUCCESS| pw150182-150196 [PATCH] [v3,15/15] net/ngbe: add some ops From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250117114455.15864-16-zaiyuwang@trustnetic.com> References: <20250117114455.15864-16-zaiyuwang@trustnetic.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/150196 _Performance Testing PASS_ Submitter: Zaiyu Wang Date: Friday, January 17 2025 11:44:53 DPDK git baseline: Repo:dpdk Branch: master CommitID:34ea86164bf17a431ec5ef78d7e51e2e9b3fd75e 150182-150196 --> performance testing pass Upstream job id: Template-DTS-Pipeline#207545 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.6% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | 0.3% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -1.1% | +------------+---------+----------+-------------+------------------------------+ 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.2% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 0.1% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32357/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/