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 7089745E06 for ; Mon, 2 Dec 2024 16:20:43 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 518BC40270; Mon, 2 Dec 2024 16:20:43 +0100 (CET) Received: from mail-pf1-f227.google.com (mail-pf1-f227.google.com [209.85.210.227]) by mails.dpdk.org (Postfix) with ESMTP id 0994B400D6 for ; Mon, 2 Dec 2024 16:20:42 +0100 (CET) Received: by mail-pf1-f227.google.com with SMTP id d2e1a72fcca58-724e14b90cfso4384680b3a.2 for ; Mon, 02 Dec 2024 07:20:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733152841; x=1733757641; 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=LCjwKjhOG9zHM5QTSoBE23U/MFaR0MJErR4JRTSSLYw=; b=O/WcziY0ZdydZmTcTy+bH6pFjMMehfPj6Af0N1KdOKxUu8VeXUFu/wcSNyUAsqLs2A dan7dYJpqv4zTro9KucZ19J3vV2jhWiyaN5U/nKHKdIX9Ju56uF3F8AVVLEbsTOulmjr 9lUvbV9Ian0GQySW11Qho6uYc3UyB93ORWpyc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733152841; x=1733757641; 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=LCjwKjhOG9zHM5QTSoBE23U/MFaR0MJErR4JRTSSLYw=; b=H94nGIVn35okxwD9mEQCgStlaSu5zxuNN7/uwa7e4Gjy7ePSudgrUYtQZ3H8wJ1y1f 3zkwfrVK3A9ntlFfFdrBeehaCbcGN6L2s6NmSve6xoqWRNeHajOJ0gG+3/183tUcObol YZKOjgp6wyULvtJ/rsRUJaVpFrW5vjH3i1pZ7SbtW4tc4bzYy+o3WOIh7rj1wiAuyJvX TtLbssbojyx34VvJUaNUs/jtcBx+J1t5AeaX8vjLyjY4RDIKadD4ZvdZcfMyEsSCnOJ6 Dq1lw4yw+QItqFfdA6q7Rv/RrhhKQx0kpzotfEj8GVkFr+iLRcvQiOcoTdvDzHwwYcLY /3xA== X-Gm-Message-State: AOJu0YxVunCGE2NmHptGLsG3/lXT4RZLlQGLU/W0b/fSd+9F6zYRWsZu wSbFdTfI31qgXI6RmwpYpXD54wuVZQMeBvF6fXu8nyZCvRX+OwdPbA9Il9T+z2JejZmnZsPAogk 0RYNszRT3FnbMFxfg/vAAQay+P/FGFff0EgwBcoxa X-Gm-Gg: ASbGncun76ymwHisrPgPxwp+Ck0jrf8hmZF5g2RqPbSI+Cr2dcdoZ0Yo+PiX1flIy75 V4eT3k/P9QIiU99uF04oJuGhPco6LLyd2hRsT+IrXGWNdy223rsPV5hdjdpxcdQWYqtp0B2sRsS bBpA7utaa/ssuSIlNza6Q4HEOwUAiHqwIQZYBXbxMkoO9br2UpsjgGHcf3Vmp7Tv9ZBPksHJHUv 2x6Y8c33nAl8XvJvgroxIH8zpzwUVDqwNVSHaI1l+05PbwOTeAIoagRN4S+aIlB0jzyexI= X-Google-Smtp-Source: AGHT+IEkGmF9u5aiEaxCl/mQ0LNh0EJhtZWJD4yv3zmR6tPm2eMw+EDejUxxkGEL9TB7HND3LNScb9n2z99L X-Received: by 2002:a17:903:2350:b0:215:7f8e:d803 with SMTP id d9443c01a7336-2157f8ed976mr79747125ad.49.1733152840870; Mon, 02 Dec 2024 07:20:40 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d9443c01a7336-215961c588fsm1067735ad.63.2024.12.02.07.20.40 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 02 Dec 2024 07:20:40 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 02 Dec 2024 07:20:40 -0800 (PST) Message-ID: <674dd048.170a0220.2fbc2c.565cSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.2] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 03C8C6052471; Mon, 2 Dec 2024 10:20:40 -0500 (EST) Subject: |SUCCESS| pw148953-148973 [PATCH] [v1,21/21] net/ixgbe: use common T From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241202112444.1517416-22-bruce.richardson@intel.com> References: <20241202112444.1517416-22-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/148973 _Testing PASS_ Submitter: Bruce Richardson Date: Monday, December 02 2024 11:24:41 DPDK git baseline: Repo:dpdk Branch: master CommitID:1b3bf1128d9bda5595861814792f74b8f57160c8 148953-148973 --> testing pass Upstream job id: Generic-DPDK-Compile-Meson#340150 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 40 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 22.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 39 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 24.04 (ARM) | PASS | +----------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +----------------------------------------+--------------------+ | Debian 12 (arm) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC Cross Compile | 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 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Fedora 39 (ARM Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) 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 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) Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 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 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32067/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/