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 0C0B543F10 for ; Fri, 26 Apr 2024 06:29:07 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 072F443B5A; Fri, 26 Apr 2024 06:29:07 +0200 (CEST) Received: from mail-oo1-f100.google.com (mail-oo1-f100.google.com [209.85.161.100]) by mails.dpdk.org (Postfix) with ESMTP id 1E20A43B51 for ; Fri, 26 Apr 2024 06:29:05 +0200 (CEST) Received: by mail-oo1-f100.google.com with SMTP id 006d021491bc7-5ad2a15374eso1071861eaf.3 for ; Thu, 25 Apr 2024 21:29:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1714105744; x=1714710544; 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=cLNwpmrwB9SmyxKMOJKYs3kEdh/gmK41PW/b0ouVhCE=; b=jVIxOHmxm+qVpt1LYAQRDBrBW1Ld0hw/bk3p4kzDX2NaA+hTc6BRecPjXRO/Iq8PdD Nx33hdy0kcqjISABn5nv/s9TEppkAb/ezLz3fifBOhj8CnDtKJjD1NKYYVX34zgYYPCr NXeh2EBcuFs+QxiORnSAqFrPygpinM3aVaQ6M= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1714105744; x=1714710544; 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=cLNwpmrwB9SmyxKMOJKYs3kEdh/gmK41PW/b0ouVhCE=; b=Eq8EW8LG40Ya6kJ8rPv4r0jR7q4ykG/n4JyEJvGwZYIbZ8/uanFeXCT3BGZld/aHHU ndS0y9tdSDUMpPdC6NcWvvzpWqqTxOV9yQJ43mzEqns6VEycK+wfrGbHRP4C8HXf7aZk /kJagglLqzQK2nFoylu95VNcup5m44ilHcgqQvuzzFfRMxW1vhwuznk3ZrKudsEz0vN9 n5VJMORjZDqnhh8HyXNSH5em6tHzlB7XPGsV80cw4M/NdCTD+lQi7reDorGY3GLYG9rG XLDZ9MJI7CabD+xx83ZtEp+ET9aYn1wNkph+f1RxqAmQcbGhYTuRZR6koJvsZ9a+J8wV TAPQ== X-Gm-Message-State: AOJu0YwtqI+eeOtQXpenmH3LB42vrwE05XNiT7+YBtyWBlJXn0iUV83w 0TVePX33e7JPktvGz50TyXwvnWu7AVpqVr+3k2e31gDQUJfJQk/J61OAYikYW7lcFFcINnLlDh0 XWTeHGhjBkMTdgH5HHeuQnmCJZOQgjpLHfePN62LdIvRHw08WCgT9glHa X-Google-Smtp-Source: AGHT+IGKC4Q8Sg3bm4s9bfMEbiubWfvqZNc8cPVgqrwfQu1x3UHyPhnEIuXEuLbIEDqC/ncXNDNOLAigO8Hc X-Received: by 2002:a4a:ac81:0:b0:5aa:538a:ed60 with SMTP id b1-20020a4aac81000000b005aa538aed60mr2163192oon.3.1714105744256; Thu, 25 Apr 2024 21:29:04 -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 a6-20020a4aae46000000b005acc1eaffe8sm798165oon.25.2024.04.25.21.29.04 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 25 Apr 2024 21:29:04 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Thu, 25 Apr 2024 21:29:04 -0700 (PDT) Message-ID: <662b2d90.4a0a0220.5d8c3.2a27SMTPIN_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 B1E366052514; Fri, 26 Apr 2024 00:29:03 -0400 (EDT) Subject: |SUCCESS| pw139682 [PATCH] [RFC] net/af_packet: make stats reset rel From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20240425174617.2126159-1-ferruh.yigit@amd.com> References: <20240425174617.2126159-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-unit-arm64-testing Test-Status: SUCCESS http://dpdk.org/patch/139682 _Testing PASS_ Submitter: Ferruh Yigit Date: Thursday, April 25 2024 17:46:17 DPDK git baseline: Repo:dpdk Branch: master CommitID:8841786ab4aa72d205f97528af8708a13a851f4f 139682 --> testing pass Test environment and result as below: +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | +=============================+================+==============+===========================+==============================+ | 32-bit Ubuntu 20.04.4 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Debian 11 (Buster) (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | CentOS Stream 9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 38 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Debian 12 (arm) | PASS | SKIPPED | PASS | PASS | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 37 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Ubuntu 20.04 ARM SVE | SKIPPED | PASS | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ 32-bit Ubuntu 20.04.4 (ARM) Kernel: 5.4.0-155-generic aarch64 Compiler: gcc 9.4 Debian 11 (Buster) (ARM) Kernel: Container Host Kernel Compiler: gcc 10.2.1 CentOS Stream 9 (ARM) Kernel: Container Host Kernel Compiler: gcc 11.4.1 Fedora 38 (ARM) Kernel: Depends on container host Compiler: gcc 13.2.1 Debian 12 (arm) Kernel: Container Host Kernel Compiler: gcc 12.2.0 Fedora 37 (ARM) Kernel: Depends on container host Compiler: gcc 12.3.1 Ubuntu 20.04 ARM SVE Kernel: 5.4.0-167-generic Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/29858/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/