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 2D60A46219 for ; Thu, 13 Feb 2025 15:12:54 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 07749402A3; Thu, 13 Feb 2025 15:12:54 +0100 (CET) Received: from mail-il1-f227.google.com (mail-il1-f227.google.com [209.85.166.227]) by mails.dpdk.org (Postfix) with ESMTP id 7E75840264 for ; Thu, 13 Feb 2025 15:12:52 +0100 (CET) Received: by mail-il1-f227.google.com with SMTP id e9e14a558f8ab-3cfe17f75dfso8141415ab.2 for ; Thu, 13 Feb 2025 06:12:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1739455971; x=1740060771; 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=vX40ij5IWd97joBlfM9im6LC+caIYTPc4tF9IoDUhMo=; b=fTJNK0kx47xsr5MnVnRQVf7XCswqodFoNh67ptJQo5Da7mct73mMMG2lufTB1ao7sL 4uYaA+D5Qm8PLHvgbI8BR81Cm6VrUbqjVvC5hBeEpktAWWuUS/u+Fo9OZCtAc1Kgo9Ps Pabd+xoLtkEmJ0oE+vrDZp1yaC2F+IsYP2CLw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1739455971; x=1740060771; 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=vX40ij5IWd97joBlfM9im6LC+caIYTPc4tF9IoDUhMo=; b=FoHGXvNV473yEDB9WCd2isRkcKeAlEnn6MEXuLarFmIV/Os0/icTElvOTov1gs2dzA DCDifq9yTxrkPoA873AUceeNabMnKjWQJxMSPXIPnsPF1kv620JoX+PPll3SSTvNphvZ ZGV4SduRSdTA3V3aa3OS8TwFNDCQRrcDK1MaSpRz5DPpW4GPSZpoI+g9GjF9hYiSV9Pt F8t7c7MfFu0Y0i2GGd+YW4HUSejhkihvvmbO1sn61ss+X7y2cZYTT/dq1D6gJiMCNgoi yzv94QByhOII4cCg632mw+WhG6HoqjbWyYqBK2XnB9LA9OR4NrgBzenkzFANXRYEvWXL Boow== X-Gm-Message-State: AOJu0YxsxzuHoNaEQrMaWc5lE+3VbALoR0oSMIwNBeT7AlyvGsliGfJw T8scgRdJHxWbPa6PhhRQ5p82CpRhAoRbpsxPmtRpcwtYp1ebD6iGpy5xKClY+C2lsPLCIpsteJS u5uvfBBnmdsh3dtFh5Jns/celnqlTNaoB/h6zH1NL X-Gm-Gg: ASbGncsldtp3rQqJg1fnSHhgMF0bUjHlt7yGs3+9IwpHBXKX5h5FmJiTHitoQW0X0SI iJXObT+4S5mpR5IeGez2RFC/NsWqZpXZSx9d4PvtV2ynONXhraz7PFf9Xd9/GUx3GMZdaxsniY+ nbfDshIMYJko9hkopYHI7QUptryyp9EW+W1dp9YAVqZQ4cj8Epk0iYrJV9yBuwqN0rQR2qgjTPx +6rCpgmCo8Ey2B1fi8lpNVodOh7RQODjyOw3Hl64lEdL6u36DWEyiEWQBjgnxmyBFUFm6egTDRA ZQp4UbG0gOWq/NhViQ3vkaKcUZz+eQ== X-Google-Smtp-Source: AGHT+IENQpLco4/ybZySUopY6/CzMRYkX8VE+7oA7eh7Y1EO/L5ctQRxRtnsULCFBiZm1+2oJQtDUzKwjhCk X-Received: by 2002:a05:6e02:1c8c:b0:3d0:285a:56b with SMTP id e9e14a558f8ab-3d17bfde051mr50042235ab.17.1739455971610; Thu, 13 Feb 2025 06:12:51 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id e9e14a558f8ab-3d18f9c5e37sm747005ab.15.2025.02.13.06.12.51 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 13 Feb 2025 06:12:51 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 13 Feb 2025 06:12:51 -0800 (PST) Message-ID: <67adfde3.050a0220.275277.416cSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.8] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 179356052471; Thu, 13 Feb 2025 09:12:51 -0500 (EST) Subject: |PENDING| pw151464 [PATCH] config/arm: add Phytium TengYun S5000c From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250213071459.458-2-luzhipeng@cestc.cn> References: <20250213071459.458-2-luzhipeng@cestc.cn> 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-abi-testing Test-Status: PENDING http://dpdk.org/patch/151464 _Testing pending_ Submitter: luzhipeng Date: Thursday, February 13 2025 07:14:59 DPDK git baseline: Repo:dpdk Branch: master CommitID:e5176f23ae8b31437c3e5eb875c81f95bf3a9942 151464 --> testing pending Upstream job id: Generic-DPDK-Compile-ABI#116051 Test environment and result as below: +-------------------+----------+ | Environment | abi_test | +===================+==========+ | CentOS Stream 9 | PEND | +-------------------+----------+ | Debian Bullseye | PASS | +-------------------+----------+ | Debian 12 | PEND | +-------------------+----------+ | CentOS Stream 10 | PEND | +-------------------+----------+ | Fedora 41 | PEND | +-------------------+----------+ | Fedora 41 (Clang) | PEND | +-------------------+----------+ | Fedora 40 (Clang) | PEND | +-------------------+----------+ | Fedora 40 | PEND | +-------------------+----------+ | RHEL8 | PEND | +-------------------+----------+ | RHEL9 | PEND | +-------------------+----------+ | openSUSE Leap 15 | PEND | +-------------------+----------+ | Ubuntu 24.04 | PEND | +-------------------+----------+ | Ubuntu 22.04 | PEND | +-------------------+----------+ CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Debian Bullseye Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 CentOS Stream 10 Kernel: Depends on container host Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6) Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) RHEL9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) openSUSE Leap 15 Kernel: Depends on container host Compiler: gcc (SUSE Linux) 7.5.0 Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32573/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/