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 EC1A046037 for ; Fri, 17 Jan 2025 04:51:15 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C703C41153; Fri, 17 Jan 2025 04:50:57 +0100 (CET) Received: from mail-io1-f97.google.com (mail-io1-f97.google.com [209.85.166.97]) by mails.dpdk.org (Postfix) with ESMTP id DC5294113D for ; Fri, 17 Jan 2025 04:50:56 +0100 (CET) Received: by mail-io1-f97.google.com with SMTP id ca18e2360f4ac-844d5444b3dso64695039f.1 for ; Thu, 16 Jan 2025 19:50:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1737085856; x=1737690656; 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=nE4MM1XREvSbFt0UTe6/wywA9ko4IiUehst3pYdXxkM=; b=UX/7ZFW3o8EBbtKVwivC70Ihp2MBQNrD+WjLzs7CtSDtDw9GE+LGHOrqXGvyvyaaMw NLAG2LQUp1+JS8xNVX2bK/RKwbHmR0OpsR4BDFIU3K8aWiDppXKmtWSdfHl9cfiox80l iHPz5qJ/6l53sF6Z+IgLb1uFnPL+X6Uqq/rpA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1737085856; x=1737690656; 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=nE4MM1XREvSbFt0UTe6/wywA9ko4IiUehst3pYdXxkM=; b=h/5UfW5Wy7s+PV61Q3DgB/0yLsfSGmHPQGcoGNVFN0vXfSjagQg2O6vvnWUC9dO4kO AhSyrk6XwYhxqBPSKUkApOPVC7s10QImnB6B6jSkC/y7QdNMrf8FnXVW/Nrjqu45It+g epAJYvKejZBufKd8hiSKWyOVgkvMp7gdg1WV1rcj1hy8JwPgul3sXWt2SwEOPqHiUf5Z EEdALH5g36/kjlJmEUIPP+9zqNOM3SG8RJizKZ/kPone1Gy6+Ps3hpu1FGkdPiDoHmvA LINqKvQj3ziTyLn+l0Uua2KtarfdiR+OBKevGI5NPnVa2UO/A3cDQYNWoN9FoRQ43S3T tBCA== X-Gm-Message-State: AOJu0YzSuvr8+VqhsPHfIdOqkH+797W/zZkEI8nAaKIsPQY7Ijmo6tPW 7MuJqH3CPvNCDBbxminQRcTCdItEa1CrO376artd75gLO1h1hPIwBVlIZhT13Pd902Rq6sBv5oa m3UQ7T+4Yh0bQxoNE5F+X0Pf8iUitPjKAyREh/Z/l X-Gm-Gg: ASbGncv6CJaaoU9kWjI1QW+nGu7oKepjio+LcAiRyStNzTaENRrFJsJi40XctP2T9wc 9PhkQ/uxp4p+QzLgTc3PYAsmY6opWJdJyWgI1+uWpxEGpiAm1z9olByL6QIT5VC84zVL+EK7Mj+ zsDR/GjgeP0w325UyTs7IhfI57VoQ23ePgdNUt8c5CFTQqatJnAsj8RouuM8pTO+dBt/xa9BcCI 3J4XQkIP6lOShKu+E+d45aAV5sg156OnZDUKzdp39LIMk8mGy1/RRefRbl+0lkIkoA76SqGdl/w CT7G/w== X-Google-Smtp-Source: AGHT+IEqDTE3dWnp/MqkR7rh1+xq5I7NgQOJsOooIA8Fjf/mXwj9aEmGDq5CK0FxQP126Wv8ilK3HFvvCsAi X-Received: by 2002:a05:6602:4899:b0:84a:5201:570a with SMTP id ca18e2360f4ac-851b5b91b4bmr79024039f.4.1737085856072; Thu, 16 Jan 2025 19:50:56 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id ca18e2360f4ac-851b025e61bsm9212739f.16.2025.01.16.19.50.55 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Jan 2025 19:50:56 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 16 Jan 2025 19:50:56 -0800 (PST) Message-ID: <6789d3a0.050a0220.32fafa.7774SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.4] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 672606052471; Thu, 16 Jan 2025 22:50:55 -0500 (EST) Subject: |SUCCESS| pw150156-150157 [PATCH] [v2,2/2] net/af_xdp: Refactor af_x From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250116225151.188214-3-ariel.otilibili@6wind.com> References: <20250116225151.188214-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-compile-arm64-testing Test-Status: SUCCESS http://dpdk.org/patch/150157 _Testing PASS_ Submitter: Ariel Otilibili Date: Thursday, January 16 2025 22:51:51 DPDK git baseline: Repo:dpdk Branch: master CommitID:34ea86164bf17a431ec5ef78d7e51e2e9b3fd75e 150156-150157 --> testing pass Upstream job id: Generic-DPDK-Compile-Meson#351974 Test environment and result as below: +----------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +========================================+====================+ | RHEL9 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM SVE | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM) | PASS | +----------------------------------------+--------------------+ | Debian 12 with MUSDK | PASS | +----------------------------------------+--------------------+ | Fedora 41 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 24.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 22.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 41 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Debian 11 (Buster) (ARM) | PASS | +----------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +----------------------------------------+--------------------+ | Debian 12 (arm) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | +----------------------------------------+--------------------+ RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Ubuntu 20.04 ARM GCC Cross Compile Kernel: Depends on container host Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Debian 12 with MUSDK Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 41 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Ubuntu 20.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Fedora 41 (ARM Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Debian 11 (Buster) (ARM) Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Ubuntu 20.04 ARM Clang Cross Compile Kernel: Depends on container host Compiler: clang 10.0.0-4ubuntu1 Ubuntu 20.04 aarch32 GCC Cross Compile Kernel: Depends on container host Compiler: gcc 9.4.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32351/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/