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 7686145E22 for ; Thu, 5 Dec 2024 06:54:10 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 49171402C4; Thu, 5 Dec 2024 06:54:10 +0100 (CET) Received: from mail-oa1-f98.google.com (mail-oa1-f98.google.com [209.85.160.98]) by mails.dpdk.org (Postfix) with ESMTP id F0FA6402AE for ; Thu, 5 Dec 2024 06:54:08 +0100 (CET) Received: by mail-oa1-f98.google.com with SMTP id 586e51a60fabf-29e3721ded9so401695fac.0 for ; Wed, 04 Dec 2024 21:54:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733378048; x=1733982848; 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=d1klOj+Q4L5b0SjtChXSzQ8dM5XwPRISdAJM8b1C1tk=; b=ewlGmg7QLk48NPJFKs8/q5LO53K2/MUxAD0jPoxFumpoEeliex09ozvibCKx6+n7Ag CFLerNDRQOsRGnnJ+Vo5EViy/UKrK1rH7ShULwNOnXXskET8ZRjt4xk75Hp7hknlPql3 /CBYXh7sj5qx+CaPx+PvHDux4IZfzHTKHcJ2k= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733378048; x=1733982848; 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=d1klOj+Q4L5b0SjtChXSzQ8dM5XwPRISdAJM8b1C1tk=; b=oQAqPB7TMrGad1NgwxNm57GAXdhbJhvhbSaMrso8Z+f8U2iY8G3oecdSx01g44JW6L gX4q/YzKs/EdG+k8DEAsbl0Wl21z0LBRPWnU2srdQFwIAsmp5q5LBL1bmCEDShcEFRwf S0zIygP+68p69ys1bcW8IhytuoocNVJeXZS6N92jH1rTfm0VweU5ZxuujAmkDYy3B1WO 12/nV7hbCVCl2Yd+aZuJM0PrFOApy7VB1hkSlQvdQhfP7G51LIX+x/GNIWCAEpsrq4kY tk/pHUjn/OoxO1I660iazMBw88lof+C2lnAmfqJm01YY4q6iAXZfP4uHTaD6hKD/UjfO imzw== X-Gm-Message-State: AOJu0YzEYPOqHyCWR39QR3Pa03Nki17MHZhrMQtS/zjCgFVB2j1Z5Ike 2az0Rd9u0jLWuOZcAn1AEEqjeMuKff8IuT0/moDfney1/S9JEezIZb1WXw+NzaXm0y+jgfO2lKH AZs27Xok9mRnJwxptyi1pFdqGzPmrBHMrKNX+WNa4 X-Gm-Gg: ASbGncvHPq60cD9WoWoCCBiOK8A1cHiX8RjfpwxPBeV6w1BaJU1ib1cUXOoJg31P74F ommrjpS0QrEFVZzXSlt90jUe9YhVUuQ9vpeGTPy8iR/P5778Nq/X8mlVQxujOV4AOxxcpTVOwxT 14wlPXr3AcJPge/qTJOBBg7HfH4CoTRW36c2JoHO7dtofjKikmwohIXP8Z/YsaTAivk1HskgmLO 7jb8WfIpjuEZtKG3miXmO7G8ZAU2dQR34X5zky9IFqiLZRpGX6kT3uKbb/CqMb3oktGHT4= X-Google-Smtp-Source: AGHT+IGq2tEl3LX3N+cZ83V6DQV4HEqVfFPtOAKRexd0naupa58J+6KRIEwUOH+qyHFA+2CMpWNoesv+jW70 X-Received: by 2002:a05:6870:dc49:b0:296:c2a6:cb27 with SMTP id 586e51a60fabf-29e886c0cb6mr9080067fac.24.1733378047751; Wed, 04 Dec 2024 21:54:07 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 586e51a60fabf-29f56921c5fsm30213fac.32.2024.12.04.21.54.07 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Dec 2024 21:54:07 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 04 Dec 2024 21:54:07 -0800 (PST) Message-ID: <67513fff.050a0220.25d55f.1ea6SMTPIN_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 3E4CC6052471; Thu, 5 Dec 2024 00:54:07 -0500 (EST) Subject: |SUCCESS| pw149030-149031 [PATCH] [v5,2/2] dts: add flow create/dele From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241204232246.30339-2-dmarx@iol.unh.edu> References: <20241204232246.30339-2-dmarx@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-intel-Functional Test-Status: SUCCESS http://dpdk.org/patch/149031 _Functional Testing PASS_ Submitter: Dean Marx Date: Wednesday, December 04 2024 23:22:46 DPDK git baseline: Repo:dpdk Branch: master CommitID:7df61db6c387703a36306c1aea92225921e2eeb2 149030-149031 --> functional testing pass Upstream job id: Template-DTS-Pipeline#201130 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/32088/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/