From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <test-report-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 05AD341E93
	for <public@inbox.dpdk.org>; Tue, 14 Mar 2023 18:38:43 +0100 (CET)
Received: from mails.dpdk.org (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id 0175C40A7E;
	Tue, 14 Mar 2023 18:38:43 +0100 (CET)
Received: from mail-pj1-f98.google.com (mail-pj1-f98.google.com
 [209.85.216.98]) by mails.dpdk.org (Postfix) with ESMTP id 38D9E40A7E
 for <test-report@dpdk.org>; Tue, 14 Mar 2023 18:38:41 +0100 (CET)
Received: by mail-pj1-f98.google.com with SMTP id
 h12-20020a17090aea8c00b0023d1311fab3so6365760pjz.1
 for <test-report@dpdk.org>; Tue, 14 Mar 2023 10:38:41 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=iol.unh.edu; s=unh-iol; t=1678815520;
 h=date:message-id:cc:to:from:subject:from:to:cc:subject:date
 :message-id:reply-to;
 bh=TKFfMaK2ICBm6Kdl8eWMOK+3G2jlXOaJWcaM3M7sG1E=;
 b=Sgt54SKKeHd0iaS1o8DQV3eOlxVHPF3vDLBe6M49ahyZnCb7Cemedr8vfesG1GGX2Z
 FaHgeW/naXS6OCn3vqQJz6/sUr74OS2TTYCrYR0BFHGBO7aGSxUwVhnzP3QabjY51AxS
 z+1LVN+wfVpNnzc+hAda5iOCCezAaJAaApas4=
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20210112; t=1678815520;
 h=date:message-id:cc:to:from:subject:x-gm-message-state:from:to:cc
 :subject:date:message-id:reply-to;
 bh=TKFfMaK2ICBm6Kdl8eWMOK+3G2jlXOaJWcaM3M7sG1E=;
 b=FfDswD4kOBg+ehE3Jn9MoiqYWiwJrPb7w/TL9ZX1rQDYLs7ULJP16TtaWPiXUWEDo6
 hjA7R1pDWvj/jeKZYmUAYYfXMlmp5mTmyrc51VuWNaCmp0OmylSdMxBusn+zYlw49H94
 tuI+Ju/z8VoebNVQY+QkpSbgnIO8h5qFQNWUKNAGh0uIsnkA/jjlCHIWmjuNGdRVRwsr
 YcwsKb3WW9v9ScowaVRqUW4bBFxj6IU848zDcUzFocSDmkj7TtWgzi/nFg00MNq6FvNM
 wWMzoQ2/M3nXu3ZQAHAQnNQeT6W6YehDNa7d1ok9FnRddo2yYUvM5PBid3KjtrhHYVGD
 oC9g==
X-Gm-Message-State: AO0yUKUkxsmTRPCGZkTRCXLy+1ZqNcve//ULpyMoJ/EU6rgnFpTsLzQA
 99YO/IL5sTabXtZfOufLdj4gqwuRRUpSsa2V8IDDj7MWOuJPeVi1slAeqgNOUhYe98ctOHQe8Q=
 =
X-Google-Smtp-Source: AK7set/d4K5OVBZYmO8wMT1RlxvmanUmzdoRpIA1UEnX6UhAtEHY90W1JE3ZBYyQJJH2kusPlJl1s9FbDoMH
X-Received: by 2002:a17:90a:fb55:b0:23d:133a:62d1 with SMTP id
 iq21-20020a17090afb5500b0023d133a62d1mr6381270pjb.26.1678815520519; 
 Tue, 14 Mar 2023 10:38:40 -0700 (PDT)
Received: from postal.iol.unh.edu (postal.iol.unh.edu.
 [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id
 kb15-20020a17090ae7cf00b0023d5196eca1sm23821pjb.9.2023.03.14.10.38.40
 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128);
 Tue, 14 Mar 2023 10:38:40 -0700 (PDT)
X-Relaying-Domain: iol.unh.edu
Received: from dpdk-ubuntu.dpdklab.iol.unh.edu (unknown
 [IPv6:2606:4100:3880:1722::210])
 by postal.iol.unh.edu (Postfix) with ESMTP id C518B605246B;
 Tue, 14 Mar 2023 13:38:39 -0400 (EDT)
Received: from dpdk-ubuntu-2.dpdklab.iol.unh.edu (localhost [IPv6:::1])
 by dpdk-ubuntu.dpdklab.iol.unh.edu (Postfix) with ESMTP id C43486011D;
 Tue, 14 Mar 2023 17:38:39 +0000 (UTC)
Subject: |SUCCESS| pw125099-125102 [PATCH] [5/5] net/sfc: fix segment fault
 when parse devargs
From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdklab@iol.unh.edu, David Marchand <david.marchand@redhat.com>,
 Thomas Monjalon <thomas@monjalon.net>
Content-Type: text/plain
Message-Id: <20230314173839.C43486011D@dpdk-ubuntu.dpdklab.iol.unh.edu>
Date: Tue, 14 Mar 2023 17:38:39 +0000 (UTC)
X-BeenThere: test-report@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: automatic DPDK test reports <test-report.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/test-report>,
 <mailto:test-report-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/test-report/>
List-Post: <mailto:test-report@dpdk.org>
List-Help: <mailto:test-report-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/test-report>,
 <mailto:test-report-request@dpdk.org?subject=subscribe>
Errors-To: test-report-bounces@dpdk.org

Test-Label: iol-aarch64-unit-testing
Test-Status: SUCCESS
http://dpdk.org/patch/125102

_Testing PASS_

Submitter: Chengwen Feng <fengchengwen@huawei.com>
Date: Tuesday, March 14 2023 12:48:13 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125099-125102 --> testing pass

Test environment and result as below:

+-------------------------------+----------------+------------------------------+---------------------------+--------------+
|          Environment          | dpdk_unit_test | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest | lpm_autotest |
+===============================+================+==============================+===========================+==============+
| Ubuntu 20.04 ARM Clang Native | PASS           | SKIPPED                      | SKIPPED                   | SKIPPED      |
+-------------------------------+----------------+------------------------------+---------------------------+--------------+
| Ubuntu 20.04 ARM GCC Native   | PASS           | SKIPPED                      | SKIPPED                   | SKIPPED      |
+-------------------------------+----------------+------------------------------+---------------------------+--------------+
| Debian 11                     | SKIPPED        | PASS                         | PASS                      | SKIPPED      |
+-------------------------------+----------------+------------------------------+---------------------------+--------------+
| Ubuntu 20.04 ARM SVE          | SKIPPED        | SKIPPED                      | SKIPPED                   | PASS         |
+-------------------------------+----------------+------------------------------+---------------------------+--------------+


Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Debian 11
	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/25728/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/