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 EBC46461AB for ; Thu, 6 Feb 2025 12:04:44 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E7FB9402CE; Thu, 6 Feb 2025 12:04:44 +0100 (CET) Received: from mail-io1-f98.google.com (mail-io1-f98.google.com [209.85.166.98]) by mails.dpdk.org (Postfix) with ESMTP id 2BD704026C for ; Thu, 6 Feb 2025 12:04:44 +0100 (CET) Received: by mail-io1-f98.google.com with SMTP id ca18e2360f4ac-844e394395aso20621039f.3 for ; Thu, 06 Feb 2025 03:04:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1738839883; x=1739444683; 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=qUiygtWXi4PnWgxNCFwFqdtNkO5X0lgz9kpjL1Wq/u8=; b=CI/rwQ0fuujhmUyofiFSqkvcn35E+8uoimrwTI9EGwmJrYoNd1ImeIwRvh6p5n6grb HZfKyte5SMx5XxCu/ItQFxhdJ9IsBDHbJ8anjD71/LvhYGNgfeQarlBvADKgQCFO8dtC NJTnRBYRHIwhcBQvifNsL2TFfDz3jXRH+kj54= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738839883; x=1739444683; 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=qUiygtWXi4PnWgxNCFwFqdtNkO5X0lgz9kpjL1Wq/u8=; b=Ehhnk8Cc+kUGDK3J/aivylBcUg0pQebGHbWkfJ6bkCerMGg2fyDVnx0c165HttT/rs 0whcCokxU0/3LBBjVjdg9nCN/6IcDFPMe0vPcczRG+YK8N32x03DYae92Bw2W1cpgkMv H+WZk+lk6Hcmmw6vDhMINEvSex/kay9JQTpDJENydmcXxiJ8f1YU33z+JVVCqEbh4KCX 6SMBKhiD1Lznr53iDKDh4On53Ng8NcNpR7XdXqAeO4pVeROcxF5UurYi0IScdb9Yem7m 2CXd/dFKl06fXCkgDVou5aaA78+e5dIBUWhMI5NRCfBsKbJtJ5mChyFUxXDUkzm44U8a Rsuw== X-Gm-Message-State: AOJu0YxkaUROjv37tK4aCVVf8llW155nyz9Oh/rfBgB93C7V7pi3SHcc VHmAz/pfEibRCAYINN812Fx85eiNkmX2KIqJ4Udf6kY+s/+x23DjMrq3cFFnxKGZOYbn5ZU/zJC G4nVFPyLzLefwPsWVA19kkhuvGLLiuCl9mTlJ6owh X-Gm-Gg: ASbGnctWRPMWAfawkXM4b61T/sh++uL64LA/md2Iunub66vkZxh2HKLJxZ/Yk0MWyop pc5CuxdhUmwQUdmhLT+/UUXGCD64CS5G4GyZk2nGKcwKdA3/f0TdAqdX2MTS+tbRAN6X79Gi3Rk 43TSl2k2q5xZBgPjthd+f4oolMY9Lea8hfvus737Hz9Nvm17oR4KgapsisjBWpcb7CyCxo+ASxD gmoj9SNSo1X4WORuYLlZgwZnaugjKJ1z4MCId7/lCAt99RZ5aorpie/gKNtJq3yPhqkDy9tvWpm ZvsbEp0r/gF8RR1JjtgvDxf+w9Rw8w== X-Google-Smtp-Source: AGHT+IExAv/ABFzZ7zEf8k/Wu8BIJ4+wdRNp09kDcYhQcX+h6T1N3YupNaJMd9fzHMz/wSayJqevofAAKiQx X-Received: by 2002:a05:6602:6ccb:b0:844:7896:a155 with SMTP id ca18e2360f4ac-854ea4f2ec7mr575419439f.11.1738839883466; Thu, 06 Feb 2025 03:04: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 ca18e2360f4ac-854f6660f9asm5276739f.2.2025.02.06.03.04.43 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 06 Feb 2025 03:04:43 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 06 Feb 2025 03:04:43 -0800 (PST) Message-ID: <67a4974b.050a0220.3052ac.34a4SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.15] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id EF9196052471; Thu, 6 Feb 2025 06:04:42 -0500 (EST) Subject: |SUCCESS| pw150970 [PATCH] [v5] eal: define __SIZEOF_LONG__ when usi From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <1738771937-18083-1-git-send-email-andremue@linux.microsoft.com> References: <1738771937-18083-1-git-send-email-andremue@linux.microsoft.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-unit-arm64-testing Test-Status: SUCCESS http://dpdk.org/patch/150970 _Testing PASS_ Submitter: Andre Muezerie Date: Wednesday, February 05 2025 16:12:17 DPDK git baseline: Repo:dpdk Branch: master CommitID:32c18e7364e30a8e43cc7cc6709a7ce606fa285e 150970 --> testing pass Upstream job id: Generic-Unit-Test-DPDK#312063 Test environment and result as below: +--------------------------+----------------+ | Environment | dpdk_unit_test | +==========================+================+ | CentOS Stream 9 (ARM) | PASS | +--------------------------+----------------+ | Debian 11 (Buster) (ARM) | PASS | +--------------------------+----------------+ | Debian 12 (arm) | PASS | +--------------------------+----------------+ | Fedora 40 (ARM Clang) | PASS | +--------------------------+----------------+ | Fedora 40 (ARM) | PASS | +--------------------------+----------------+ | Fedora 41 (ARM) | PASS | +--------------------------+----------------+ | Ubuntu 20.04 (ARM) | PASS | +--------------------------+----------------+ | Fedora 41 (ARM Clang) | PASS | +--------------------------+----------------+ | RHEL9 (ARM) | PASS | +--------------------------+----------------+ | Ubuntu 22.04 (ARM) | PASS | +--------------------------+----------------+ | Ubuntu 24.04 (ARM) | PASS | +--------------------------+----------------+ CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Debian 11 (Buster) (ARM) Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 Debian 12 (arm) 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) Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Fedora 41 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) 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 Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) 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.3.0-6ubuntu2~24.04) 13.3.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32498/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/