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 0A2A543CE3 for ; Mon, 18 Mar 2024 13:33:57 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0602D40EE1; Mon, 18 Mar 2024 13:33:57 +0100 (CET) Received: from mail-ot1-f98.google.com (mail-ot1-f98.google.com [209.85.210.98]) by mails.dpdk.org (Postfix) with ESMTP id 5A6E54003C for ; Mon, 18 Mar 2024 13:33:31 +0100 (CET) Received: by mail-ot1-f98.google.com with SMTP id 46e09a7af769-6e674136ba4so2686161a34.2 for ; Mon, 18 Mar 2024 05:33:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1710765210; x=1711370010; darn=dpdk.org; h=references:in-reply-to:cc:to:from:subject:message-id:date:from:to :cc:subject:date:message-id:reply-to; bh=nh7lpqcBEruTvOUeupG0/EvcxrmgmgiFZisDTArbIQA=; b=BTccjoUaqed6vzuPg/dc8fGdLOH2Dws4HufW2Z1qheYy1+4DsxCVKFjOL//2fTrrqL i6oLsTr0Hgl7ufTBpDu9issS+FNpyhmB5pu+Uauqenn5gSkNO4mcMhPMXVEukcEh7YKC iN0plyBvbTARlWfV+9BGXQXGbP/QsmFtcQHdE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1710765210; x=1711370010; h=references:in-reply-to:cc:to:from:subject:message-id:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=nh7lpqcBEruTvOUeupG0/EvcxrmgmgiFZisDTArbIQA=; b=Hiq/D5Hmy0C6H1dECRgIK4M7cQtz4H9U9LMlmWOEsziPyJ2AVO6kWG/qKmn6/KBgOT YDEeL96iddK/xYu5LUZ6VDleacmR15Hh7SjxfiXUiL30cqmNPPfATpQSRGc6+70jPvqB 2T8LXkKbPSWIlTorwCyHhKjLLSiG3tSnLLp650G55zV4bTR+D6lQYh1RH8xsY273oofW jatepS7MqizgKrdsoAAbQnDbBOHtYMXaaLSN0OLv6qC7cBRvToamEHG5YRuRQ/bkjGuY vazkr4rmRSxcMwxLNNaU9vlsmgWWh3L8yQ5D3EQtA0r52fhGjNTvWL4RxsbhX1Nz7uC7 Dk+Q== X-Gm-Message-State: AOJu0YwAl4chuf4tmD4EnuUE6QMNLPGUGWpHLm5+rbi1FrrkOSOla8aB 4+IVEUwmCMVDHbcEbRHztZUVSBrkyrUSU9jgpKWFtV87pxaub0w2AUEOvZ/2KjO8Dxkvse7asq4 +UHYpTKaFqZ4nryO+ajkLhLFLuTUDM9UcAul5ARHEeWHvuk0P9kT8NrVr X-Google-Smtp-Source: AGHT+IHYuHACfAFWf4DaxbOFMVnHrvEMYfBlYsKhWtOUCUIEuUHOZFQ2Lv8iTAr05xQh+bsoKri382ECVk+4 X-Received: by 2002:a9d:7449:0:b0:6e6:925d:5351 with SMTP id p9-20020a9d7449000000b006e6925d5351mr2756910otk.37.1710765210771; Mon, 18 Mar 2024 05:33:30 -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 jx10-20020a0562142b0a00b006914fe64c43sm580067qvb.25.2024.03.18.05.33.30 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 18 Mar 2024 05:33:30 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Mon, 18 Mar 2024 05:33:30 -0700 (PDT) Message-ID: <65f8349a.050a0220.babd0.7c90SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.6] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 8070A6052471; Mon, 18 Mar 2024 08:33:30 -0400 (EDT) Subject: |SUCCESS| pw138449-138454 [PATCH] [v4,6/6] argparse: fix doc don't d From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20240318111838.16991-7-fengchengwen@huawei.com> References: <20240318111838.16991-7-fengchengwen@huawei.com> 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/138454 _Testing PASS_ Submitter: fengchengwen Date: Monday, March 18 2024 11:18:38 DPDK git baseline: Repo:dpdk Branch: master CommitID:80ecef6d1f71fcebc0a51d7cabc51f73ee142ff2 138449-138454 --> testing pass Test environment and result as below: +--------------------------+----------------+--------------+------------------------------+---------------------------+ | Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest | +==========================+================+==============+==============================+===========================+ | Fedora 37 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+------------------------------+---------------------------+ | Debian 11 (Buster) (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+------------------------------+---------------------------+ | CentOS Stream 9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+------------------------------+---------------------------+ | Debian 12 (arm) | PASS | SKIPPED | PASS | PASS | +--------------------------+----------------+--------------+------------------------------+---------------------------+ | Fedora 38 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+------------------------------+---------------------------+ | Ubuntu 20.04 ARM SVE | SKIPPED | PASS | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+------------------------------+---------------------------+ Fedora 37 (ARM) Kernel: Depends on container host Compiler: gcc 12.3.1 Debian 11 (Buster) (ARM) Kernel: Container Host Kernel Compiler: gcc 10.2.1 CentOS Stream 9 (ARM) Kernel: Container Host Kernel Compiler: gcc 11.3.1 Debian 12 (arm) Kernel: Container Host Kernel Compiler: gcc 11 Fedora 38 (ARM) Kernel: Depends on container host Compiler: gcc 13.1.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/29582/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/