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 ADDC743DD5 for ; Fri, 26 Apr 2024 18:51:27 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8885643EC8; Fri, 26 Apr 2024 18:51:27 +0200 (CEST) Received: from mail-yw1-f226.google.com (mail-yw1-f226.google.com [209.85.128.226]) by mails.dpdk.org (Postfix) with ESMTP id 512E243D7A for ; Fri, 26 Apr 2024 18:51:26 +0200 (CEST) Received: by mail-yw1-f226.google.com with SMTP id 00721157ae682-61b92a83216so27317197b3.2 for ; Fri, 26 Apr 2024 09:51:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1714150285; x=1714755085; 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=y1/9ooMKKo9o1RLQMbAbx3b1yrn5JKs8qDynFjSFf7Y=; b=bjpn3gbzLb8wYV0PiAn9M/NEY779Miq73Vorv1mLp+s2SbATPR8x25YR8261SW110T 4aUIIYO4R95dDFJ4rKwfI1qbybII23MA5SEhbrGCZUZMIJ/HD/v9ipjdnYXgNpVOHSdh PLwxPXI/FIOz3+DvgqFvy6WvkMbmbMv52dNW4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1714150285; x=1714755085; 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=y1/9ooMKKo9o1RLQMbAbx3b1yrn5JKs8qDynFjSFf7Y=; b=fbBZrPFUhXdJtAHDPc/3qozwNz0EnMCHyTmq+Rqx7go8EqiEGX8sCq9he1fOCqXCWX sGVLmiqPqAwercSltwVvfuhAlxj6uFRuXZLN04IecoliYaIfRIS0qiI/ClPvWmHStAv+ wKVFPZxTfhosQ4c1zGpNaXIbOrkBbTDIEZG1zGxroTtXTqpbnCiUAHaCNkVGYh1sy9OI qywBst54nWrbnqXsiRxv+IsFHWtCGB6EU0A0RHvopvlwFI44qV9rHabZB1w0jhFdzvmL ywWii3morZaCRtxzSKJJLvB+FLxiDeL0v6oDK8Bll0/C46sorel29/++f9S371Y6Cs8K q9Xw== X-Gm-Message-State: AOJu0Yxn03wUD9WyK0NLV+XUvPfG1p5Lwy2MYtly4UD+49SGu9i5CC2l MKno5z6E3zenkiSUbYvqZoZIwB64KHVO3D6IZP2Zlq46Y1t13czLRuQHjaqfqxMHma5VqV+LRWG aOVsgnh3jv8t1VsLf18rj9kUE6LdS0CUwDDYj1uXXIo9xPkwVaGAJI2S6 X-Google-Smtp-Source: AGHT+IEkCg7KUiRu37y1htuzPH2eE3lEkh/kMxchs/PViNsOnPW8TEjgR2sP4U9zTiT0sBk6xHgMqngnEt1d X-Received: by 2002:a05:690c:6f84:b0:60a:576:7b79 with SMTP id je4-20020a05690c6f8400b0060a05767b79mr3454751ywb.41.1714150285676; Fri, 26 Apr 2024 09:51:25 -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 w192-20020a8149c9000000b00614a742264fsm1376339ywa.24.2024.04.26.09.51.25 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 26 Apr 2024 09:51:25 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Fri, 26 Apr 2024 09:51:25 -0700 (PDT) Message-ID: <662bdb8d.810a0220.640e.e0baSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.7] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 4C0D3604D420; Fri, 26 Apr 2024 12:51:25 -0400 (EDT) Subject: |SUCCESS| pw139705 [PATCH] [RFC,v2] net/af_packet: make stats reset From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20240426143848.2280689-1-ferruh.yigit@amd.com> References: <20240426143848.2280689-1-ferruh.yigit@amd.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-compile-amd64-testing Test-Status: SUCCESS http://dpdk.org/patch/139705 _Testing PASS_ Submitter: Ferruh Yigit Date: Friday, April 26 2024 14:38:48 DPDK git baseline: Repo:dpdk Branch: master CommitID:70fef0ac8fa33eebc9c5c95844466544f35e35f9 139705 --> testing pass Test environment and result as below: +---------------------+--------------------+-------------------+----------------------+ | Environment | dpdk_meson_compile | dpdk_msvc_compile | dpdk_mingw64_compile | +=====================+====================+===================+======================+ | FreeBSD 13.3 | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+-------------------+----------------------+ | Windows Server 2022 | PASS | PASS | PASS | +---------------------+--------------------+-------------------+----------------------+ | Windows Server 2019 | PASS | SKIPPED | PASS | +---------------------+--------------------+-------------------+----------------------+ | CentOS Stream 8 | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+-------------------+----------------------+ | CentOS Stream 9 | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+-------------------+----------------------+ | Debian 12 | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+-------------------+----------------------+ | Debian Bullseye | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+-------------------+----------------------+ | Fedora 37 | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+-------------------+----------------------+ FreeBSD 13.3 Kernel: 13.3-RELEASE-p1 Compiler: clang 17.0.6 Windows Server 2022 Kernel: 10.0.20348.2031 Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9 Windows Server 2019 Kernel: 10.0.17763 Compiler: clang 14.0 and gcc 8.1.0 (MinGW) CentOS Stream 8 Kernel: 5.4.0-167-generic Compiler: gcc 8.5.0 20210514 CentOS Stream 9 Kernel: 5.4.0-167-generic Compiler: gcc 11.4.1 20230605 Debian 12 Kernel: Container Host Kernel Compiler: gcc 10.2.1 Debian Bullseye Kernel: 5.4.0-167-generic Compiler: gcc 10.2.1-6 Fedora 37 Kernel: Depends on container host system Compiler: gcc 12.3.1 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/29868/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/