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 A5C3B42DDE for ; Thu, 6 Jul 2023 00:03:39 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A11A9400D5; Thu, 6 Jul 2023 00:03:39 +0200 (CEST) Received: from mail-oa1-f100.google.com (mail-oa1-f100.google.com [209.85.160.100]) by mails.dpdk.org (Postfix) with ESMTP id 647F7400D5 for ; Thu, 6 Jul 2023 00:03:38 +0200 (CEST) Received: by mail-oa1-f100.google.com with SMTP id 586e51a60fabf-1b06a46e1a9so107879fac.2 for ; Wed, 05 Jul 2023 15:03:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1688594616; x=1691186616; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=p88MbU8HLbO8wswAHEYUWU/crhAExJPxp2TD4PaX8H4=; b=MQfs9YT5fNXfj/MK1knOKIsmckCIZkgX4eJ+0iBMG5cJ1k+yx0KcVG1czip5DL103z 8tGS91GcwJeNfKSJXXrl3v+7LLcEKpeYgjzKlHBJSTTAkffunEhb687AoudimtqthTz2 6bNdExKMDAqBGc8TQUxxRVwy5vURKxtMvrWcQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1688594616; x=1691186616; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=p88MbU8HLbO8wswAHEYUWU/crhAExJPxp2TD4PaX8H4=; b=F8IOEzOzpxBAG68wh0cpDQ/6o7eSHoyw4qT94PBsmG8EFYHO83udARYxHaw0UoR/M9 t0CtgilMiH4pjFevITfLSEH4NT86y51TXEE7orvwqgMbg7PQfn7cE7QpkUO9CVzeFWO+ fSSRG1Wd4vSl9Ff77DiMR71vOZ1hX8C0QIZ6rK+XFCLsSltuIKi0TVx1MG3fL1TWeBHP rcFzKOMrGQcYXFGrujzIaRAmkF2MOtD0WcMbMdq9ClzJb9DiyBjOedg1rYJqeU8Eg4Ma oHjZBnmjtsvSJW9b4VyYv/aNiY4Gs5NaUQ6dY7A3Zr7FvqJe2FzVNfKzISlbpu56de/t GS4w== X-Gm-Message-State: ABy/qLbHJo8rIqz+PUiB2mESb5SeJUEXNJTzkeyGgtJE8nLJuuMJOBzW 5OsjNJzc1HJ5GqrOzPf4cK9J47UxCL2Bh8XdmdWEQoQ0N3WTgVH7TIAdGA== X-Google-Smtp-Source: APBJJlFLQDFGqMyUhObHEA/DLPYm7Ggl2al37YH9req5ALOVQFxN54SxsrS5CKq2hQ/9vjOEESxaVrySl6Jo X-Received: by 2002:a05:6870:65ac:b0:1b0:9b9:60a9 with SMTP id fp44-20020a05687065ac00b001b009b960a9mr287975oab.1.1688594616661; Wed, 05 Jul 2023 15:03:36 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id eb47-20020a056870a8af00b001b093c25fabsm30242oab.2.2023.07.05.15.03.36 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 05 Jul 2023 15:03:36 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Wed, 05 Jul 2023 15:03:36 -0700 (PDT) Message-ID: <64a5e8b8.050a0220.f6c41.0d24SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.3] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 2545D605246B; Wed, 5 Jul 2023 18:03:36 -0400 (EDT) Subject: |SUCCESS| pw129261 [PATCH] service: avoid worker lcore exit deadlock From: dpdklab@iol.unh.edu To: Test Report Cc: Mattias Ronnblom 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: SUCCESS http://dpdk.org/patch/129261 _Testing PASS_ Submitter: Mattias Ronnblom Date: Tuesday, July 04 2023 21:43:39 DPDK git baseline: Repo:dpdk Branch: master CommitID:a64a4564705d18d20d20cfa16c79e795b7bf0f1e 129261 --> testing pass Test environment and result as below: +-----------------+----------+ | Environment | abi_test | +=================+==========+ | CentOS Stream 9 | PASS | +-----------------+----------+ | CentOS Stream 8 | PASS | +-----------------+----------+ | Debian Bullseye | PASS | +-----------------+----------+ | Debian Buster | PASS | +-----------------+----------+ CentOS Stream 9 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 11.3.1 20220421 CentOS Stream 8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.4.1 20200928 Debian Bullseye Kernel: 5.4.0-122-generic Compiler: gcc 10.2.1-6 Debian Buster Kernel: 5.4.0-122-generic Compiler: gcc 8.3.0-6 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/26957/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/