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 AA2454255D for ; Sun, 10 Sep 2023 03:02:08 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A4BE540267; Sun, 10 Sep 2023 03:02:08 +0200 (CEST) Received: from mail-qt1-f226.google.com (mail-qt1-f226.google.com [209.85.160.226]) by mails.dpdk.org (Postfix) with ESMTP id E401B40267 for ; Sun, 10 Sep 2023 03:02:07 +0200 (CEST) Received: by mail-qt1-f226.google.com with SMTP id d75a77b69052e-41243a67b62so23190961cf.2 for ; Sat, 09 Sep 2023 18:02:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1694307727; x=1694912527; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=PniUm7H5nkg3/S65pOR4S8rOOtxOSbfWPJ4dJp1BJSA=; b=MmPSG31livtbF0Wq8UU8nM+AtDhmbz/AOf15gmBv9hk5l9uLRlhssFrlNDVYVQmcnV eJqIswkiXgy/WEHtpOpd7d+dLuVRrvFQ91TcNkLu0/PN6GmVeIWRNb/KjIewVhlr/4B7 QXPTnr26NEFjvAl/7hQRDP7rclf9puQXucnO0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1694307727; x=1694912527; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=PniUm7H5nkg3/S65pOR4S8rOOtxOSbfWPJ4dJp1BJSA=; b=WC/n3iCFjErXuHT/oLsRbyxo4hGA3809NYojWSxul/H9MCIWe01xNajp5f3mogEw2B Zj3oAaYNEC7ihxBBFXeQC6SAsuz/URYfIy5YbnJYNP7Yu78DYJMfo8d1jupbWVTuNjYn eNH0PpYDnVHNzhLSVx6QMGQLfQL3PIukiuskbnv8kOYysxlo8y3gmVEhRPcqLeNvikrL t8fvE3Fz3Euy1SfuuzroQxlUFYtVHJZMeF0Pme/Rp12JoSS4CR3fpvzyjAh5JpPecztd dXxI55o97Ty7x5mlkN8qRpDs5NLtWtBRzIsO+J6BIdhl/s7zL3fRC+pp9UrI/XvuXUme Iuew== X-Gm-Message-State: AOJu0YxB2xbJHuKI0u2CCG2X4UEh8Jnl86BTHCK4NKNxYo6mekZ8KDBz Ca7GNj5/5Bp2QjD9PbU9fxGKXXOa9I3mK1rU6u9YQBQJVFOXu3ip0EDh/Q== X-Google-Smtp-Source: AGHT+IF3/lBDoHyAUj67dxfP6j5FwwLG2UNy3xdnv/hO32NTh9GRGKuXcklp49TZ9X4mP89zbuDRRPR/QtUJ X-Received: by 2002:a05:622a:1894:b0:403:b395:b450 with SMTP id v20-20020a05622a189400b00403b395b450mr7448631qtc.2.1694307727423; Sat, 09 Sep 2023 18:02:07 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id dm8-20020ad44e28000000b0064a55b8a16bsm53906qvb.10.2023.09.09.18.02.07 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sat, 09 Sep 2023 18:02:07 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Sat, 09 Sep 2023 18:02:07 -0700 (PDT) Message-ID: <64fd158f.d40a0220.84eb9.4e3bSMTPIN_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 1971C6052471; Sat, 9 Sep 2023 21:02:07 -0400 (EDT) Subject: |SUCCESS| [GIT MASTER] e92ba1426914db1d224dd5e9a1743657681b8814 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 _Testing PASS_ Branch: dpdk e92ba1426914db1d224dd5e9a1743657681b8814 --> testing pass Test environment and result as below: +--------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +======================================+====================+ | Ubuntu 20.04 ARM SVE | PASS | +--------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PASS | +--------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang 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 GCC Cross Compile Kernel: 5.4.0-72-generic Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 Ubuntu 20.04 ARM Clang Cross Compile Kernel: 5.4.0-72-generic Compiler: clang version 10.0.0-4ubuntu1 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/26084/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/