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 89072460A7 for ; Thu, 16 Jan 2025 21:54:36 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C481140E54; Thu, 16 Jan 2025 21:54:18 +0100 (CET) Received: from mail-pl1-f227.google.com (mail-pl1-f227.google.com [209.85.214.227]) by mails.dpdk.org (Postfix) with ESMTP id B7D4240E41 for ; Thu, 16 Jan 2025 21:54:17 +0100 (CET) Received: by mail-pl1-f227.google.com with SMTP id d9443c01a7336-216395e151bso20437425ad.0 for ; Thu, 16 Jan 2025 12:54:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1737060857; x=1737665657; 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=bCKurNXwiner5P6yOLLpM0GRDUQhcHPiwDyGvFGN1QE=; b=fAxF4jBUuHoM4tzsLP286ySgnegfl2VUswz4zdlDJ5J1ZalaxXT5F/GEuY0arQnUcQ 5XE/L0An7Jug3Kxd9ughdEBOiF1wzsJcqAOtI/UpAmnKZmCja3UnoRVGvgw4mPIca5xv ci4a65tllh3IBiHyTnPIsEX7FZKdeBJ/fnWpU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1737060857; x=1737665657; 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=bCKurNXwiner5P6yOLLpM0GRDUQhcHPiwDyGvFGN1QE=; b=g+Gi5RrPcknGaAHzp026OriWfOl6OP4esWb56QLevYKQMc5kxZkg/LS9hJXQT2Kk11 ggDn1tcPn6gxFWGbHZetJ8Tl72cCFXxfgE458LmGz3pXVBXsN0lBceG12l5gmUm5gEKX i7hOTRW21puix/5pdDruy/OBdYyvEED8cT9lBc4kSibYMlb4WZf1rt8vf/DoXYP3Seet Ls8dqFH/T7PuFkCX29TSngmLixRlKKpApJCX+g7dsWsEuuvUL3/kVNBQOW9yHwFWdEx5 Tj4rOTxhajichXan0/7JAT13tjjaYTGz/RiIED2RGVj4tMt1T1BOT6gey98EHHfyef4N Ahuw== X-Gm-Message-State: AOJu0Yw3LHDgAdxPHa+3o0HxcNdW5rrvT7vIhEp2eZPCVfRyQdux7863 3AHeAvieqtsSS1V5ogpZ1X3QRftapNMmU9gReeEYFm1B2v3Zw2zhM6jYwwlXdAZclPa8K+yFXoa mNOSIAzqEcAt4HBa7rlc5lAmlQhapC5dtEuX9eCmd X-Gm-Gg: ASbGnctiaGXLMJ/RzzGnNRRE8ly9e4vCiBIjqkaCvoFCqxd1lE4xcBzF/ATinywimGL sFHXOeQBG0dYznuWPRF5GEnB3DYCiCf8GxKz5/w080OZA4gDHw2Y819jbwLZfkreK2NMSmEi8Hl oiVpCmTHtQRlcESaN34+QjFAXkbiLxjMM+vdESMMXMdLvAqbCxoHbS1o05kpM4/OPxRQhC2KsK4 jxhiBw35YmqGLmbvB9Z8yLBCVP/CynyaNB2aTylbxtDisJUuivG1x8ASQHG43B9yKZlB3iH26Qb Yrt84w== X-Google-Smtp-Source: AGHT+IHsqfcWzD7xVqzDtCuikQA08kAXo0Li/S46aEGxlXdLxIk11h9WZ3YzYyKdP99LTvG2AxszZj3AUNNG X-Received: by 2002:a17:902:db0f:b0:215:7e49:8202 with SMTP id d9443c01a7336-21c35db869fmr360715ad.13.1737060856936; Thu, 16 Jan 2025 12:54:16 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d9443c01a7336-21c2cec03c7sm405085ad.62.2025.01.16.12.54.16 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Jan 2025 12:54:16 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 16 Jan 2025 12:54:16 -0800 (PST) Message-ID: <678971f8.170a0220.15af7.35a0SMTPIN_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 1DA9E6052471; Thu, 16 Jan 2025 15:54:16 -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#207372 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/