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 358CA45F89 for ; Mon, 30 Dec 2024 17:13:22 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2FC2A40272; Mon, 30 Dec 2024 17:13:22 +0100 (CET) Received: from mail-qv1-f97.google.com (mail-qv1-f97.google.com [209.85.219.97]) by mails.dpdk.org (Postfix) with ESMTP id 65E9F40263 for ; Mon, 30 Dec 2024 17:13:21 +0100 (CET) Received: by mail-qv1-f97.google.com with SMTP id 6a1803df08f44-6d92e457230so90316636d6.1 for ; Mon, 30 Dec 2024 08:13:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1735575201; x=1736180001; 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=dMbftnOq5V0DEvtFwKH5GqP8+HTsChLCr7qEwQpxN84=; b=fOIOo23Vw6euwxS9GLhdr8uZiigo+po0exKDFOZnSNxBGqEze6G/iBpYEaV2o0jnTH JVQ+ut0nsdl7NCH7gTukuMvJCIh7vQfCf/7Zex0TI8Bzbad6nH3w4T5C2mkoXPnmsFcd QKNB9MTTWKR1zs8MqMvqk9cIfNnrPasJ5LhEk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1735575201; x=1736180001; 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=dMbftnOq5V0DEvtFwKH5GqP8+HTsChLCr7qEwQpxN84=; b=IMSP99S9/TrQ/eMW050OVDqjb43fX13y8VD9aYurbGhwj96LOHKQ+QVXxd6AmTN6lX NzFlNqQoRzUkM4C45OLd+Lt8qv01KjFOqpZTBgnzeiQfoWOJ/3BS0y/EWgx7UUNTWC6o e4LHD+7XJShR6TaE8q/ihENmrRkZza280bWXZq/GMrmeTONTK8gvISQIT28EhXaHZSfG StJA+r31XOU1YhI8ajt5b9VSW7Y7UuXlNMKLGlo8zmBqFIzFjTIvrjsdaOy+FZgLiOgl qVeI86D8QPagM7iuAx3RZLxStx9hlIRgX2JtcxoeH6+P+zqT4egqFuE+m9/L/lIobI11 Y4FQ== X-Gm-Message-State: AOJu0YxlC9ABtUPtEVDtgVi6r7skTy7ZPPwNFtFaYeh0MvfDfCTDiIC7 4T9rm2+NudpGwewqzeKiNNLN12Ru0eE5giHGeomn+XvU/SAZtNtrxgi8QiPDf9c5DXTAGNJR75d QYqWv2UdoLYpinrQ0A3MaYT9hLrycolh0RRFe4xa6 X-Gm-Gg: ASbGncukgk25vDvPehWatv/TG3gePNpmk6XWpKBE2z91/HfzunfeyfU/1yOBy2CqiZj P5gWYL6EFNIHsH3T8vAtiH/P0ScZYzrfGpYSpUil/CdC+ouWY1IvanC31CObHXGG+gNRpsqpyN3 Jle6RzZYSb9iaWh/1bVxpm8YpCUVCmrTNUzYuzw9SfxhehEaxYhQq4CTfUKABOs8rkh1srNBZy+ lSGTlolh6vPP9yIvI4BYr9MZALFZeuc0I6wg2fxW7BlnulxT8gW1Fry/kieVxXdrhCMaBj7x5ye PQ== X-Google-Smtp-Source: AGHT+IE4q6dtjPn9y9CMBnZ45mvIX5V7JqkIlEMHCx/zkvmCqHtehhpOMpR3SKZO0+nBIHMzrQoNwJEFxzGO X-Received: by 2002:ad4:5d67:0:b0:6d8:a2c1:2bf4 with SMTP id 6a1803df08f44-6dd2331e812mr578356336d6.6.1735575200791; Mon, 30 Dec 2024 08:13:20 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 6a1803df08f44-6dd180ece1asm13548736d6.23.2024.12.30.08.13.20 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 30 Dec 2024 08:13:20 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 30 Dec 2024 08:13:20 -0800 (PST) Message-ID: <6772c6a0.050a0220.a9a92.8c5aSMTPIN_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 8672F6052471; Mon, 30 Dec 2024 11:13:20 -0500 (EST) Subject: |PENDING| pw149511 [PATCH] service: add service maintenance callback From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241230153222.484894-1-piotr.krzewinski@ericsson.com> References: <20241230153222.484894-1-piotr.krzewinski@ericsson.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/149511 _Testing pending_ Submitter: Piotr Krzewinski Date: Monday, December 30 2024 15:32:22 DPDK git baseline: Repo:dpdk Branch: master CommitID:fd51012de5369679e807be1d6a81d63ef15015ce 149511 --> testing pending Upstream job id: Generic-DPDK-Compile-ABI#108292 Test environment and result as below: +-------------------+----------+ | Environment | abi_test | +===================+==========+ | CentOS Stream 9 | PEND | +-------------------+----------+ | Debian 12 | PASS | +-------------------+----------+ | Fedora 40 (Clang) | PEND | +-------------------+----------+ | Fedora 40 | PEND | +-------------------+----------+ | Fedora 41 (Clang) | PEND | +-------------------+----------+ | openSUSE Leap 15 | PEND | +-------------------+----------+ | Ubuntu 24.04 | PEND | +-------------------+----------+ | Fedora 41 | PEND | +-------------------+----------+ | Ubuntu 22.04 | PEND | +-------------------+----------+ | RHEL8 | PEND | +-------------------+----------+ | RHEL9 | PEND | +-------------------+----------+ 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 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) Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) 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 Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 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) To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32225/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/