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 A31BB42529 for ; Wed, 6 Sep 2023 13:19:28 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8CCB24027C for ; Wed, 6 Sep 2023 13:19:28 +0200 (CEST) Received: from mail-qt1-f175.google.com (mail-qt1-f175.google.com [209.85.160.175]) by mails.dpdk.org (Postfix) with ESMTP id D396D4027C for ; Wed, 6 Sep 2023 13:19:26 +0200 (CEST) Received: by mail-qt1-f175.google.com with SMTP id d75a77b69052e-41369b80875so3859781cf.1 for ; Wed, 06 Sep 2023 04:19:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1693999166; x=1694603966; 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=x/PPiWF0Bk/VM/1fpuoAPKinMnbLJNFU1nu9iyj8yT0=; b=GhnLRVpiKWMVfCT3pPTrsyph0kej9CVPjVYw/p0tmnueual8c/wBs2vWbmMI/Y1w7b p61HRo5ZvH9ka74X5M0EckMf+x4yOAPhtmLg8SxQH7BXuDTDV6nuNdZmJVXjZ7aYetz4 AIXPZTe+g2AOYkCOH6ERiMe/RYcmV/TQEf2g2HZFnR0bCV9hPxei2OYZ02zhI42HNlm0 HQj24uyu75fKSRcCWZtprltJDrTCTGuLb5lmSV01X6s6l0/Fgv+FWpO35vYAOZ2Mrc+k nFocLS8wtdeVsxJ+PosAQoLgxElt8mTbFBIJIv0CFyBKqVOtdlZIJjbelCSLqQiX9uCC aX8A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693999166; x=1694603966; 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=x/PPiWF0Bk/VM/1fpuoAPKinMnbLJNFU1nu9iyj8yT0=; b=blPcQV588qDQzm32EXP3f6zeY/X4gHgOwYJDw81pkTk473ZWl7a0B2oVosqbCq1orH Ou7Ci7xgI1YZXHt2AbYRnkLyk4W6yPJz7sU+iI/IwbwNj3FdQEpL2wqOfSinfBQm4nk4 BUOf1R8DF3PKU0WmoUlldyxEbfTtcRv6xKXujkFmXhPdm6PSyPEKNRKHH0itFJ4dnE+X S9Yib7+6uXnNTQjBia3Q80V+YLlvXXl7Jwc8rpUxTaPyoyn0ZEmj0zWkQrhgCyiKRkw3 KF9FxLDBKNVBc+dF5gjo2nsgWGJ/V4wb7Gud/SU2VDQTAXsLsrf1KAcy/JHCDnJ3yl0y gWsg== X-Gm-Message-State: AOJu0Yzd9qxWtYYRhN6GSd0iajRDiiQ8F1SnzFr8zFnHnSWNiRekAV+H /NIvtVxWoShcfN7Im+jUNM6OSCYG49cHD1fKG+Q= X-Google-Smtp-Source: AGHT+IHts+iocBjiZHBavDyIugbgDPhRAbRoQV5HsL2irJsLr8OiLsJ3RtXsniPLSmK3qoSOX3XyQA== X-Received: by 2002:a05:622a:1315:b0:400:9f2c:1211 with SMTP id v21-20020a05622a131500b004009f2c1211mr18802692qtk.29.1693999165967; Wed, 06 Sep 2023 04:19:25 -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 h16-20020ac846d0000000b0040ff387de83sm5216453qto.45.2023.09.06.04.19.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 06 Sep 2023 04:19:25 -0700 (PDT) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw131194 [PATCH v3] eal: fix memory initialization deadlock Date: Wed, 6 Sep 2023 07:19:24 -0400 Message-Id: <20230906111924.1570356-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20230906095227.1032271-1-artemyko@nvidia.com> References: <20230906095227.1032271-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/131194/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/6095590543