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 7DCCD45EA2 for ; Sat, 14 Dec 2024 18:48:45 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5BBA34025F; Sat, 14 Dec 2024 18:48:45 +0100 (CET) Received: from mail-pf1-f225.google.com (mail-pf1-f225.google.com [209.85.210.225]) by mails.dpdk.org (Postfix) with ESMTP id BADE54025D for ; Sat, 14 Dec 2024 18:48:43 +0100 (CET) Received: by mail-pf1-f225.google.com with SMTP id d2e1a72fcca58-725ee27e905so3608973b3a.2 for ; Sat, 14 Dec 2024 09:48:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734198523; x=1734803323; 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=TUDDuuJI/baYOh91pn6z+6zBZHxbHf61YbyyqaElwYs=; b=ie6g/tCC9EbSyMZZPq686otmgtu5d1IbCN61LL5FPg+Q7uRL3aW8gnQGh6y88bhz7z DoRyA5StnuFqCF54pypphYdOOBj8me0QraVbRsQ3lCo5PZ7sqeOCTC+OiUV7RZ87AbJs Mgg2f6QS7z9OM7kfrCaGEsV8Ar/xuieqdD3sw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734198523; x=1734803323; 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=TUDDuuJI/baYOh91pn6z+6zBZHxbHf61YbyyqaElwYs=; b=nlITNMyg0otLcdmOFCShvURRwKPj9bRXoyOuBmnmVpM+fN01MQciUI1N3ZSD3zCWIp 7xcn24Qi7T+UcO4P4IygyZqOcp75C7++Zxb2TcAR1PsHZdnJww8zl8GemivyFhqypDw3 mLLcPP9ZUK9qMM/s81fmuQeZ13Jh48iUypeoipOeZCjfiLUe22UVJQo+gUTGj27Sd/g5 o5wz4iA4hsVaYQx11dI0bfNB0BKaJ6/25HN4XTnnmGzZ4CHNm3bKx/J5MEwuVxGiIO6A Jt+BV2Y/vSr3As1jlvWaOfht2H3CWzt9QhJ9g05IxFF0vHsLuCBRtLxkce//iuj28Otq Xasw== X-Gm-Message-State: AOJu0Yzj5qeUDjCGZyVD0/5suA5XmvI4kokljXtOztCA482Oa1XzruyZ EC4tlh1xtb1X+hzD+6JFuUbti5DSy0ImbmTIHhIYhih7Fp+1sYYOT35h6MrxZUieTjSaGH29fZT gVEvBa0buLvoZcOKam4J+QpC60KjQxKtTTvDo8cQ2 X-Gm-Gg: ASbGncsDzzBqIqtaj04vYkO17CVOC5iIxceRSyRvbgJmaFLkOl+k/u+Z1TKC6xbgV9P BdX2Mqf6x7OG39bscIYLFZLI6clrypSK/P+0ob5Zjr+5HoOzpp8tjOzVfdrW125ZYZnS4zVHgdz F3odcbGIG3ssNFXYK2mWr0s+kbwA81U00cvHo3RCus4qW/PqUfsZGc9bwtuYZmuE5ObKX9OCv/c xXEQE3XQLOTfSle4nacmK/yaQjr+uFSe34Dc0gDGIdFt7JiXY+s/Nt0pivgVWTLDd3RxKoptsgF BQ== X-Google-Smtp-Source: AGHT+IF0LwhKAnBu31D3hwh080Z3IP7/fPQKBMRIcFLyEJ/lhCjRzfkcPxlF2sGnwffLG2EPRw/DNgzzgs+Q X-Received: by 2002:a05:6a20:431e:b0:1e1:161a:fb0a with SMTP id adf61e73a8af0-1e1dfd6eea8mr11517390637.20.1734198522890; Sat, 14 Dec 2024 09:48:42 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 41be03b00d2f7-801d5aa5a21sm27896a12.5.2024.12.14.09.48.42 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sat, 14 Dec 2024 09:48:42 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Sat, 14 Dec 2024 09:48:42 -0800 (PST) Message-ID: <675dc4fa.050a0220.335094.1b53SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.2] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 1D7F06052471; Sat, 14 Dec 2024 12:48:42 -0500 (EST) Subject: |SUCCESS| pw149216 [PATCH] [v1] dts: bug fixes for paramiko timeout From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241212193902.31789-1-npratte@iol.unh.edu> References: <20241212193902.31789-1-npratte@iol.unh.edu> 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/149216 _Performance Testing PASS_ Submitter: Nicholas Pratte Date: Thursday, December 12 2024 19:39:02 DPDK git baseline: Repo:dpdk Branch: master CommitID:7df61db6c387703a36306c1aea92225921e2eeb2 149216 --> performance testing pass Upstream job id: Template-DTS-Pipeline#202425 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 | -1.3% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | -0.8% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 0.4% | +------------+---------+----------+-------------+------------------------------+ 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.4% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 0.4% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32129/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/