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 7280142EC8 for ; Thu, 20 Jul 2023 09:49:39 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6E8CE40DF5; Thu, 20 Jul 2023 09:49:39 +0200 (CEST) Received: from mail-qk1-f227.google.com (mail-qk1-f227.google.com [209.85.222.227]) by mails.dpdk.org (Postfix) with ESMTP id 2C18740DF5 for ; Thu, 20 Jul 2023 09:49:38 +0200 (CEST) Received: by mail-qk1-f227.google.com with SMTP id af79cd13be357-767b6d6bb87so43350985a.2 for ; Thu, 20 Jul 2023 00:49:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1689839377; x=1692431377; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=9VWbmiXczIb+mtoMDpXo5cIOo5xY0EADiPIvApW18TQ=; b=UfFhKrQHGO8oB4MjqihilyXIuuvH/tA1W9pLD8IjlwCIOqmOAfWZC4e4CdEZpnbe/C HR3GmihZHFBnYeXXC9pNscvIkUEAsu9CBTomdCQZHWndECbAAi7NSM3LlcZdsxoICiNd 23XdLbBHM9wk+3suXK9vOEBfvCKLJcf9m2gV4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1689839377; x=1692431377; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=9VWbmiXczIb+mtoMDpXo5cIOo5xY0EADiPIvApW18TQ=; b=EsPbyMW/8uOohRzKmU5bEGJQCiBePqUJch4ZzFV6qN1f4RGOr7XrEKvtJyggt/wsN/ IvNB2yzFKDmwJx6T0AwMSaTOnyx56HBJMOyYLdZENckclgAuaEtceiRVE5IPyAT0AH/t 6jSw3R8kDZ9wDSZoLaqQHTA3PiKM+v23Fz92L4DzzVmILNx/gyrl/xCLftZWp609TNbo da+7PpZYxCm4TBV4Zr+19Z0RUcb11KEj8tj0l8m3OUoFSH6dKWfBNeQm1vHunD0iqLzq yEmNDnz1Rt/X3HEM3+pG5ulx/n7A/X/Bco40+4xFmZ27iYUPA66zIZvKJC1VJnIi19ab gX9g== X-Gm-Message-State: ABy/qLYST8hFxjNnLalNLvLxTQseyIdCuWt/B+rvdGnDfsmVORFlBJJ5 3Xa8wXspv39m7ohc4de18zt0EtbZK5LA0ZOkFU2EXLaTYJUGGenXmiC8U6lpd8w9HqqLA788Ag= = X-Google-Smtp-Source: APBJJlGoXNJOsWDshKaIufM3HxciuSMxA5tWRhiuGeORVesjv0CV2VlTo2cDvRij3DHA/zm9zppseuPCS+d0 X-Received: by 2002:a05:620a:2902:b0:767:e73b:d051 with SMTP id m2-20020a05620a290200b00767e73bd051mr6216098qkp.32.1689839377599; Thu, 20 Jul 2023 00:49:37 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id o13-20020ab0544d000000b007941bb16b56sm16879uaa.10.2023.07.20.00.49.37 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 20 Jul 2023 00:49:37 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Thu, 20 Jul 2023 00:49:37 -0700 (PDT) Message-ID: <64b8e711.b00a0220.db52.1306SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.2] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 3B8BF605246B; Thu, 20 Jul 2023 03:49:37 -0400 (EDT) Subject: |SUCCESS| pw129652 [PATCH] eal/linux: prevent deadlocks on rte init From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu 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/129652 _Testing PASS_ Submitter: Jonathan Erb Date: Tuesday, July 18 2023 01:00:46 DPDK git baseline: Repo:dpdk Branch: master CommitID:035968c78e798aa6fb81ceb45d06a44412a00912 129652 --> testing pass Test environment and result as below: +-----------------+----------+ | Environment | abi_test | +=================+==========+ | Debian Bullseye | PASS | +-----------------+----------+ | Fedora 37 | PASS | +-----------------+----------+ | CentOS Stream 8 | PASS | +-----------------+----------+ | Debian Buster | PASS | +-----------------+----------+ | Fedora 38 | PASS | +-----------------+----------+ | CentOS Stream 9 | PASS | +-----------------+----------+ Debian Bullseye Kernel: 5.4.0-122-generic Compiler: gcc 10.2.1-6 Fedora 37 Kernel: Depends on container host system Compiler: gcc 12.3.1 CentOS Stream 8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.4.1 20200928 Debian Buster Kernel: 5.4.0-122-generic Compiler: gcc 8.3.0-6 Fedora 38 Kernel: Depends on container host Compiler: gcc 13.1.1 CentOS Stream 9 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 11.3.1 20220421 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/27104/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/