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 2166C4624E for ; Mon, 17 Feb 2025 19:02:00 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EC6A9400EF; Mon, 17 Feb 2025 19:01:59 +0100 (CET) Received: from mail-pl1-f228.google.com (mail-pl1-f228.google.com [209.85.214.228]) by mails.dpdk.org (Postfix) with ESMTP id B3368400D6 for ; Mon, 17 Feb 2025 19:01:58 +0100 (CET) Received: by mail-pl1-f228.google.com with SMTP id d9443c01a7336-220f4dd756eso54637755ad.3 for ; Mon, 17 Feb 2025 10:01:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1739815318; x=1740420118; 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=OGPF2QSWvzmR8iRrw/84nSJeJ6EqGml3lF3usUtouCg=; b=G4QMKGmN8h5kWdPugKgxTEdJX0TmCVysa8L9N8OFSUTIFvZYmNdzDqxW1oILTo801b v5NAklSBAyhXLqvJWhZz/U66avf4yvJQgmg/zzwmhJpllY2FGPtjjbq7LLVVR7B4DBzn /6sPsPsdC6vGotuwabu1+PF70vzHFQ6nTSzZE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1739815318; x=1740420118; 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=OGPF2QSWvzmR8iRrw/84nSJeJ6EqGml3lF3usUtouCg=; b=GIrLJcINdXAes6DRBZRvjqi8OR7cg7dq+rcnRsrjjoE6v692p/2AuiAgjAWg97PHF7 /ND7oe1npf7Cs70TafASgjLGLt0kjhMEnjltd9cpKLhvpYbTwVdIdhxm8Mzpfyau2KgD yZxN743YpRe6pBEqq7WAgNhssRr3U9EHhlV3eI/+UvgeWV88ZvJpmLDSxpt5rpLCK/w/ zh1chz6Ix8bn0c73pcvfqUqG5NPeVv0bvNCAZXF+DLzMI6WtJZP+hqEA6anMfSqhUxId LanGnALhqTNzUx3kO8BAOzAUQHsyGHZL5HGQI/2n6V2HK8SkbGzjLKLQJ+WFPN2b/RJ1 Ip0w== X-Gm-Message-State: AOJu0YyrOp1YvOMvtSheqRkUMeCdUztSzuqA+PLmhWTMvFqwdEAGGHlM PEPcaj6wrTPisj2fJk8ocZvoN8j/pBldOGvAY0Mh8AJcWQG7UacPWsxsrc23tHdIXrbJ1a6Tr1j oTA/HC2rK3jNk7OO6BomekImtzkRNTal0h464gKkC X-Gm-Gg: ASbGncsaa5pvb/zrOoeYC/t3gsALCOBr7QbeVjxJ4gC6ZQBE7Z/MZduDB82BtV+x/yG tO0dAjJdrdhIVDuPaa8JlkoqVDcWCTF3fuh3KsrMA6zuMtsyqsmyUnA6NjKiiU/KrqaHTjcOVQP yahdONkU3H25C/tP5PCcrxjLuKIIs7tHiib08DMRc8AzZaT7CarZPt2AOlGdWAGlUu0TCcu5/Dg mUVl98k8V428FLHe+zDsNWe6aJlObJo2DvPXFEV7t8PjLbjD6LNnFGMYc4AIs3QziglzW5etKUG mqgPpxUjaJxuoseoK+ia7j/tFSQnBA== X-Google-Smtp-Source: AGHT+IFkeMfckT4oQjt0EPE63v51ciQFTIB3uIuW1cXVYO61q7zA+rQHqlEeByKegE4K0F4hUJUOezzkOfff X-Received: by 2002:a17:902:ce89:b0:21f:9c48:2557 with SMTP id d9443c01a7336-221040d74eemr180757895ad.43.1739815317738; Mon, 17 Feb 2025 10:01:57 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d9443c01a7336-220d532639esm5106785ad.59.2025.02.17.10.01.57 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 17 Feb 2025 10:01:57 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 17 Feb 2025 10:01:57 -0800 (PST) Message-ID: <67b37995.170a0220.30d79e.9a8eSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.5] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id E74316052471; Mon, 17 Feb 2025 13:01:56 -0500 (EST) Subject: |PENDING| pw151557 [PATCH] [v2] testpmd: support meter_mark init_col From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250217172111.67655-1-getelson@nvidia.com> References: <20250217172111.67655-1-getelson@nvidia.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: PENDING http://dpdk.org/patch/151557 _Testing pending_ Submitter: Gregory Etelson Date: Monday, February 17 2025 17:21:10 DPDK git baseline: Repo:dpdk Branch: master CommitID:968f7b6d7b6a7e60e6e551db430c4eecaccbbfd2 151557 --> testing pending Upstream job id: Generic-Unit-Test-DPDK#315552 Test environment and result as below: +-----------------------------+----------------+------------------------------+---------------------------+--------------+ | Environment | dpdk_unit_test | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest | lpm_autotest | +=============================+================+==============================+===========================+==============+ | 32-bit Ubuntu 22.04.4 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+------------------------------+---------------------------+--------------+ | CentOS Stream 10 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+------------------------------+---------------------------+--------------+ | CentOS Stream 9 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+------------------------------+---------------------------+--------------+ | Fedora 40 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+------------------------------+---------------------------+--------------+ | Debian 12 (arm) | PEND | PEND | PASS | SKIPPED | +-----------------------------+----------------+------------------------------+---------------------------+--------------+ | Fedora 41 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+------------------------------+---------------------------+--------------+ | Debian 11 (Buster) (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+------------------------------+---------------------------+--------------+ | Fedora 41 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+------------------------------+---------------------------+--------------+ | RHEL9 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+------------------------------+---------------------------+--------------+ | Ubuntu 22.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+------------------------------+---------------------------+--------------+ | Fedora 40 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+------------------------------+---------------------------+--------------+ | Ubuntu 24.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+------------------------------+---------------------------+--------------+ | Ubuntu 20.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+------------------------------+---------------------------+--------------+ | Ubuntu 20.04 ARM SVE | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------------+----------------+------------------------------+---------------------------+--------------+ 32-bit Ubuntu 22.04.4 (ARM) Kernel: 5.15.83+ aarch64 Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 CentOS Stream 10 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6) CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 41 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Debian 11 (Buster) (ARM) Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 Fedora 41 (ARM Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Ubuntu 20.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32594/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/