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 71D1541D93 for ; Mon, 27 Feb 2023 23:37:41 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6F33A40A7D; Mon, 27 Feb 2023 23:37:41 +0100 (CET) Received: from mail-pj1-f98.google.com (mail-pj1-f98.google.com [209.85.216.98]) by mails.dpdk.org (Postfix) with ESMTP id C5A6140A7D for ; Mon, 27 Feb 2023 23:37:39 +0100 (CET) Received: by mail-pj1-f98.google.com with SMTP id oj5so3824199pjb.5 for ; Mon, 27 Feb 2023 14:37:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; h=date:message-id:cc:to:from:subject:from:to:cc:subject:date :message-id:reply-to; bh=vyq3E2OOY5R4c2NO3956tkAmg1MUCOQ/h269uimMVDc=; b=bBsBu2jouy+7TcC1Q7MCoiYq0/qeICT44ScuBlkhMYFZEg28Q2UTWxnPOdi81MW0dt rTRKHzR+MzbAnhhd844Rg/7+UNOe9rA2wMQxOYtKrvk7WtTPmMKQD+gq0NIuJvTRThCc 6WodtLopuEh2Nie9maVRDut9sQpzU6jUpVSq8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=date:message-id:cc:to:from:subject:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=vyq3E2OOY5R4c2NO3956tkAmg1MUCOQ/h269uimMVDc=; b=GMGMxRBN03wC+KJ5jP+YfWmhWFA4Bgy9pnSk0D7KUE1P+gB431MjtyngxvuyXjuS6B a8a1rS/1TotjOegB/sMUux/PIfLAl+e4um7fI9HBRyx50Y+vkNN41LDLMbJUasaktWUn HiD3ftyio8fIcE8iULpDbgef+qiT8WlKc/Z61xraKMfgEmRDbp4ltHhepAMjGj2JW8xe FzGY0fdbadoxmx1XKD3eRu+pXAm0QAy+meWi2lO4S1u1AstCBJw5JOtJq3bWKlhqffD4 d5n/+LJeNZ37VC0xfRmRhs3yaG+lviKS8ApIut715fvAtdzGZh0tK0vleyCo9miMp9Et JD+g== X-Gm-Message-State: AO0yUKVauYiE0lTOdFwW8wTd+NUjA1JxHY7L7F7r6MjrmgUliWGOkhxB pd7l5nbDmJYkpXCfHvRjGwhuEYFC4YxzsMUIWdbSA/Zlc6GIFT4xmPQ= X-Google-Smtp-Source: AK7set/Sj5Dq9aq1r5x9YDhINYkKad2Xont6fQkDAyAX32z7k04IrxknAoC4iwCTm41pC0lYLpaK+IN4Q5jP X-Received: by 2002:a17:902:d4cd:b0:19c:d7a9:8bf0 with SMTP id o13-20020a170902d4cd00b0019cd7a98bf0mr1220124plg.10.1677537458850; Mon, 27 Feb 2023 14:37:38 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id e8-20020a17090301c800b0019e2b6d1a1dsm65146plh.8.2023.02.27.14.37.38 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 27 Feb 2023 14:37:38 -0800 (PST) X-Relaying-Domain: iol.unh.edu Received: from dpdk-ubuntu.dpdklab.iol.unh.edu (unknown [172.18.0.210]) by postal.iol.unh.edu (Postfix) with ESMTP id 1BE4D605246B; Mon, 27 Feb 2023 17:37:38 -0500 (EST) Received: from dpdk-ubuntu-2.dpdklab.iol.unh.edu (localhost [IPv6:::1]) by dpdk-ubuntu.dpdklab.iol.unh.edu (Postfix) with ESMTP id 18822601B1; Mon, 27 Feb 2023 22:37:38 +0000 (UTC) Subject: |SUCCESS| pw124556 [PATCH] eal: fix thread race in control thread creation From: dpdklab@iol.unh.edu To: Test Report Cc: dpdklab@iol.unh.edu, David Marchand , Thomas Monjalon Content-Type: text/plain Message-Id: <20230227223738.18822601B1@dpdk-ubuntu.dpdklab.iol.unh.edu> Date: Mon, 27 Feb 2023 22:37:38 +0000 (UTC) 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-testing Test-Status: SUCCESS http://dpdk.org/patch/124556 _Testing PASS_ Submitter: Tyler Retzlaff Date: Monday, February 27 2023 17:17:10 DPDK git baseline: Repo:dpdk Branch: master CommitID:7710b5d15a014872a3aaf646668dafa928ca8473 124556 --> testing pass Test environment and result as below: +---------------------+----------------+ | Environment | dpdk_unit_test | +=====================+================+ | Windows Server 2019 | PASS | +---------------------+----------------+ | CentOS Stream 8 | PASS | +---------------------+----------------+ | Debian Bullseye | PASS | +---------------------+----------------+ | Ubuntu 22.04 | PASS | +---------------------+----------------+ | CentOS Stream 9 | PASS | +---------------------+----------------+ | openSUSE Leap 15 | PASS | +---------------------+----------------+ | Ubuntu 20.04 | PASS | +---------------------+----------------+ Windows Server 2019 Kernel: 10.0 Compiler: clang 14.0 and gcc 8.1.0 (MinGW) 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 Ubuntu 22.04 Kernel: Container Host Kernel Compiler: gcc 11.3.1-2 CentOS Stream 9 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 11.3.1 20220421 openSUSE Leap 15 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 7.5.0 Ubuntu 20.04 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 9.3.0-17ubuntu1~20.04 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/25555/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/