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 019C441B43 for ; Mon, 28 Aug 2023 14:59:19 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DC7D74021E for ; Mon, 28 Aug 2023 14:59:19 +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 2C8B24021E for ; Mon, 28 Aug 2023 14:59:18 +0200 (CEST) Received: by mail-qv1-f42.google.com with SMTP id 6a1803df08f44-64a0176b1easo19122076d6.3 for ; Mon, 28 Aug 2023 05:59:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20221208.gappssmtp.com; s=20221208; t=1693227557; x=1693832357; 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=7wcGqTn34oSbGJKVN5h/Nd6Q9oR8OAKOqVMqLyhQ7KQ=; b=KEzeqUFqbuATRCCw4uHhGh4I9VwY/kuo0OdYgh/6GqUo7lbHUn1bfG4TiEtzQIn1+D 2qhGiIMzcTVLGgNfQ097iX3OL/Jjt+IJrw+5/JW0ydPHO4ejEMlgvAoyvfVyQrQ7Pis7 fhMS1KwPyLlsFPFoAu4N9Bfpb7SoEFd3lBtybLuNIrfIaLEpyumbgnqIhqlYJxkWRo9i p8lBJZuKxtMKsjpzQqN9mvCHNpKbhyMmhPqdRCtR3Y0VJwRukvna5eK6Xb86BhmW/MFu 7rgd+3PVquRQ6xWvJxOtFY7CG07I9hEHj+dzOWhLiSjXccrnEKuM/bJpNfyVF4Eh0EDi kbrw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693227557; x=1693832357; 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=7wcGqTn34oSbGJKVN5h/Nd6Q9oR8OAKOqVMqLyhQ7KQ=; b=RijNrUNTXd36gGSKt9e2cX/osvk/LYdKR7SrYNwPuGUdwJ+0pYKItlFeiIReUXlFq0 GrIrPwvj0zznH0aJz2lNHijLu4DCXQdnr79qaSwcUNsVcElM1WNOKSj6tsMz6gTJPD0O +9EOi21PWQYW7gHkDnwIkGtn0mQKC55LleMHeCxAy+n/OwsnzQaiYcwurbg2/7JjSuuD EN9PmLY7sA0khw4GLJ9dfGsk8FyygGlZO320V65IK8Buabg8kMZuLAUcxUnEo67q4w36 Y3T/eQOOm3byQQlx+cym/xt1qKY4IWJ98CyTD1B7UdbNLJ8C7J2GRM787gcYZ4LSJSTX OLcg== X-Gm-Message-State: AOJu0YzXd1Di4a4THY8srFma0RQFfvBI2oelCQSes27vVWuh9Walkgb0 4Pv8auAPmQiolZ3Mpc+7HjqsSlx3gS27Jyb9lPY= X-Google-Smtp-Source: AGHT+IGykQiHCmRL8sd/lMQTD27Xz9JFEw5FeBaq0knoLqRvRb5xXzsefLN7Mkl+Ut1R++ZL3UjPHw== X-Received: by 2002:a0c:f311:0:b0:649:bf3:6dca with SMTP id j17-20020a0cf311000000b006490bf36dcamr30521274qvl.62.1693227557270; Mon, 28 Aug 2023 05:59:17 -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 k6-20020a0cf286000000b0063f7a2847bcsm2559363qvl.51.2023.08.28.05.59.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 28 Aug 2023 05:59:17 -0700 (PDT) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw130786 [PATCH v1 1/1] eal/random: fix random state initialization for non-eal threads Date: Mon, 28 Aug 2023 08:59:15 -0400 Message-Id: <20230828125915.148832-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <366f5750e01894c56d5d486c75d312e85c404277.1693224396.git.anatoly.burakov@intel.com> References: <366f5750e01894c56d5d486c75d312e85c404277.1693224396.git.anatoly.burakov@intel.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/130786/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/5999730336