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 9839846020 for ; Wed, 8 Jan 2025 18:08:03 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8D8174014F; Wed, 8 Jan 2025 18:08:03 +0100 (CET) Received: from mail-qt1-f226.google.com (mail-qt1-f226.google.com [209.85.160.226]) by mails.dpdk.org (Postfix) with ESMTP id 38124400D6 for ; Wed, 8 Jan 2025 18:08:02 +0100 (CET) Received: by mail-qt1-f226.google.com with SMTP id d75a77b69052e-467a1d43821so8943471cf.1 for ; Wed, 08 Jan 2025 09:08:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736356081; x=1736960881; 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=7E6wLvLCWnBES62UPfpKZBvtzWniCyCKY+ZNsqNXbZs=; b=Lu13BzcOl4tR+KhcyJrHhP3CIwdk5GuamxGlZCJVx9Ed3DrhNGea8M5z38+yoTuxuK 0s8sAdJQeruTZrldsigwfNmoLsfs9PODJ07wpJYucKkiZB1zHkW4wyDt6TfAw7K5t+VH nvTjYL83aZOQbCD52V8f24pomagqwb3xawlKo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736356081; x=1736960881; 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=7E6wLvLCWnBES62UPfpKZBvtzWniCyCKY+ZNsqNXbZs=; b=NVbcJ8xGgfw282THJ2RXlC7pihtfJurP1KFuMc2YIpOC3CUtm7svWA0f764GtbYY5W inx7H4kN0/k/YcMJ47nVIJkD7Whcz8ZOqSpx7ORfPBeidiFsArnWlC7RVKpFNdEgGG7g MZuOOi1QJopznb/TL1ocA7nem1GKondtUwdQ5x2fkN6Svu7kjnesnV3sVlcDn9lC3zni OjkWNp7nS4QtivCB8hkHHUuHjCMsAI/E5OVBdw5d4yFzZAM8qjx7OKPfpLOCCVBAtJC9 VuKgX4/VkPLCp2+MPwyVSgvJjGBI57NevUs5FT7KvPqRjUmLigfqMqax44hhFsBnhtIx R/eQ== X-Gm-Message-State: AOJu0YzZXDlelGeFpPbfHPtWFz3WFPeWzDTWMpsTpvo8qelqSVX0cnbb PG8Hw/RAtbT6Av3JRA9WrE44PjfvF3d6jkg0OQhMWuJb75TE2aHG6y8FWZQ4mGuaFUZepXRP60v UFBJVoIO1P7My+QR55MkfLb+CNy4boHt9Y7r7H2Kiapuw0zDe0uh/+Ed5 X-Gm-Gg: ASbGnctzObfeL9L3kHEZOuSdpgrHGS/dLXB8TUipqL2eqrV1kHQ9eWG6Tm1Y5FUARq4 PpKqLZTq36cbiNXfkeOGfhk1qz4SmiEkXUGcU7ZcZy1qPv1+luHUsDCrsMtK52uMdUcaMP9QvB0 Px394ULRJTlyjnAezsJIywINmOXPD2IHRCAj1p0xPsvFLwHtIF6oGJcHERMeTwiLczeOVtlfLKs USZ040b6x0Pjb+VSk92StC4HiVhaa8G+oNhd46+8rBP4K4LpJh6KP+Le4yMd4DnIa4jzbxe+PQa jlrPFg== X-Google-Smtp-Source: AGHT+IFZ0HPZgwPbv5iKqsv9MSbDsZ060Vz7fas568aku5nrr4UDFR1xGEY3Ck/0L+N79pf0sPHyrViBs6pe X-Received: by 2002:ac8:5a09:0:b0:462:b7c9:10e with SMTP id d75a77b69052e-46c7b0208femr781311cf.13.1736356081610; Wed, 08 Jan 2025 09:08:01 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id d75a77b69052e-46a3eb99f88sm15562971cf.20.2025.01.08.09.08.01 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Jan 2025 09:08:01 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 08 Jan 2025 09:08:01 -0800 (PST) Message-ID: <677eb0f1.050a0220.16211c.866aSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.6] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 45CE16052471; Wed, 8 Jan 2025 12:08:01 -0500 (EST) Subject: |PENDING| pw149409 [PATCH] doc: install guides and api docs to diffe From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241223153846.230648-1-luca.boccassi@gmail.com> References: <20241223153846.230648-1-luca.boccassi@gmail.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-abi-testing Test-Status: PENDING http://dpdk.org/patch/149409 _Testing pending_ Submitter: Luca Boccassi Date: Monday, December 23 2024 15:38:40 DPDK git baseline: Repo:dpdk Branch: master CommitID:fd51012de5369679e807be1d6a81d63ef15015ce 149409 --> testing pending Upstream job id: Generic-DPDK-Compile-ABI#110910 Test environment and result as below: +-------------------+----------+ | Environment | abi_test | +===================+==========+ | CentOS Stream 9 | PEND | +-------------------+----------+ | Debian 12 | PEND | +-------------------+----------+ | Fedora 41 | PEND | +-------------------+----------+ | Fedora 40 | PEND | +-------------------+----------+ | Fedora 41 (Clang) | PEND | +-------------------+----------+ | Fedora 40 (Clang) | PEND | +-------------------+----------+ | openSUSE Leap 15 | PEND | +-------------------+----------+ | RHEL8 | PEND | +-------------------+----------+ | Ubuntu 22.04 | PEND | +-------------------+----------+ | RHEL9 | PEND | +-------------------+----------+ | Ubuntu 24.04 | PASS | +-------------------+----------+ CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Fedora 40 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) openSUSE Leap 15 Kernel: Depends on container host Compiler: gcc (SUSE Linux) 7.5.0 RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 RHEL9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Ubuntu 24.04 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/32197/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/