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 39C7945F4E for ; Thu, 16 Jan 2025 21:56:32 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3406940E68; Thu, 16 Jan 2025 21:56:14 +0100 (CET) Received: from mail-pl1-f228.google.com (mail-pl1-f228.google.com [209.85.214.228]) by mails.dpdk.org (Postfix) with ESMTP id 9F7A140E18 for ; Thu, 16 Jan 2025 21:56:12 +0100 (CET) Received: by mail-pl1-f228.google.com with SMTP id d9443c01a7336-21669fd5c7cso24945125ad.3 for ; Thu, 16 Jan 2025 12:56:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1737060971; x=1737665771; 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=WjC9r1h5VkTDSuRuPaAHZVOea5PZ/gsZRw8EdLfoRNQ=; b=QtVfxpFReTZLYSTOuSOPLk/ut1pR41TOHI91mZFxt9euyva9VtSkD/X0HWFe3woZtK /49SD/DSK0NPSGEiSXL54b2pW+c/t2pnzt1OeZpCdYWQ8Z+vkCK3ZuagZ6DGxluNoY// QApP2XbETeJ0HMLFZ7tfeEbrdNRHhJzVnooDQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1737060971; x=1737665771; 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=WjC9r1h5VkTDSuRuPaAHZVOea5PZ/gsZRw8EdLfoRNQ=; b=HtOp7ApSNSj8M7nj9gZykik9pHWw/y+BeVonhlRgKwRnEijPQjyLmBt2qdXR/2HKMd NKqI/sAKi2CLzbyZ6ALlZtyyo4csdHK1IKAvrqHg0N8Jd1F0gxQrOVa46yX5KwcB+aLa Sw/3AJcnsW0Kdm01HKP+HtwY90/cMoiatlzluff1m4A7H5VM9lB4+BeqVtJiX63NH++f QWBvfZ9Cyox8uteETMQ2kzSFUEh4Nbhqso/XcArWKYqYRCnhbR4fp36tCWa+Y8ubvFpW Xi7EYA+klvzKeEUwY8N1Lg2L+PmUT6T/TLq4+NxlaHZ6mUPA7TpVWhCHySgYrU2C9prB CNiQ== X-Gm-Message-State: AOJu0YxlwQfgN6nVoWaC+NY3JmE3x1PK7ZEJPZaLlSX6BxvN7uAHdarm 5SyQlJsQOpso1VZnrI43ZHjWyyhoaccG5zc2BBBB7Dkwjq3/S4ggazmAyNNATdg5w/VHO01fyyz EkuFzzYRLvziJ3oThcStjio40hHH08yiN6U1CmTXH X-Gm-Gg: ASbGncuAYwweRtbZQoJkb3lAv5MkL+RY98F9O78rI19TogbqHhxET4oJLksiVfZECSx CeBbgDSmaQ9cjcz6OEWr+UCA12oJ5wLDPTTWs7cvjQORBvugrAsO66rlEny+E/yulR6dWljdAAS iSnOPL8KhRkl/tlrYTdQ9bdDdW1dC+XLnxVvpkOE64KyIiiNKDoyLpQ3QMKhQ2LpbSZHuzdks3L eUavFa3/rIjlA7lXXNtFwgRhzq/XQe8hiqwdT8ysfNFE1uuvVTc46SN3LpV4i6R6JdXIIlUDuFL c4dBXw== X-Google-Smtp-Source: AGHT+IEyNnNXoxE+UfCCDA7KDU79zCfedQ8szPGaEw79rS6/tSCXkD26QDVmEXsJl1tgJGqLvtXSO5IoNvFY X-Received: by 2002:a17:903:1105:b0:216:6f1a:1c81 with SMTP id d9443c01a7336-21c352c77eamr3115825ad.2.1737060971654; Thu, 16 Jan 2025 12:56:11 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 41be03b00d2f7-a9bd6c87839sm39477a12.21.2025.01.16.12.56.11 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Jan 2025 12:56:11 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 16 Jan 2025 12:56:11 -0800 (PST) Message-ID: <6789726b.630a0220.136ed7.318fSMTPIN_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 CEB426052471; Thu, 16 Jan 2025 15:56:10 -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-marvell-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#207377 Test environment and result as below: Ubuntu 20.04.6 Kernel: 5.4.105 Compiler: gcc 9.4 NIC: Marvell CN106XX 50000 Mbps Target: arm64-native-linuxapp-gcc Aggregate Results by Test Suite +-----------------+--------+ | Test Suite | Result | +=================+========+ | cmdline | PASS | +-----------------+--------+ | ipv4_reassembly | PASS | +-----------------+--------+ | rxtx_callbacks | PASS | +-----------------+--------+ | tso | 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/