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 CF25546048 for ; Fri, 10 Jan 2025 11:36:52 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A38574275D; Fri, 10 Jan 2025 11:36:52 +0100 (CET) Received: from mail-yb1-f225.google.com (mail-yb1-f225.google.com [209.85.219.225]) by mails.dpdk.org (Postfix) with ESMTP id 969BD41148 for ; Fri, 10 Jan 2025 11:36:51 +0100 (CET) Received: by mail-yb1-f225.google.com with SMTP id 3f1490d57ef6-e549b0f8d57so3143638276.3 for ; Fri, 10 Jan 2025 02:36:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736505411; x=1737110211; 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=N+aXwTZ7ptkiExQlRdFu+Vd9KzoX8sltpQKNUTrjA6U=; b=abNU/xutqnBpQAjkcZt3NaAHsS6ljXhrQLg2BKv9XgkNHlhl2Rb7e7vgNPbWwKmnHl 7+Po1uZh3u9FQGRy46umzpDAlxvFBgb6JIL37+AuSvfzJPJLogn74V4ecs7FfV33g1Ue ISgWIqIIAdA5n4DeTFMS6155bnK3QdDfXaQCU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736505411; x=1737110211; 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=N+aXwTZ7ptkiExQlRdFu+Vd9KzoX8sltpQKNUTrjA6U=; b=Ijiy2IfIKtJ9tqtvRvG0ZUW/LZ8byoNz8df1eOdd8n9yq72K60xPQQHKij6m/Og9Zm Jty9AR+MqC0Fmaq46ki2oyzmSZqaNAjFmoO95s4a/x4/PytnK14ko2vMc1sGgXIRlW6b fF5hXVT/1vhBhQBTlvwwjkDyERwsdHvdy21X2msjIcj0gTON+wL/fl5Dfx3VIENqZxf7 y8FZZdk2JUwqpZvmktFF4OwjKeq+4o1ybk0Bbzmtl9D6Or2oe7IaPtYO9MgsyWHaXJaJ M9JyJ6X3zXtwJ3jYgEjnf4q5kqLH0t3VroVzj1gjmh6fSO/NVnBwIrJM7XqEJGt+ujgD Ku1w== X-Gm-Message-State: AOJu0YwZmGpw/5PtOn2qqspzgoCGsVpfbJBYsaSIrSFLz4tqLij96gnS KI1+Jy1hfRDs4SKCVj6l2UOC2H4R1uxGCdmWncs502IcOZLPBq+RWvCTGzWZ80a8lpfosPIALiB 4clGCK+pV86hTo8a7U0pNs0ecMawRcSEQsiFU4fsE X-Gm-Gg: ASbGncuxjphf6tTauyubuv8AOjCS2JMbytXDsInfv4waWhvMi7XC6ZGfVHZ7kaJtrRD HAtw72nTCuR/rRIViQ8AsPUlsrvAZSuOTTORymnUiy1uUPxPoNHbOD1sRaUCL3JMlTMcLk5zvaL Wl3cieRkXsOQqPBnLGM4oz/b+Fd7lW+joET0/n7W8Qw807YyUu5rz8OA6A26fU372XMJxpt3XLx VDZbdFHrXfjWrazP3Q7rd0wxt3Rt5mt03WacuVg3EDgHTrLbfFeLyDTddRXz2j9AsjwSUgCU09w 1A== X-Google-Smtp-Source: AGHT+IEwGh1Fh+RkGApqn1SVlah3gQbC54SsWE80ych1r8v50xZCH5/GSMUEj/nvKfmYZAsB3AtzFDMNz6oj X-Received: by 2002:a05:690c:e1f:b0:6ef:5fee:1ca6 with SMTP id 00721157ae682-6f531233b36mr84123397b3.18.1736505410935; Fri, 10 Jan 2025 02:36:50 -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-6f546dc5c91sm1310527b3.58.2025.01.10.02.36.50 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 10 Jan 2025 02:36:50 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 10 Jan 2025 02:36:50 -0800 (PST) Message-ID: <6780f842.050a0220.2cb00d.912aSMTPIN_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 8626D6052471; Fri, 10 Jan 2025 05:36:50 -0500 (EST) Subject: |SUCCESS| pw149781 [PATCH] examples/l3fwd: add option to set refetch From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250110093715.4044681-1-huangdengdui@huawei.com> References: <20250110093715.4044681-1-huangdengdui@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/149781 _Functional Testing PASS_ Submitter: Dengdui Huang Date: Friday, January 10 2025 09:37:15 DPDK git baseline: Repo:dpdk Branch: master CommitID:fd51012de5369679e807be1d6a81d63ef15015ce 149781 --> functional testing pass Upstream job id: Template-DTS-Pipeline#206235 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/32290/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/