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 1FB2B43305 for ; Mon, 20 Nov 2023 11:49:44 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1AA12402DE; Mon, 20 Nov 2023 11:49:44 +0100 (CET) Received: from mail-pl1-f228.google.com (mail-pl1-f228.google.com [209.85.214.228]) by mails.dpdk.org (Postfix) with ESMTP id BC319402DE for ; Mon, 20 Nov 2023 11:49:40 +0100 (CET) Received: by mail-pl1-f228.google.com with SMTP id d9443c01a7336-1cf52e5e07eso9559595ad.0 for ; Mon, 20 Nov 2023 02:49:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1700477380; x=1701082180; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=oAgN45FuYk144HUwIErnsHDmI4PY+DtH9bIj8378fw4=; b=cgprJNr1BYe0fNJ1NAzTZ8gGVHueetwermBqOZljPT1VIxxlIIqDVG9LnPh0qa1v9w vstDB0TFiFpszD+0U77Z0pQGXDo0o/5xnI3bRwprpsQ3+gi2qAe+rIXsIoA3R0CXXthh WGs7fg8/DVskuwIFfvJKC/Ws5QHdoYA7u/6IA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1700477380; x=1701082180; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=oAgN45FuYk144HUwIErnsHDmI4PY+DtH9bIj8378fw4=; b=M5Bq9duJyktHRt+tLhQEevULHeNrM3u2WDdNZIZRcIpMZviOS6ZPmxMHeEflx+V/Dk RIveMK3RbpsTqT+Ty44x1zs38QPYFk3ZwfoqEc9j6PSk/M6z1w0NeKITM/B4LbmmPYqA N14KVHS51dBaJYtnzHLuElOPfBFxFbOAfiIdjE8DA24kKM8exDEoUCj2IOTY5i3AbKrc WiCRQ3DDg3cDvGI/NU4SDcj9xtX0vBDiAP8WKN9GnJmaE6IpenaMSoQhXa/9WzDtiD/f a+q15QUsw2oa4VdY6GN4/l4IAYfKzsVAQ+XnjQgahNHeso3YaQtoGeYoyEx7cXqdrOMa tAiw== X-Gm-Message-State: AOJu0Yz6z92ZDFUGblTCsoabqQyNnXxB43sBD7GNxA/wZcIIw5B8hqvj QTYj0VObmDwDgnX2KX5LN+4bwskvmvwBqMJpLlHPhhCbQ0cnMWlgAV6p4Q== X-Google-Smtp-Source: AGHT+IF2aWEmBeGmnMhPKuONrtZZivpIa5ltB9dPExjrrgkPPVjzP0MiHEQ1cH3CSlx4g2HMiMMNX30IesXM X-Received: by 2002:a17:903:2281:b0:1cf:5806:564f with SMTP id b1-20020a170903228100b001cf5806564fmr6677043plh.10.1700477379967; Mon, 20 Nov 2023 02:49:39 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id b22-20020a170902d89600b001cf511bc7b2sm89803plz.40.2023.11.20.02.49.39 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 20 Nov 2023 02:49:39 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 20 Nov 2023 02:49:39 -0800 (PST) Message-ID: <655b39c3.170a0220.c7fa4.4613SMTPIN_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 EFF4B6051837; Mon, 20 Nov 2023 05:49:38 -0500 (EST) Subject: |SUCCESS| pw134477 [PATCH] [v3] config/arm: correct cpu arch for cro 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-sample-apps-testing Test-Status: SUCCESS http://dpdk.org/patch/134477 _Testing PASS_ Submitter: Joyce Kong Date: Monday, November 20 2023 09:24:31 DPDK git baseline: Repo:dpdk Branch: master CommitID:b31898aeefb8ca312fa6a594b9fc583d5e23a8d8 134477 --> testing pass Test environment and result as below: +--------------+----------------------+ | Environment | dpdk_fips_validation | +==============+======================+ | Ubuntu 20.04 | PASS | +--------------+----------------------+ Ubuntu 20.04 Kernel: 5.4.0-153-generic Compiler: gcc 9.4.0-1ubuntu1~20.04.1 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/28418/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/