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 EC39543F09 for ; Thu, 25 Apr 2024 21:49:56 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E6CAC43943; Thu, 25 Apr 2024 21:49:56 +0200 (CEST) Received: from mail-il1-f227.google.com (mail-il1-f227.google.com [209.85.166.227]) by mails.dpdk.org (Postfix) with ESMTP id 5C7B640A67 for ; Thu, 25 Apr 2024 21:49:55 +0200 (CEST) Received: by mail-il1-f227.google.com with SMTP id e9e14a558f8ab-36a165b8845so4517035ab.1 for ; Thu, 25 Apr 2024 12:49:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1714074594; x=1714679394; 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=XSV/O6Bco8yXXjmOx3FCsc2ZDCKQ9tf5KiQmVvTtJco=; b=M8gD4bL1+g9++IKin9eeqhUyHRRJPSAkNZAqCmuToVxMgqDIxTGga34nNJb3RdBV1P jpDN77CdCobPoS3Q7CMCLDi65heEG4hNHy6XHjzaw6SkgQPL2WuWc/mLvMFmh8sXNpqN 3ovZGZcDNHp2Kzyx3u8NPjoBoTH3o20QT93P0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1714074594; x=1714679394; 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=XSV/O6Bco8yXXjmOx3FCsc2ZDCKQ9tf5KiQmVvTtJco=; b=F2QkFcC40Gm5lPSL5UX6+qXZuI0uoOxH+CcWXq56LoqGc4hPHg51o4qR2nUETwyVDM i3RwgcBHQK1+4+QYMItvzwzjfeKIeLD9d4FokzGZLWG9pq/2szHCP1HiKFVIbwV6K4DF XrDh9BgV7K1Q4PJO9L1CBz/twkhtkIsRirFtd4iw4/MIHGPAwPhoRWRVcreoGTjVyM5I 6Md47g0CbgjmC5jU6DxG/3jUWVfz9keN6y/2WYqHgRS47nFgyhyJbZDyQYTM2qb4/cng nIrvGV3Cjmd5Jx01yb5jTkmlK10pxjSpUaZr6qO8Cg2BPpgzdeMYiEgioPDUo8YKxc6k WE4w== X-Gm-Message-State: AOJu0YzdawfRezgNVWUuZ1ldLZa7A3Fyc2qjwghVBIbnVEriBLByV2ZD wZoZWd/VVci6ixKsTbZDo6Z2QbYhh+5r6Tqm4LHnq+8ggLQSNYge5O56jMmcBklSZxDp90dFKY8 9QgjPunSDLiezuQ5mwL8+m6TRwWWMJGBdUSBwvlZP6OE5Xpx1o5WpvpHq X-Google-Smtp-Source: AGHT+IEO2b0/BX84mQ7EcFBmb8w8Qrz1KBfTaswln+6o/Wi3fFJzDnXDBqZIvugB9w5vgFmcphcHEeIdIC2c X-Received: by 2002:a05:6e02:1785:b0:36a:3c40:3e34 with SMTP id y5-20020a056e02178500b0036a3c403e34mr889050ilu.1.1714074594753; Thu, 25 Apr 2024 12:49:54 -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 u14-20020a056e02110e00b0036b18c46defsm973635ilk.68.2024.04.25.12.49.54 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 25 Apr 2024 12:49:54 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Thu, 25 Apr 2024 12:49:54 -0700 (PDT) Message-ID: <662ab3e2.050a0220.906c7.6286SMTPIN_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 462BD6052514; Thu, 25 Apr 2024 15:49:54 -0400 (EDT) Subject: |SUCCESS| pw139681 [PATCH] ethdev: document that stats reset APIs ar From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20240425165308.1078454-1-ferruh.yigit@amd.com> References: <20240425165308.1078454-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/139681 _Testing PASS_ Submitter: Ferruh Yigit Date: Thursday, April 25 2024 16:53:08 DPDK git baseline: Repo:dpdk Branch: master CommitID:8841786ab4aa72d205f97528af8708a13a851f4f 139681 --> testing pass Test environment and result as below: +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | +=============================+================+==============+===========================+==============================+ | CentOS Stream 9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Debian 11 (Buster) (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | 32-bit Ubuntu 20.04.4 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Debian 12 (arm) | PASS | SKIPPED | PASS | PASS | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 37 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 39 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 39 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Ubuntu 20.04 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 38 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 38 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Ubuntu 20.04 ARM SVE | SKIPPED | PASS | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ CentOS Stream 9 (ARM) Kernel: Container Host Kernel Compiler: gcc 11.4.1 Debian 11 (Buster) (ARM) Kernel: Container Host Kernel Compiler: gcc 10.2.1 32-bit Ubuntu 20.04.4 (ARM) Kernel: 5.4.0-155-generic aarch64 Compiler: gcc 9.4 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 Fedora 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.2.1 Fedora 39 (ARM Clang) Kernel: Depends on container host Compiler: clang 17.0.6 Ubuntu 20.04 (ARM) Kernel: Container Host Kernel Compiler: gcc 9.4.0 Fedora 38 (ARM) Kernel: Depends on container host Compiler: gcc 13.2.1 Fedora 38 (ARM Clang) Kernel: Depends on container host Compiler: clang 16.0.6 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/29857/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/