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 BB9C345E29 for ; Wed, 4 Dec 2024 07:23:45 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B7F4940648; Wed, 4 Dec 2024 07:23:45 +0100 (CET) Received: from mail-io1-f99.google.com (mail-io1-f99.google.com [209.85.166.99]) by mails.dpdk.org (Postfix) with ESMTP id 8CA0140261 for ; Wed, 4 Dec 2024 07:23:44 +0100 (CET) Received: by mail-io1-f99.google.com with SMTP id ca18e2360f4ac-8418a2f596fso206045139f.1 for ; Tue, 03 Dec 2024 22:23:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733293424; x=1733898224; 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=jXZX4NDPlAwGn0eOqcbyRd3D+4OiOFR8WuIscu8tB/4=; b=U//SSeSROfbrdJDScvK0rTs0I3RLYxEMUDK+R5GygmIomrAxCuACobl7JmE+MLwSso 9Iz4LmFSUKqwG3/KlAHhY52KV6wTUGte0XiT6qX1/iVSTpn2tm2cAp4/x5+ZLP36pM1o ALBpLxtgqNEkOIsF94sWIkRx0J9Lt0+7AmiRg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733293424; x=1733898224; 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=jXZX4NDPlAwGn0eOqcbyRd3D+4OiOFR8WuIscu8tB/4=; b=Z34OhyBV0aFCnb/qfI8JnE5FRapKl8Am73RO8ZMWMPnPhxYCjcb2BqpBL4eLLrx7Tz Z+3H6tV+cw/SYx2v461aB6q91VaN8U66D9+pgTw3Q8dtpu/l9IMd0VoUiz7jDlauwFhj b1rahEY6KVgNwVWfVFyJ+wkUtEzJruyW4gtO2B9z5kVMGnWB7eJIXFSTWLsCKpkVJTXT npafUSnYQKzx5Gj+P9eIuIFWr60ONVL3rhjopk9Htf0jNelp5kDMWuq2pGuVK1NuICDp XSRmDzgWPpKDX2JXAYlfq8CLkFqXUKJ7bRYgerP0oT9iDbbjhEgYsucudSWjQmVqrWOY er2Q== X-Gm-Message-State: AOJu0YxFumRkpEvzKP8knT1MNCKxMfRPA1+atZJneZTYyuaWHd7i3fRh ofrHtHpx78fKurTBwAEXB7a1+8tGG6VgNFlXLASfGl8JLM2qHO7UgHRjCnOxbnL1rLpTa8sn6+W WIY5sHaG3fqee7TmIoljINHYRPBrQNSYNytSTSOmx X-Gm-Gg: ASbGncuhbBZZ3yTIBZ3BNbypiMXqBXACFxkVdDRNUjdvNG8iMQSNOSAa16d7Nae61Xk XDffrKtf7oC9FtZaG8SEk8NAa7htZGvyJZ4j2Cn6ehtXbS1LZ28oZkihwB5f4+nH9ugVUEfiR4P iXb53+eqmDEK1N/QHXvVLAggvgvgOaZW17vURuA/m+pJXCu8n5/+/+wwI87LvkaYodT5hLDylg6 nPRHwqPWoUJhxjX/T8jfCLP5ZHQx7BSQxSeTllbbdRo4ZD3C9H9WIaWxZwCAJvcBMxAc9A= X-Google-Smtp-Source: AGHT+IH19ZVvPJruNIPz18HS+WYyzzzXnBprgSEaYyCOLiTaV0xyvwNHvcCog0GEcz59xzwZiOCi/DNcHvhk X-Received: by 2002:a05:6602:2cc8:b0:82a:545b:113f with SMTP id ca18e2360f4ac-8445b5cb81emr712395239f.12.1733293423778; Tue, 03 Dec 2024 22:23:43 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 8926c6da1cb9f-4e230e93512sm522658173.70.2024.12.03.22.23.43 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 03 Dec 2024 22:23:43 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 03 Dec 2024 22:23:43 -0800 (PST) Message-ID: <674ff56f.050a0220.f4990.d7c1SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.7] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 4F04B6052471; Wed, 4 Dec 2024 01:23:43 -0500 (EST) Subject: |SUCCESS| pw148985-149006 [PATCH] [v2,22/22] net/ixgbe: use common T From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241203164132.2686558-23-bruce.richardson@intel.com> References: <20241203164132.2686558-23-bruce.richardson@intel.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/149006 _Testing PASS_ Submitter: Bruce Richardson Date: Tuesday, December 03 2024 16:41:28 DPDK git baseline: Repo:dpdk Branch: master CommitID:1b3bf1128d9bda5595861814792f74b8f57160c8 148985-149006 --> testing pass Upstream job id: Generic-DPDK-Compile-Meson#340956 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 | +----------------------------------------+--------------------+ | Debian 12 with MUSDK | PASS | +----------------------------------------+--------------------+ | Fedora 39 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 39 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 22.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 24.04 (ARM) | PASS | +----------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Debian 12 (arm) | PASS | +----------------------------------------+--------------------+ RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) 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 Debian 12 with MUSDK Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Fedora 39 (ARM Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) Ubuntu 20.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) 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 Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32076/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/