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 CEED5426B7 for ; Wed, 4 Oct 2023 20:12:34 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CA5B3402A9; Wed, 4 Oct 2023 20:12:34 +0200 (CEST) Received: from mail-io1-f100.google.com (mail-io1-f100.google.com [209.85.166.100]) by mails.dpdk.org (Postfix) with ESMTP id CC83F402A9 for ; Wed, 4 Oct 2023 20:12:32 +0200 (CEST) Received: by mail-io1-f100.google.com with SMTP id ca18e2360f4ac-7a27254cd12so5507939f.3 for ; Wed, 04 Oct 2023 11:12:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1696443152; x=1697047952; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=KkS16Kdj2lwIr+ACn7sYZWxwysc2fKwjpP2DaQOGsPQ=; b=IzAXE9QFpCT2qqEuSx3PMMIKvVR66Nz2I967o0hxZrxFKrW0GoAvhZwBcsWXxQLH7S JjIwtH7oIUH/O1V++Bex41hwOCrrhd7IBjyMP0QUQF/JSn7F7vOVN5b3Q5wiHtoa2+hi ssAlvsdZ9jsWCd9D2q5IeeOHZxE4s4cpFZp34= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696443152; x=1697047952; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=KkS16Kdj2lwIr+ACn7sYZWxwysc2fKwjpP2DaQOGsPQ=; b=xPqchaegH85uLBeWvesbgjh2VbzYcyJdqP+roR77b4+r/J23fGuFfjPmooTJ+e+w1x V6TEC+00vBl8kmOgCZMpIBUm/KPpOgwhdtetEZzzGEfllopsJOm+2hCOjgxGEQLSgYxF H/ZI8Km4DNXDALmbc31YpN6ZJ2IW9Q24xfFPfRznGWbklTb+XvgiidvwR2EtjBgIcS19 QxE54UKvYX+zRrfxjB01NRJinBOhpWlMgBYeJ88tPGW59z+Nd83/zTPY+4zWKHpWCEPW Da2Y55vW5X9mKg5L933VW9hsH17vnB06SiE6JpPukrmunb40ScGxqNNIJ8+R+iTjTv7L ue6g== X-Gm-Message-State: AOJu0YxKgcdnYWHE6Req+HwpH0fYDTGdqhOCU1mSixPjmirWnRLtjIqT STPpzkjneeIu8LOU5AW8PnQ4G7jcfzqWiBaNN4OJuhVE9u7/w4zsDtdvOw== X-Google-Smtp-Source: AGHT+IH1CVO1uss/ZnbQ2nABkUVFGSBRJ8f7e5mhliDSyK///1MJK68k9ncFUeYvQp9PuhY75OIkN9hN4sSS X-Received: by 2002:a5d:940f:0:b0:79f:9b45:3365 with SMTP id v15-20020a5d940f000000b0079f9b453365mr3282756ion.17.1696443152209; Wed, 04 Oct 2023 11:12:32 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id n25-20020a02a919000000b0042b37d61bcdsm249119jam.28.2023.10.04.11.12.32 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Oct 2023 11:12:32 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Wed, 04 Oct 2023 11:12:32 -0700 (PDT) Message-ID: <651dab10.020a0220.59729.8c9dSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.3] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id A454A6052514; Wed, 4 Oct 2023 14:12:31 -0400 (EDT) Subject: |SUCCESS| pw132306 [PATCH] mem: allow using ASan in multi-process mo 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-unit-arm64-testing Test-Status: SUCCESS http://dpdk.org/patch/132306 _Testing PASS_ Submitter: Artur Paszkiewicz Date: Wednesday, October 04 2023 14:23:08 DPDK git baseline: Repo:dpdk Branch: master CommitID:687a5b12b14f02f0d3624f4b36b34dba8119a680 132306 --> testing pass Test environment and result as below: +----------------------+---------------------------+------------------------------+--------------+ | Environment | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | lpm_autotest | +======================+===========================+==============================+==============+ | Debian 11 (arm) | PASS | PASS | SKIPPED | +----------------------+---------------------------+------------------------------+--------------+ | Ubuntu 20.04 ARM SVE | SKIPPED | SKIPPED | PASS | +----------------------+---------------------------+------------------------------+--------------+ Debian 11 (arm) Kernel: Container Host Kernel Compiler: gcc 10.2.1 Ubuntu 20.04 ARM SVE Kernel: 5.4.0-80-generic Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04) To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/27826/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/