From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (unknown [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 64904460A8 for ; Thu, 16 Jan 2025 22:05:47 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4216E40ED0; Thu, 16 Jan 2025 22:05:29 +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 DC9A540696 for ; Thu, 16 Jan 2025 22:05:27 +0100 (CET) Received: by mail-yb1-f225.google.com with SMTP id 3f1490d57ef6-e53537d8feeso2272355276.0 for ; Thu, 16 Jan 2025 13:05:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1737061527; x=1737666327; 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=bGFCTql92wXF/WSgKbIs6KymxuDjErRlnVkKKCq2L+k=; b=ABQTeKm+2aZxDR842f43lqShEw+ZYpEZmTxafvEODYmjvNok/eyXAGclfhrN5VcRm8 wg0UQEL+jCCNPWJmbSAU8FjuOQ6qriy5gk+moxy9SN/Zl5RaNaD8i+Mn/FzZco1NuqcN L0UOp0tV7xrlEU7jJgrUZpFYHw3zM6WCJTbNk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1737061527; x=1737666327; 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=bGFCTql92wXF/WSgKbIs6KymxuDjErRlnVkKKCq2L+k=; b=NKMhGDMSKE2C+urGTK/z9hv3Lf783UhuX917KlL4Mn24QQKNe/7spx4bAjDDlrjJwd Gy4HZG39mV8ERyvE96kXmL3Okmv3z85uE8tRlRMNq+DCIZuSIW74OJhv5QJnr1e9zarQ vrKLrNbLkmJSa/gypsCN1nkl40W0w5VWlVTuM+nQn4efT2UQRZgb5FYX+JDobnX3aoHH 0SFYkziKIN1s0/Uonl4dFHlUuCqcYXmGZYDyzisBoLMACJVN24zl33taILY3gevG8L7P 2IN4qHtb1tmbQW6f0w1R59retEaE6HHY76/0HdxJlWtJKB3I44FZWyPjd8dpKeD3qemo n85Q== X-Gm-Message-State: AOJu0YwJMTRVsyr5SpH7K3iHAO/J68u+lP9AMpToex0aZsP9r4Mb4f8V oYdL6DyCRA2mHvcoyoHGwAwdigUbEgPROAsVnWWQlp2E9uPQ6WPgeAy+yKjVCQhiS0mcK02FNzs 16UWc7zFB1djlUbiRcRko9koQXISI9JVf/4OjL4a4 X-Gm-Gg: ASbGnctQ7DIdT5LpYUdNu7fg4RPUlfeZkLn379uFHUv9t2UnevwgbfJt+1N2A4D3OLm b+hJ6+94NoHwB0GMjtAzM5flGD+1WllHdArg5XzUV3Hf74eK5QMoBBEOSiv2Bf75epLjrzhTVjd riu6uhTQlOhSkk32Kb9yuuEVGue5vrM3Q/7t6ylEY3yhLdM4s0TDX3OS1hQd9lv9Vc9YkZmZ+AO r+eD5MQK4H02Cv+yfICVEwYWxrWyvzJ/hjLLAu+PqkP8dXqebuxch7ldrIh8pFTOLo9fT5Fmjzl 2K900Q== X-Google-Smtp-Source: AGHT+IHuUdR4UZULbn6VcOR/Oin1OoBAsvO97pZjnklmBClNBTSWgnlfur555PuP0EcK0iqD8cy3araosSH0 X-Received: by 2002:a05:690c:45c2:b0:6ef:7d51:ebb3 with SMTP id 00721157ae682-6f6eb93f28emr479087b3.34.1737061527282; Thu, 16 Jan 2025 13:05:27 -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-6f6e63ef0e2sm345487b3.8.2025.01.16.13.05.27 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Jan 2025 13:05:27 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 16 Jan 2025 13:05:27 -0800 (PST) Message-ID: <67897497.050a0220.17b0c9.2e30SMTPIN_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 DD3F56052471; Thu, 16 Jan 2025 16:05:26 -0500 (EST) Subject: |SUCCESS| pw150153-150154 [PATCH] [2/2] net/af_xdp: Refactor af_xdp_ From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250116195640.68885-3-ariel.otilibili@6wind.com> References: <20250116195640.68885-3-ariel.otilibili@6wind.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/150154 _Functional Testing PASS_ Submitter: Ariel Otilibili Date: Thursday, January 16 2025 19:56:39 DPDK git baseline: Repo:dpdk Branch: master CommitID:34ea86164bf17a431ec5ef78d7e51e2e9b3fd75e 150153-150154 --> functional testing pass Upstream job id: Template-DTS-Pipeline#207374 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/32350/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/