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 8E8124609E for ; Thu, 16 Jan 2025 14:09:47 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 879C34067E; Thu, 16 Jan 2025 14:09:47 +0100 (CET) Received: from mail-oi1-f225.google.com (mail-oi1-f225.google.com [209.85.167.225]) by mails.dpdk.org (Postfix) with ESMTP id 4BC724066A for ; Thu, 16 Jan 2025 14:09:46 +0100 (CET) Received: by mail-oi1-f225.google.com with SMTP id 5614622812f47-3eb7ecc3c54so598634b6e.0 for ; Thu, 16 Jan 2025 05:09:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1737032985; x=1737637785; 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=yV0K78Iz6hIkWEOdfVJTxSB3qqKEM4U1rwDIvHbGW3I=; b=ekQFlSQG5EwsgqYDjN3sJPFdKY8qaka3VeYlQ860aw4xG8Hdbk/YGeiS530Ot7p0es LGur6njXE0cvQapIPWuR9Qrj2wE6jG1+CJPrv5LsTvKBtZoAXaDrAnKeUbP5UNxFq2kF iApRg48A7qa6w+2isoMOGpTO1ltq2fHPTIBu0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1737032985; x=1737637785; 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=yV0K78Iz6hIkWEOdfVJTxSB3qqKEM4U1rwDIvHbGW3I=; b=o7FeBzpxsZwYlkY6yjOfC+o3qQi/NmFPbDJEphDvhgoGn0hn06HDnU1/TpflWG5OfG lZjtVFdsVvtD22P4m87u0bvu3NnLTI5nrNjrFr4e6QMjua0yy2r3kNmaXX3O6unlkTjg zGp6SLkAR9laiNdzJd9mJyFLLpcNq4j9DS2Ox92EPSJbjERr99Gud9KZU5MJjhYIY+yz j2u0dbhDbOw5LNaMz0aUVs7Qf6a6FicOAAego7ir4JFRCtQX7V5LEHaJE/Lx5xTxajyc J4vvmmKp7gtFJbwsSh1rUhq3gNReXZA+z0NNvTAfKLuKk4hR9Pdqw8BYAK8ID3jeAzXX s5jg== X-Gm-Message-State: AOJu0YycDtVdWiF1i7bgB+ztSkuoDx/eL75T7aklHTfVVynjLZGAGV71 7Bh5zyBEAcvtfO5Q+yEpVCgfyqdyuxS0EnnYWeMUNznCGCx/EQFzGnwA81el6TldG9+DqMC6i3E e1uijb56aw1BtJBWOglFOpcPHHWoRr9er6we5CK1x X-Gm-Gg: ASbGnctcpNZl4gZJmWXK5LpVDhzInpDRzDDGfrtvTMwL9NFjqF9pVo4jh3G4upvGbW2 ri4DXIg6o6IsmtPiERGUuox2uFheyi89MhxNTfSQFSkT+bLqFGDkTyRPQAKYESsgdUeMrSrWnKr kxNke702GoSy7FheRlCAe38U68P9GNEvUVwj/aYIAvQHUygsCK49MwDMh9fFFCOV9q84alwI5aQ vy2JRf7fwtYCueCTzP4q/BdxqrLNHYvWp9oqRzln2zg/43RkgsobIwGKsQo4PWovXkjBGNKrJpB AIi+Tg== X-Google-Smtp-Source: AGHT+IG502EUTayxcDJVNi6TcxHEOXsvr3iGbL1s55BkiJMbrDXT2at/Xwqyldm8mApvupwA9s5dx2vqzQ2N X-Received: by 2002:a05:6808:e8b:b0:3e6:6203:fb5e with SMTP id 5614622812f47-3ef2ec434fcmr22353443b6e.2.1737032985708; Thu, 16 Jan 2025 05:09:45 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 006d021491bc7-5f8827757f3sm293628eaf.24.2025.01.16.05.09.45 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Jan 2025 05:09:45 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 16 Jan 2025 05:09:45 -0800 (PST) Message-ID: <67890519.4a0a0220.3906ac.695fSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.7] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 1422D6052471; Thu, 16 Jan 2025 08:09:45 -0500 (EST) Subject: |SUCCESS| pw150141-150142 [PATCH] [v2,2/2] ethdev: fix some function From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250116114034.9858-3-lihuisong@huawei.com> References: <20250116114034.9858-3-lihuisong@huawei.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-intel-Functional Test-Status: SUCCESS http://dpdk.org/patch/150142 _Functional Testing PASS_ Submitter: Huisong Li Date: Thursday, January 16 2025 11:40:34 DPDK git baseline: Repo:dpdk Branch: master CommitID:167adc84d05c732af3c47dd569f152fa4ba234d6 150141-150142 --> functional testing pass Upstream job id: Template-DTS-Pipeline#207307 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 | +-----------------------------+--------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32342/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/