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 B9BB841FCC for ; Wed, 30 Aug 2023 13:39:22 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A384D40277 for ; Wed, 30 Aug 2023 13:39:22 +0200 (CEST) Received: from mail-qv1-f42.google.com (mail-qv1-f42.google.com [209.85.219.42]) by mails.dpdk.org (Postfix) with ESMTP id 7DF1140277 for ; Wed, 30 Aug 2023 13:39:20 +0200 (CEST) Received: by mail-qv1-f42.google.com with SMTP id 6a1803df08f44-6516a8e2167so14290006d6.2 for ; Wed, 30 Aug 2023 04:39:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20221208.gappssmtp.com; s=20221208; t=1693395559; x=1694000359; darn=dpdk.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=TIoXSzGfhmw+VPisFU/mmHlTi45OwBRCBPoavksb/WA=; b=C+VVOs43oVyG9P1/c3bDpNQ0rKYRzfOfY/KBHFQnrpPRwiPH6UjbKv9BaQwTcYu/e8 tAIGOtJOs8jauFjgBRRQsWWcHx4avIkl+OqPMrngtkwOquxlp7LCzHnXyrAqyMk2pclG 6in01dKGV8T45xzN4uIhQuIpgRuxsnTFOqoazLPhXYYrbwatBi66t5iknqabM2hwCAI1 Ed9BJdBDa+DlmQOJJVy443/Zu41IZLDMSYX8nw0d0PDwPLLwo6XRg/AYZqwFcyI37UbK CT2LtzL7waUn4Mg9w127IHUdz7n7Iu4m1SGtGJ1z+rWoILtnol3+hJwTxRgC9yFhbkUZ tY+g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693395559; x=1694000359; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=TIoXSzGfhmw+VPisFU/mmHlTi45OwBRCBPoavksb/WA=; b=hQQpzSPyz5kjT3oyrs/VSnA82ALPsYWPttXuZfq1m0JojI8xbhhvhhSth4Jh5X6oWV IMuQqYtFWQrSsRURtv5HaF1bPpti+tBxTRlbvWRnlimv+s1tozS6D1TaMXrJd9rCyZUc I8ZcDJz8r5/86bmrkIZBsQeRH1sOymgu455/wy/mHgTHbfX1NIJJiLGZ72mORWrKIX4s Xfw4ruEipLKgBCpcdrApsxCtVzJXV/LOh0XhDLT4yjobKgNwfSdSqESfiK09pF3fw2hf TJp4A/W68kAzOsNFoVeS/J2RGX9ilDnh3ieWa/FUKs1JDHsm/ePRG7IPQblecG5104Oh SIlA== X-Gm-Message-State: AOJu0YxBMy2mSNBlhLj0tQu5d1q4MiClAhJM8Ow2fmPF4EHlXHEVD1Lt KTV3OUpP7reCJRa4ill06Vj528j9kxRKaWiGEBY= X-Google-Smtp-Source: AGHT+IGV5K9YjTSKA5ZGzVLZcDe6FGQ6FX4urfTWgbJm8J5YV+YGotESkDo1UPV6J5gTYpJDzpp/gg== X-Received: by 2002:a05:6214:4401:b0:64f:8994:792d with SMTP id oj1-20020a056214440100b0064f8994792dmr1797395qvb.38.1693395559547; Wed, 30 Aug 2023 04:39:19 -0700 (PDT) Received: from openvswitch-ci.ntdv.lab.eng.bos.redhat.com (nat-pool-bos-t.redhat.com. [66.187.233.206]) by smtp.gmail.com with ESMTPSA id x18-20020a0ce0d2000000b0064f59ca89basm4051343qvk.45.2023.08.30.04.39.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 30 Aug 2023 04:39:19 -0700 (PDT) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw130873 [PATCH] eal: fix memory initialization deadlock Date: Wed, 30 Aug 2023 07:39:18 -0400 Message-Id: <20230830113918.2058994-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20230830103303.2428995-1-artemyko@nvidia.com> References: <20230830103303.2428995-1-artemyko@nvidia.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 From: robot@bytheb.org Test-Label: github-robot: build Test-Status: SUCCESS http://patchwork.dpdk.org/patch/130873/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/6023807077