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 2410842944 for ; Fri, 14 Apr 2023 20:58:57 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 20299400EF; Fri, 14 Apr 2023 20:58:57 +0200 (CEST) Received: from mail-qv1-f97.google.com (mail-qv1-f97.google.com [209.85.219.97]) by mails.dpdk.org (Postfix) with ESMTP id C1809400EF for ; Fri, 14 Apr 2023 20:58:55 +0200 (CEST) Received: by mail-qv1-f97.google.com with SMTP id ly9so17535469qvb.5 for ; Fri, 14 Apr 2023 11:58:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1681498735; x=1684090735; h=date:message-id:cc:to:from:subject:from:to:cc:subject:date :message-id:reply-to; bh=q6gz0fzT3XFInlQ3vjKpWo/5yG31hFYmO3Vyl/SBk0I=; b=c7V5qGFO8jNzBPTVH5E7gULs/qN0kMw4kqfJi5jLpuuJ4WCyn8wVgaBean3j1WAfGT EK9pbM81NqxhtuNGQ5+9CxrCrjKNV0NfM5QhaWVdIqZYipCfjnL7aeHnMQz1/1GT99gk WaG+lMPc5J5Xajy8Xk2pWWI8Q0sBlsFkmuGi0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1681498735; x=1684090735; h=date:message-id:cc:to:from:subject:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=q6gz0fzT3XFInlQ3vjKpWo/5yG31hFYmO3Vyl/SBk0I=; b=KtiiB4wdvl/1QWERo77W3HNZ5tfZIbbP7PuRzcJPlkaF83BZ7nvCUmYt4FTEnt5Ptz R9esRYDpN/lxMGjvPobt+EYVJykigj5vBTZXo6hfOAGDjtV/sk2UmvyyHZD0woWqeAYQ qshUtBdyLF+do0owfnuLA+eUiQwnRVHb1O1Mhhsd6CQ8JToQS25Sz9hyVAwgPvwondvM Uvx9uNDawGmaQKEV6jSn1q9THcEyGrjyp/ueCMcMdSL2L4NoU+vqaO4scAua5GWhf7jf gtyt4rvciHEoq32qyMMT1TJg1W+whioD+hlDtLagcP2T9kGiEDioELSz4MYOL8qQDTg8 M+Mw== X-Gm-Message-State: AAQBX9fnaRf2FOEsIvtlLYQ3yB8BjvvF4M4iwyz67UcMYiowEiZ51S5f 6DfFO/ZFWIU+VCY4KPtL+2lmVYWy3PCg2ZfmMwUW3/yQXDY998VyBBHw3b9SveUd6Yin8atWwA= = X-Google-Smtp-Source: AKy350ZfOV4M4GBzAj5jFyQSdp7VUyatSi8Z0RmhVcp77N7bZ3HMmGVbsfbsf94wO2MsllGRts0ta0gOoUov X-Received: by 2002:ad4:5967:0:b0:5a9:d6dd:271f with SMTP id eq7-20020ad45967000000b005a9d6dd271fmr3851216qvb.23.1681498735273; Fri, 14 Apr 2023 11:58:55 -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 12-20020a0562140d0c00b005edd2cc635asm226529qvh.36.2023.04.14.11.58.55 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 14 Apr 2023 11:58:55 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Received: from dpdk-ubuntu.dpdklab.iol.unh.edu (unknown [172.18.0.210]) by postal.iol.unh.edu (Postfix) with ESMTP id 0CC50605246B; Fri, 14 Apr 2023 14:58:55 -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 0B4156008C; Fri, 14 Apr 2023 18:58:55 +0000 (UTC) Subject: |SUCCESS| pw126077 [PATCH] [v3] net/i40e: support enable/disable source pruning From: dpdklab@iol.unh.edu To: Test Report Cc: dpdklab@iol.unh.edu, David Marchand , Thomas Monjalon Content-Type: text/plain Message-Id: <20230414185855.0B4156008C@dpdk-ubuntu.dpdklab.iol.unh.edu> Date: Fri, 14 Apr 2023 18:58:55 +0000 (UTC) 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-x86_64-compile-testing Test-Status: SUCCESS http://dpdk.org/patch/126077 _Testing PASS_ Submitter: Mingjin Ye Date: Friday, April 14 2023 11:20:45 DPDK git baseline: Repo:dpdk Branch: master CommitID:3b3fef9de22af80d173453ab65a80b01ce38cbfd 126077 --> testing pass Test environment and result as below: +------------------+--------------------+ | Environment | dpdk_meson_compile | +==================+====================+ | FreeBSD 13 | PASS | +------------------+--------------------+ | CentOS Stream 9 | PASS | +------------------+--------------------+ | Debian Bullseye | PASS | +------------------+--------------------+ | Ubuntu 22.04 | PASS | +------------------+--------------------+ | CentOS Stream 8 | PASS | +------------------+--------------------+ | Ubuntu 20.04 | PASS | +------------------+--------------------+ | RHEL8 | PASS | +------------------+--------------------+ | RHEL 7 | PASS | +------------------+--------------------+ | Alpine | PASS | +------------------+--------------------+ | openSUSE Leap 15 | PASS | +------------------+--------------------+ | Debian Buster | PASS | +------------------+--------------------+ FreeBSD 13 Kernel: 13.0 Compiler: clang 11.0.1 CentOS Stream 9 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 11.3.1 20220421 Debian Bullseye Kernel: 5.4.0-122-generic Compiler: gcc 10.2.1-6 Ubuntu 22.04 Kernel: Container Host Kernel Compiler: gcc 12.2.1-2 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) 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) Alpine Kernel: 5.4.0-73-generic Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424 openSUSE Leap 15 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 7.5.0 Debian Buster Kernel: 5.4.0-122-generic Compiler: gcc 8.3.0-6 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/25997/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/