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 F2211429C4 for ; Sun, 23 Apr 2023 13:32:30 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CE8A440A80; Sun, 23 Apr 2023 13:32:30 +0200 (CEST) Received: from mail-oo1-f100.google.com (mail-oo1-f100.google.com [209.85.161.100]) by mails.dpdk.org (Postfix) with ESMTP id E498E40A80 for ; Sun, 23 Apr 2023 13:32:28 +0200 (CEST) Received: by mail-oo1-f100.google.com with SMTP id 006d021491bc7-541b60e2647so1943782eaf.1 for ; Sun, 23 Apr 2023 04:32:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1682249548; x=1684841548; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=tAkeS6pmOzQX1Ol+LFYYba8Wl3mTGOQ4NA+ARoOf01s=; b=MQ1VWR/NWzzDZxBpb9FnSlEY8Hp97xtM0lGU3V4OBMZaOMT5MftUU4jYraYP/pQ6ki ioy+MyWD17+o7H7IvssefwTE+90HQEe6JOwLrW3n7DQ8p8DG9iQ4U2f3nThtP3oFFzzh 1Nf8k4ks3eTDcvd28fRbAD2vU6OOliYOaLbbk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1682249548; x=1684841548; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=tAkeS6pmOzQX1Ol+LFYYba8Wl3mTGOQ4NA+ARoOf01s=; b=O6bKoUJ+wwS/nio9aNF0L+JA2IY8yT8ZXHVvfSXCKwh47Xhku4bbZ+5XFnyFwnzeam 7Ln56sShn8QO+0Do77CV15YniE0ipPlktRNEDUNLQPeTE8vAco7wLAqQRUPeb6rVIFjf U91P046gQQo4F63M4kpjFl8ZuMXmTL2Al4FiS5vczFC7N0I3Cusny6JV7VeYv+Jqsl45 Os3XP5Es1x/3ei+gxy9sgmvFabtmf1G2kr/uavWiFOjCt4WaDQJqhnff4Ancgy6pZRfO cYADExgFAilxKZF6PwRDqNOTCVd81m14o2I67n+VWB9xd6ZQxv31PxXrqvQPGPQc0Ujx RGUw== X-Gm-Message-State: AAQBX9fOgKQqUWF59wz7QzSvFRhhwnMCv42jk+SnEHuZJl6xGr/uuxxk WKmmWvI+ofqZ3g1oFIFIQBXD6DE80Kws7UpCd2R08Mj8ArzVNlep8JGCvA== X-Google-Smtp-Source: AKy350aI9eCspUVJ19sS3xjkBAyJngRRYUgnbconFkOIuEP1xoSCufNPPIL3CirEux0/ir+oVHalkNleUfzW X-Received: by 2002:a05:6820:190c:b0:546:dad7:43b3 with SMTP id bk12-20020a056820190c00b00546dad743b3mr4623082oob.3.1682249548292; Sun, 23 Apr 2023 04:32:28 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id u36-20020a056870b0e400b00183c02b07aasm534498oag.21.2023.04.23.04.32.28 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sun, 23 Apr 2023 04:32:28 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Sun, 23 Apr 2023 04:32:28 -0700 (PDT) Message-ID: <6445174c.050a0220.1cc88.21f3SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.3] (unknown [172.18.0.34]) by postal.iol.unh.edu (Postfix) with ESMTP id C756A605246B; Sun, 23 Apr 2023 07:32:27 -0400 (EDT) Subject: |SUCCESS| pw126422 [PATCH] [v2] app/mldev: fix code formatting and typos From: dpdklab@iol.unh.edu To: Test Report Cc: dpdklab@iol.unh.edu, David Marchand , Thomas Monjalon 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-aarch64-compile-testing Test-Status: SUCCESS http://dpdk.org/patch/126422 _Testing PASS_ Submitter: Srikanth Yalavarthi Date: Sunday, April 23 2023 04:58:32 DPDK git baseline: Repo:dpdk Branch: master CommitID:5f34cc454df420b9b2da8deb949fb76cba058b87 126422 --> testing pass Test environment and result as below: +----------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +========================================+====================+ | Ubuntu 20.04 ARM Clang Native | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Native | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM SVE | PASS | +----------------------------------------+--------------------+ Ubuntu 20.04 ARM Clang Native Kernel: 5.4.0-53-generic Compiler: clang 10.0.0-4ubuntu1 Ubuntu 20.04 ARM GCC Native Kernel: 5.4.0-53-generic Compiler: gcc 9.3 Ubuntu 20.04 ARM Clang Cross Compile Kernel: 5.4.0-72-generic Compiler: clang version 10.0.0-4ubuntu1 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 aarch32 GCC Cross Compile Kernel: 5.4.0-72-generic Compiler: gcc 9.3.0 Ubuntu 20.04 ARM SVE Kernel: 5.4.0-80-generic Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04) To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/26093/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/