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 1DAB542F95 for ; Wed, 2 Aug 2023 03:03:40 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id ECFCB40DDB; Wed, 2 Aug 2023 03:03:39 +0200 (CEST) Received: from mail-io1-f98.google.com (mail-io1-f98.google.com [209.85.166.98]) by mails.dpdk.org (Postfix) with ESMTP id 208D740DDB for ; Wed, 2 Aug 2023 03:03:38 +0200 (CEST) Received: by mail-io1-f98.google.com with SMTP id ca18e2360f4ac-790a590237aso125177339f.3 for ; Tue, 01 Aug 2023 18:03:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1690938217; x=1691543017; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=9LF1CVaO8370/4dhkmn/wzKd+ZVAZ8gyRSrN9yLxPOY=; b=cw2JqLE4BXd6EA+mWb4B8zEgXMpLdqm39XSteWgk4nq/2trb9bHZUcyjvx24DYmAF5 YnCLDB0Vw2/YB4AX9V9tWrYC53z9/MErAAEGOUqYbQK+5eMDQPYvIqTqYYYJNE75PJqU N9lBL2FkWP1N3No3XUviS4J/uqFmMSPb4wiT4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690938217; x=1691543017; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=9LF1CVaO8370/4dhkmn/wzKd+ZVAZ8gyRSrN9yLxPOY=; b=DQ5UNort6Vi/xx+UOP7XsXDUgyqAdZpsrtTtR5sabhnPJA63s8vV3YUl+eazEvvGOn tn7Ic8qYyb5A3k6xZssmrqBWw8eIkZK5EDLztUnyN3vghlLcOw0tHP+0IWLWrhBJh9eJ 4SQbXTJ6GE+Ync61yBJs+ZVnByEf7R62OfQZ+b5K55uWP3jvDx+PJ9ZyT/yv2QgCz++A lzIVNLcyyTwNO/HRUXV55kTgFC1iDQRQtgc8O1McHQPDHbCT+Glg96HAxytDtX2JUbJx oXmYciVMHLzkd5Ulouy8kvDAziMmwzxKxsWz8SlNcm2Bmbavcu0B+K2o8V2mjjbqbKvI qaSQ== X-Gm-Message-State: ABy/qLZsjefijxEtaEjWmfoEbIxyr2HZAkHYzq6S1hjWdCXFCxCtBpbd KuAikM6jdL+GJowRgB7ektZNLJJv2oUEjb99TNRvFPtSmxL/+LB+9B4jOg== X-Google-Smtp-Source: APBJJlE0AxHz1VIQFokJvd6dbwLL8eqx8fJ+6Bc51y/q4rI3wCQ0QVAAhucg2//UQMc6qi5cW07Cm5Yboy3p X-Received: by 2002:a5e:a514:0:b0:790:acd0:a26 with SMTP id 20-20020a5ea514000000b00790acd00a26mr6982723iog.21.1690938217437; Tue, 01 Aug 2023 18:03:37 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id o22-20020a02c6b6000000b0042bbc94596fsm584849jan.52.2023.08.01.18.03.37 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 01 Aug 2023 18:03:37 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Tue, 01 Aug 2023 18:03:37 -0700 (PDT) Message-ID: <64c9ab69.020a0220.1060c.89e8SMTPIN_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 E8F8F6052471; Tue, 1 Aug 2023 21:03:36 -0400 (EDT) Subject: |SUCCESS| pw129797 [PATCH] [v2] cmdline: remove cmdline_poll() 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-testing Test-Status: SUCCESS http://dpdk.org/patch/129797 _Testing PASS_ Submitter: Stephen Hemminger Date: Tuesday, August 01 2023 23:48:32 DPDK git baseline: Repo:dpdk Branch: master CommitID:0ae35eceb9e4569b0814fcf671b4455301bb7518 129797 --> testing pass Test environment and result as below: +--------------------------+----------------+ | Environment | dpdk_unit_test | +==========================+================+ | CentOS Stream 9 | PASS | +--------------------------+----------------+ | CentOS Stream 8 | PASS | +--------------------------+----------------+ | CentOS Stream 9 (ARM) | PASS | +--------------------------+----------------+ | Fedora 37 (ARM) | PASS | +--------------------------+----------------+ | Debian Buster | PASS | +--------------------------+----------------+ | Debian Bullseye | PASS | +--------------------------+----------------+ | Fedora 37 | PASS | +--------------------------+----------------+ | Debian 11 (Buster) (ARM) | PASS | +--------------------------+----------------+ | Fedora 38 (ARM) | PASS | +--------------------------+----------------+ | RHEL8 | PASS | +--------------------------+----------------+ | Ubuntu 20.04 (ARM) | PASS | +--------------------------+----------------+ | Fedora 38 | PASS | +--------------------------+----------------+ | Ubuntu 20.04 | PASS | +--------------------------+----------------+ | Ubuntu 22.04 | PASS | +--------------------------+----------------+ | RHEL 7 | PASS | +--------------------------+----------------+ | openSUSE Leap 15 | PASS | +--------------------------+----------------+ | Fedora 38 (ARM Clang) | PASS | +--------------------------+----------------+ CentOS Stream 9 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 11.3.1 20220421 CentOS Stream 8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.4.1 20200928 CentOS Stream 9 (ARM) Kernel: Container Host Kernel Compiler: gcc 11.3.1 Fedora 37 (ARM) Kernel: Depends on container host Compiler: gcc 12.3.1 Debian Buster Kernel: 5.4.0-122-generic Compiler: gcc 8.3.0-6 Debian Bullseye Kernel: 5.4.0-122-generic Compiler: gcc 10.2.1-6 Fedora 37 Kernel: Depends on container host system Compiler: gcc 12.3.1 Debian 11 (Buster) (ARM) Kernel: Container Host Kernel Compiler: gcc 10.2.1 Fedora 38 (ARM) Kernel: Depends on container host Compiler: gcc 13.1.1 RHEL8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5) Ubuntu 20.04 (ARM) Kernel: Container Host Kernel Compiler: gcc 9.4.0 Fedora 38 Kernel: Depends on container host Compiler: gcc 13.1.1 Ubuntu 20.04 Kernel: 5.4.0-153-generic Compiler: gcc 9.4.0-1ubuntu1~20.04.1 Ubuntu 22.04 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 11.3.0 RHEL 7 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44) openSUSE Leap 15 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 7.5.0 Fedora 38 (ARM Clang) Kernel: Depends on container host Compiler: clang 16.0.3 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/27203/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/