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 DDC2946037 for ; Thu, 9 Jan 2025 22:01:35 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C86F740FDE; Thu, 9 Jan 2025 22:01:35 +0100 (CET) Received: from mail-qk1-f225.google.com (mail-qk1-f225.google.com [209.85.222.225]) by mails.dpdk.org (Postfix) with ESMTP id 755A340612 for ; Thu, 9 Jan 2025 22:01:34 +0100 (CET) Received: by mail-qk1-f225.google.com with SMTP id af79cd13be357-7b6e9586b82so105262885a.1 for ; Thu, 09 Jan 2025 13:01:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736456494; x=1737061294; 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=DToxqUwnXNNC/vyeGmtHkKuKOSSr3URu8q480wABdkc=; b=TFSuowmXaML8ak24/JdEEPumKwt/dPPyJA02Uy+uEGO3tw70YXi0KtoWSiGX4PXUCF yMgj2JuJA5Lf/89oLAsLJq4+dhO6fcziphN1C+qUMHg0s/nwB9bh3uJq6npFkAHk1drS LakBcUc9zecFYTyQDFxX/0e56t3gep+sXtDpg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736456494; x=1737061294; 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=DToxqUwnXNNC/vyeGmtHkKuKOSSr3URu8q480wABdkc=; b=YBQJcTKAqpf2CdvRzL1aMf/VjAwtR3QO17ZyY+d7yljCgMNILWNeVBFkyquPh1ZseR Vx6JtlKN9Iv2mDKTw/EUR5Y8SQdhHffq+MPmP+6PuuSaN2RmSflD5SseuDkj7WcmVCCW VqNehUQu8fBn4BlGe5Z+rKplRVHqxnwkwl+aNaKs2+MmwKONs6v029WBzPNRKRt77KLu siaydKZt4bNxt9NOsPM91M3yt329EqHRl3nY3OqlNx/hnx2zj+fcrcc27K1Y/vYsnOhs J06Lu5xtk+b/t0YP7l8zArHKWXpPAEQ+Oy/0wYytryEdS3K/wBN6Ab86wjVFy8xM7IBF /NHA== X-Gm-Message-State: AOJu0YxRRzeCJj71Ff7UHeALs/IvYNbQYjTvP1HIBME41nyZsEngoLnG HtmxpxGSekMYKNzz4fnJ6C19TA3+o33qw6nGwJKZzVxdITzY9osZrZ7hPapplsHyd24ZObDVhZH yrtjBFMBe1t7dXuyLzOlPUmCDSX6Kd0QVST1ZoyoY X-Gm-Gg: ASbGncuOD03hunnTJyo485ua5OpPC9Xka+leawKDuma5Aq9GtWRLPUt9gj8mzvl7QFr QNVH3NDEc2NjbbLehjS2Pz53dyjGQW30X5oiggbNYHwuUAX+qJVPf9Qvo59Md3qBwxSDVw5Ajpv vOY2R+0m9ItDnMLOQ3bryA4/Jz6cmK/UDSusNPprxS4T7vc0CpR1XYq+8F12U/qWcnArG5ML9YD SziNp62v0u2lBCpEYdCn8tcIqv+ggrh126saI78+oDccxwJA9ILXAKSZxHA6Ke4WRV12DEVWiFv 9g== X-Google-Smtp-Source: AGHT+IH4zeMdFFCgk/bs5X8AH0NWkeSB1fWkWfY5L9XEgG/5PN7c03zZld8i1RZVHiNpNsxBMq4RhUdmAkN4 X-Received: by 2002:a05:6214:21eb:b0:6d4:215d:91b9 with SMTP id 6a1803df08f44-6df9b2384bemr121564286d6.11.1736456493873; Thu, 09 Jan 2025 13:01:33 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 6a1803df08f44-6dfadbe9d49sm243716d6.27.2025.01.09.13.01.33 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 09 Jan 2025 13:01:33 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 09 Jan 2025 13:01:33 -0800 (PST) Message-ID: <6780392d.d40a0220.8e881.18c8SMTPIN_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 9011A6052471; Thu, 9 Jan 2025 16:01:32 -0500 (EST) Subject: |PENDING| pw149776-149777 [PATCH] [v4,2/2] dts: add dual VLAN test s From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250109180124.1678253-2-paul.szczepanek@arm.com> References: <20250109180124.1678253-2-paul.szczepanek@arm.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: PENDING http://dpdk.org/patch/149777 _Testing pending_ Submitter: Paul Szczepanek Date: Thursday, January 09 2025 18:01:24 DPDK git baseline: Repo:dpdk Branch: master CommitID:fd51012de5369679e807be1d6a81d63ef15015ce 149776-149777 --> testing pending Upstream job id: Generic-DPDK-Compile-Meson#349789 Test environment and result as below: +------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +====================================+====================+ | RHEL9 (ARM) | PEND | +------------------------------------+--------------------+ | Ubuntu 20.04 ARM SVE | PASS | +------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PEND | +------------------------------------+--------------------+ | Debian 12 with MUSDK | PEND | +------------------------------------+--------------------+ | Fedora 40 (ARM Clang) | PEND | +------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PEND | +------------------------------------+--------------------+ | Fedora 41 (ARM) | PEND | +------------------------------------+--------------------+ RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 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 Debian 12 with MUSDK Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 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 Fedora 41 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32286/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/