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 8F1C142661 for ; Thu, 28 Sep 2023 14:10:29 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8A7C04021D; Thu, 28 Sep 2023 14:10:29 +0200 (CEST) Received: from mail-oi1-f228.google.com (mail-oi1-f228.google.com [209.85.167.228]) by mails.dpdk.org (Postfix) with ESMTP id 9E14F4021D for ; Thu, 28 Sep 2023 14:10:28 +0200 (CEST) Received: by mail-oi1-f228.google.com with SMTP id 5614622812f47-3ae0135c4deso7408550b6e.3 for ; Thu, 28 Sep 2023 05:10:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1695903028; x=1696507828; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=cQcOuRTNWA+Z8xN8CGMIaTHQIP6ef10i3K10FqNlAHo=; b=MGG64ZoksnJhHOxw1OwI0CBEnnX3S7hgCihjiLhJcR/AJ6dnNN1R2U9MZ7m/vhbaIt Ntk5Y7UpPljKuCDavvlODYUSNEx0rqvlmowQ5iKHUyALs9I6/bqISGpxBFkNIaET4YIa 8UYDXXTrQ7xnF4BqIP5ZKdfSnHmp9IY1qD9Dk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1695903028; x=1696507828; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=cQcOuRTNWA+Z8xN8CGMIaTHQIP6ef10i3K10FqNlAHo=; b=bEaOXWQZ2cFy0db8okdxYeljD7DASGfB4j4PxBAsObpUkcghKimvrhdhK4uL2SjYx/ tQGxCDgZP6ZFTfa5tnsJkNKm/n861YqzbcAKKqeahFJYb7gxfbBgy9Mx68dnt9PYND2T CuqJsqPGDKWtux2zXgfCaArK+rOwxBPLBUcMQqu0kU1acI6uMkllRUr/YeQPv6HKK7uC qGpg61z6Dx9kij/2C9w1rcyiEKBtPlq4bxaf+1BKb/ZJeD1+lr8aVCoSCY/6KGOPKQep 37MMOXuPPCq966GxJA+D6Ssw+hQpKSvqKFbArFNnI8buy0pyvti7YWWloCNb320VdHay v/Lg== X-Gm-Message-State: AOJu0YyZxV5eCswhIn8re3H9E93wRTZJhpWFbqiSMso2G4d0B5Sb/zpJ rL3TmM2Ktto4G4tAPIsBtyO2HeOd6Xv9mmrEcDblhgJp0FLSfR1R7Nd4bA== X-Google-Smtp-Source: AGHT+IFguhI7Iw/ymJ08+Y8xowoz67AvqOCc3+AIlCIZkNUSob+AFqgxHJjuUoAU/nP6lw5c5RjHPFWTrRe8 X-Received: by 2002:a05:6808:c4:b0:3ab:8431:8037 with SMTP id t4-20020a05680800c400b003ab84318037mr915526oic.32.1695903027861; Thu, 28 Sep 2023 05:10:27 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id i1-20020aa796e1000000b00687b9188efesm1058675pfq.21.2023.09.28.05.10.27 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 28 Sep 2023 05:10:27 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Thu, 28 Sep 2023 05:10:27 -0700 (PDT) Message-ID: <65156d33.a70a0220.37234.1777SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.3] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id EACE76052514; Thu, 28 Sep 2023 08:10:26 -0400 (EDT) Subject: |SUCCESS| pw132097 [PATCH] [v3] net/af_xdp: fix missing UMEM feature From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@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-compile-arm64-testing Test-Status: SUCCESS http://dpdk.org/patch/132097 _Testing PASS_ Submitter: Shibin Koikkara Reeny Date: Thursday, September 28 2023 09:25:53 DPDK git baseline: Repo:dpdk Branch: master CommitID:c56185fc183fc0532d2f03aaf04bbf0989ea91a5 132097 --> testing pass Test environment and result as below: +----------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +========================================+====================+ | Ubuntu 20.04 ARM SVE | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 37 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 38 (ARM) | PASS | +----------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +----------------------------------------+--------------------+ | Debian 11 (Buster) (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | +----------------------------------------+--------------------+ Ubuntu 20.04 ARM SVE Kernel: 5.4.0-80-generic Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04) Ubuntu 20.04 (ARM) Kernel: Container Host Kernel Compiler: gcc 9.4.0 Fedora 37 (ARM) Kernel: Depends on container host Compiler: gcc 12.3.1 Fedora 38 (ARM) Kernel: Depends on container host Compiler: gcc 13.1.1 CentOS Stream 9 (ARM) Kernel: Container Host Kernel Compiler: gcc 11.3.1 Debian 11 (Buster) (ARM) Kernel: Container Host Kernel Compiler: gcc 10.2.1 Ubuntu 20.04 ARM Clang Cross Compile Kernel: 5.4.0-72-generic Compiler: clang version 10.0.0-4ubuntu1 Ubuntu 20.04 aarch32 GCC Cross Compile Kernel: 5.4.0-72-generic Compiler: gcc 9.3.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/27764/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/