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 32169426B7 for ; Wed, 4 Oct 2023 16:58:13 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1A2864027C; Wed, 4 Oct 2023 16:58:13 +0200 (CEST) Received: from mail-yw1-f227.google.com (mail-yw1-f227.google.com [209.85.128.227]) by mails.dpdk.org (Postfix) with ESMTP id 323994027C for ; Wed, 4 Oct 2023 16:58:11 +0200 (CEST) Received: by mail-yw1-f227.google.com with SMTP id 00721157ae682-5a22f9e2f40so25757997b3.1 for ; Wed, 04 Oct 2023 07:58:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1696431490; x=1697036290; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=oxhhFgi/huRy/AcnhlvkvOPYnstStbYpgr4AAMIpsyw=; b=c0Er4l+5SZ1KkSHvkNXW3X1/6X38uiobtdbPE9y41I43l7Oc9lF+LX/1ofXMKz7cXr BAO/nI+AWn/fSeu87+1CixXsqeyuqFQvXbdPwkXULTwbnnbtzPRC2BLLHAvwlUtQBp5C 3z53VowFHc1mh32QS4L5WDCtWvuEBA+VlrOL4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696431490; x=1697036290; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=oxhhFgi/huRy/AcnhlvkvOPYnstStbYpgr4AAMIpsyw=; b=qFOlhNodL5nMhzZtPJEgO7TgYfTVZdCs3ssdpP+guFZ7SBTKmwthkPmFGcRPmCi68d wlpClOWfk31Ku8C90uITkl7rbTw8vgkqI6LWb8kuwID1vPT0Apz7o9vLBOJLYbQw0EdP WRdIWqRVwjiZbbg5xlgCq+sa5jY1JDeANVNr0DnkA+pKwzPOLVaDCpPIMbUl3gA0cktk VdazgZGjfG1AvV1JM8d0jPIpYj1s7XiMPKDQnnSNzS05mbkOijV4j1MFncbMS6phixHH UwdIAyhO6menhp3Q9UAz8EQ5/2tmWgI2oHRlL+naVR+4X84SB6hAbqR1bUv7oyh5eyzU +Dzg== X-Gm-Message-State: AOJu0YztpUdcomT4COJX6NhJinQKpO/NZqYt6Vtplz+n4I9581ia3CFm 2/I29n81PCaCfpAIP6bCBjJmFIPV7WYkPtYwyMsXOILhJv9TvkR8lpIfng== X-Google-Smtp-Source: AGHT+IG6vLGqPBOjcCbkOL8pjuy4umb1cXK/+UKxX4zaoAXJBqpDX5dODbUUJUf9HwyQ4yviA1JWhcWmLF6G X-Received: by 2002:a25:d42:0:b0:d77:c0b9:b182 with SMTP id 63-20020a250d42000000b00d77c0b9b182mr2163248ybn.46.1696431490399; Wed, 04 Oct 2023 07:58:10 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id y1-20020a0def01000000b0057005bc0932sm462262ywe.74.2023.10.04.07.58.10 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Oct 2023 07:58:10 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Wed, 04 Oct 2023 07:58:10 -0700 (PDT) Message-ID: <651d7d82.0d0a0220.5d2cb.0d39SMTPIN_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 C06C06052514; Wed, 4 Oct 2023 10:58:09 -0400 (EDT) Subject: |SUCCESS| pw132299 [PATCH] random: clarify PRNG MT safety guarantees 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-compile-arm64-testing Test-Status: SUCCESS http://dpdk.org/patch/132299 _Testing PASS_ Submitter: Mattias Ronnblom Date: Wednesday, October 04 2023 10:54:49 DPDK git baseline: Repo:dpdk Branch: master CommitID:687a5b12b14f02f0d3624f4b36b34dba8119a680 132299 --> testing pass Test environment and result as below: +----------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +========================================+====================+ | Ubuntu 20.04 ARM SVE | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Fedora 38 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PASS | +----------------------------------------+--------------------+ Ubuntu 20.04 ARM SVE Kernel: 5.4.0-80-generic Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04) Ubuntu 20.04 aarch32 GCC Cross Compile Kernel: 5.4.0-72-generic Compiler: gcc 9.3.0 Fedora 38 (ARM Clang) Kernel: Depends on container host Compiler: clang 16.0.3 Ubuntu 20.04 ARM Clang Cross Compile Kernel: 5.4.0-72-generic Compiler: clang version 10.0.0-4ubuntu1 Ubuntu 20.04 ARM GCC Cross Compile Kernel: 5.4.0-72-generic Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/27822/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/