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 3C01A42C6C for ; Fri, 9 Jun 2023 10:50:46 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3815640A84; Fri, 9 Jun 2023 10:50:46 +0200 (CEST) Received: from mail-vs1-f99.google.com (mail-vs1-f99.google.com [209.85.217.99]) by mails.dpdk.org (Postfix) with ESMTP id CB87E40A84 for ; Fri, 9 Jun 2023 10:50:45 +0200 (CEST) Received: by mail-vs1-f99.google.com with SMTP id ada2fe7eead31-43b1aa3ec78so536422137.3 for ; Fri, 09 Jun 2023 01:50:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1686300645; x=1688892645; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=h8p1mn/p2TKqvCTMvuBXr+sglhuqbpfIXWvKg5vXMxw=; b=dMh/t8LRt7r9ZgZA8YnyHw1bty2SajW4S953XabePdenj2O3bIVKJ4+BJK5Nfc94TT rwvJTU16g7jBPWcQ9NcRWEw+SLi5QMVM5lr+lE0qj2Cn25IplHk+fwNibPumbwrelIMq NiL44hz1ZTjdhd68v/h8LQlo5s5w+bc26Tw3s= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686300645; x=1688892645; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=h8p1mn/p2TKqvCTMvuBXr+sglhuqbpfIXWvKg5vXMxw=; b=Z9yUVkvr2EC1x+lFkQt2qTOTn9sOkxaRhlZ0fQkjNed0RoAqt8qUeTxX+hSRB47V9O T0n8S0dlurmr6jTyyHUEzYRjjxZBqNn8KGfwpw1zi0+7tQ88zaFkT/dRGFf4KKiFGjSI /4IeYF8brvJdYnyVC+hzhP1VZiZf1rJu8uhbWSYs3VtbW6PVL20lgf1R5LclB4zLAR1X /HbUYxMvcEOXWfrFdTD7R+gRyDmAT/fU0jHMuF2rfg/zaGThu0cjZw5ZfHFhVYnOi+F8 ajFUktkYU8lFWr93nhHT7GVGoR5SbX2IreVG9KXTzzJPMC1Pkhki6zAxXcC+gyZKHGUg YxCg== X-Gm-Message-State: AC+VfDzi2hpIRCpszx+kddFiyD7BUkOkyLNg4+dUm7gNhReZzXBfzNs1 /1thxGqCp7AYF5AREEsGuUWrlLAlwB3ZHqR+lbhvYRHtpng+gw== X-Google-Smtp-Source: ACHHUZ7e9HTt1Ix7B+ivnAxJP4nD8uZDu+N1OtF/Bo6KlhszoYi8pc2N11fu4oVV2ty+09LL4+ecNQy/S3oM X-Received: by 2002:a67:e9d2:0:b0:43b:2682:a4a3 with SMTP id q18-20020a67e9d2000000b0043b2682a4a3mr445239vso.23.1686300645267; Fri, 09 Jun 2023 01:50:45 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id x37-20020a05613000a500b00787cdfb8c49sm339568uaf.5.2023.06.09.01.50.45 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 09 Jun 2023 01:50:45 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Fri, 09 Jun 2023 01:50:45 -0700 (PDT) Message-ID: <6482e7e5.050a0220.c586d.b6e0SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.3] (unknown [172.18.0.34]) by postal.iol.unh.edu (Postfix) with ESMTP id EC44C605246B; Fri, 9 Jun 2023 04:50:44 -0400 (EDT) Subject: |SUCCESS| pw128452 [PATCH] net/nfp: fix incorrect link status after From: dpdklab@iol.unh.edu To: Test Report Cc: Chaoyong He , Andrew Rybchenko , Ferruh Yigit 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/128452 _Testing PASS_ Submitter: Chaoyong He Date: Friday, June 09 2023 06:28:46 DPDK git baseline: Repo:dpdk-next-net Branch: master CommitID:e5cb7ea1f4c45fa147442a248dce0fdffd907291 128452 --> testing pass Test environment and result as below: +--------------------------+----------------+ | Environment | dpdk_unit_test | +==========================+================+ | CentOS Stream 9 (ARM) | PASS | +--------------------------+----------------+ | Ubuntu 20.04 (ARM) | PASS | +--------------------------+----------------+ | Fedora 37 (ARM) | PASS | +--------------------------+----------------+ | Debian 11 (Buster) (ARM) | PASS | +--------------------------+----------------+ | Fedora 38 (ARM) | PASS | +--------------------------+----------------+ | Debian Buster | PASS | +--------------------------+----------------+ | CentOS Stream 9 | PASS | +--------------------------+----------------+ | CentOS Stream 8 | PASS | +--------------------------+----------------+ | Ubuntu 20.04 | PASS | +--------------------------+----------------+ | RHEL8 | PASS | +--------------------------+----------------+ | Ubuntu 22.04 | PASS | +--------------------------+----------------+ | Fedora 38 | PASS | +--------------------------+----------------+ | RHEL 7 | PASS | +--------------------------+----------------+ | Fedora 37 | PASS | +--------------------------+----------------+ | openSUSE Leap 15 | PASS | +--------------------------+----------------+ | Debian Bullseye | PASS | +--------------------------+----------------+ CentOS Stream 9 (ARM) Kernel: Container Host Kernel Compiler: gcc 11.3.1 Ubuntu 20.04 (ARM) Kernel: Container Host Kernel Compiler: gcc 9.4.0 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 Fedora 38 (ARM) Kernel: Depends on container host Compiler: gcc 13.1.1 Debian Buster Kernel: 5.4.0-122-generic Compiler: gcc 8.3.0-6 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 Ubuntu 20.04 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 9.3.0-17ubuntu1~20.04 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 22.04 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 11.3.0 Fedora 38 Kernel: Depends on container host Compiler: gcc 13.1.1 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) Fedora 37 Kernel: Depends on container host system Compiler: gcc 12.3.1 openSUSE Leap 15 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 7.5.0 Debian Bullseye Kernel: 5.4.0-122-generic Compiler: gcc 10.2.1-6 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/26605/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/