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 691C045DF4 for ; Fri, 6 Dec 2024 10:53:49 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 64E7A40430; Fri, 6 Dec 2024 10:53:49 +0100 (CET) Received: from mail-yw1-f228.google.com (mail-yw1-f228.google.com [209.85.128.228]) by mails.dpdk.org (Postfix) with ESMTP id 8A0FB402C9 for ; Fri, 6 Dec 2024 10:53:47 +0100 (CET) Received: by mail-yw1-f228.google.com with SMTP id 00721157ae682-6ef4b6719d1so13604997b3.2 for ; Fri, 06 Dec 2024 01:53:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733478827; x=1734083627; 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=lbqVJ8Apa39O/USd9Xd79kH1i+tlKSFcURVFRbjhbG8=; b=a6i3Juqbfgv2aojBsUkrG2aN98mCBs1SSbOp7PdLJYR11aovRusbcNm25N03zuAEm9 9B9ehg/Gll4nMU/fgbS+ZRJajK5pcZ36HsCj3rj19hWG4fInpBsVVKlkX0+quwKNeT0l yrCwpFh3j7XnssHbozVWHfDHGGP9/skYM25YU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733478827; x=1734083627; 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=lbqVJ8Apa39O/USd9Xd79kH1i+tlKSFcURVFRbjhbG8=; b=ijttQbRACealg+hpr3gCYjtTJ3DFUOzSTNCz3tWFoJoAzhW8g5Ex0UcMtnqBUP6I/v k7Hds6olsRr3h9tluy1cOrPeoJmBGU0+E4z0FnFKY8um0Xo4U6y3KEO4IefAeDs7ASCg 1JltM8v6W5WAzVL7R8osgOPvJcX2noYT22QfEp6/tGK2V1Qytak36HxfSbBDupJ4/cO7 P5OXToxKjYSaogBnoUW3ZT4kIDkznV6QJeDJPeHjxeL8ONlUW6a4yb4rv7LieXLZLXbV zAVdKaTkEP1E7VP3tz6KOAu0PL1dqPvk/BezhyNA79eck5pd45Im5P61fPVrdq1PVaWr hEFA== X-Gm-Message-State: AOJu0YzLrYojzPJ5GPk6tkNh8+xUUVaJRvt8hBDiOySxW85mg+vwAp/c KGmywSaeDi5TPehxx/HIdoV3mVeMaopuwKHVX3HECH/QzBF361gnui9cADOwcBjta+5sM0xhr5F 7GacfvVtMCIViTBtK52pqNDDxLlmNcIZFQm2tUU1Y X-Gm-Gg: ASbGncsddgDrxEWCjOdGWba/vuoUIE5KSAad05NxPBNCpskkLaGXlDCa63anvm553ar nGyA+L89CAaTVyGJYxndoFKzCJWgIpXZT25O1X6s0B/0QkImSQMWVhB6pPSnIbc0VHxqnxNiWB8 GAEVLYyskw/J9Zu7CoJJMoYGSoz8RXfcYQSelg6DVo1aQ/5cJQrIksPNjkoiJV2+WfOjeq/Z3+t 6slA+QMJ/A6Ms/kg3iXOFDt8ufd7akcHUHZDqIY7GdmoQcfBIfckCUTLyEzQJCgaWTGk8A= X-Google-Smtp-Source: AGHT+IFpIEL+RJkA0kaIyRDypQUkZS7cti+s3msfdRjNhpUMdDI2hxbywo7VzVOb2xQbg7JiOsWXntcA72m0 X-Received: by 2002:a05:690c:6489:b0:6ef:993a:29b4 with SMTP id 00721157ae682-6efe3ac3a12mr24167827b3.0.1733478826967; Fri, 06 Dec 2024 01:53:46 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 00721157ae682-6efd38c82e1sm1111107b3.43.2024.12.06.01.53.46 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 06 Dec 2024 01:53:46 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 06 Dec 2024 01:53:46 -0800 (PST) Message-ID: <6752c9aa.050a0220.2b9876.6885SMTPIN_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 9B1F86052471; Fri, 6 Dec 2024 04:53:46 -0500 (EST) Subject: |SUCCESS| pw149052-149064 [PATCH] [v1,15/15] net/zxdh: mtu update op From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241206055715.506961-16-wang.junlong1@zte.com.cn> References: <20241206055715.506961-16-wang.junlong1@zte.com.cn> 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-Functional Test-Status: SUCCESS http://dpdk.org/patch/149064 _Functional Testing PASS_ Submitter: Junlong Wang Date: Friday, December 06 2024 05:57:15 DPDK git baseline: Repo:dpdk Branch: master CommitID:69072dbdfc0ab49bc5a1a3707fd6f2bf5d4a41ef 149052-149064 --> functional testing pass Upstream job id: Template-DTS-Pipeline#201358 Test environment and result as below: 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 Aggregate Results by Test Suite +-----------------------------+--------+ | Test Suite | Result | +=============================+========+ | unit_tests_mbuf | PASS | +-----------------------------+--------+ | vhost_virtio_user_interrupt | PASS | +-----------------------------+--------+ | virtio_smoke | PASS | +-----------------------------+--------+ Ubuntu 20.04 Kernel: 5.4.0-122-generic Compiler: gcc 9.4.0 NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps Aggregate Results by Test Suite +-----------------------------+--------+ | Test Suite | Result | +=============================+========+ | unit_tests_mbuf | PASS | +-----------------------------+--------+ | vhost_virtio_user_interrupt | PASS | +-----------------------------+--------+ | virtio_smoke | PASS | +-----------------------------+--------+ Arm Ampere Altra - Ubuntu 22.04 Kernel: 5.15.83+ Compiler: gcc 11.4 NIC: Intel Corporation QAT 8970 0 Mbps Aggregate Results by Test Suite +----------------------------+--------+ | Test Suite | Result | +============================+========+ | crypto_perf_cryptodev_perf | PASS | +----------------------------+--------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32097/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/