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 75839461AF for ; Fri, 7 Feb 2025 01:01:07 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 21D35402D5; Fri, 7 Feb 2025 01:01:07 +0100 (CET) Received: from mail-qk1-f225.google.com (mail-qk1-f225.google.com [209.85.222.225]) by mails.dpdk.org (Postfix) with ESMTP id A66DC402A7 for ; Fri, 7 Feb 2025 01:01:05 +0100 (CET) Received: by mail-qk1-f225.google.com with SMTP id af79cd13be357-7b6f0afda3fso173681285a.2 for ; Thu, 06 Feb 2025 16:01:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1738886465; x=1739491265; 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=f0xOyDsJIbYwn6I89B+oeS6hDUfm3DYc822zV3ckx3k=; b=enDV/nzRl5VLhNZ0i7e382uI3KlJRJQW9rk9cM3EV8CMg7cFrOtqTAYThN/VOoRzmk BGfNq7Sso/Ehv59GbrwO2dhbrRS0S3OaqOFLp3Fyum4833YuP/CBBc28mhr8pjkVUHXU 0S623QihUI62IMWg3awadelZn1ZtXz/dLYpJc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738886465; x=1739491265; 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=f0xOyDsJIbYwn6I89B+oeS6hDUfm3DYc822zV3ckx3k=; b=eiqJot6tqReCw9aFBu0cYrksMT9UK8fl0m6X/DxX5xDdv6BXTlj+Fv3/6Yej54ISV4 4NpIokGCVXWt2/sZn7yXGYnjB9H1Vgd9duaiQ4P+37xa2Hgd8VnBcXXelzwyYAIXpD4g PcrN6a4xfnjSCbTWizl9DlihzoR67zfiy9ZVwArYiAx7Bq90GisAnPjWpJiXjLK84qBt mSHttSGrBTfiXK6IT+4J0yQW0BNe3DAGYDt+z9I0X+ydTqGF0iaR+6GjLRUrvQnh2+Mz 4fcMdYKU2jkXuD63ZMo59qOqo0TkPwbk91WwUx2aiG9KkgHDshXdyGDyQLyC48kull70 cq1g== X-Gm-Message-State: AOJu0YwQO796BBAlIVtylpnV1qEnNB59RK/ZWuDRc1fT86eAOMwKy5fK soTezc7rikSuDgq4SXV3bdh6ZH+xhljnUMdZzhX7cwMhz7VZIqsx9MhKIIdG9Zbi35i0qZqXons ZrAVlqwQL1l7geNkrRCDfZPWDml4iiegiffcLGuhl X-Gm-Gg: ASbGnct3V72RBz+H2GMtFA81UnJXkIwtEY7hUAM6QuFBrNzjksG9dYNSje37C1/fFw9 IVXdiinMaB38AroxFZarwlskbfJnfZBeZUDTogtOCa6muMjA6XjgCjmDxmzDsQ5wpyOztyVXo/T 3NMtRoHpaRd7q0uOhVabevniIqadggWKm8swjDU3K+qLx7CrA3kUuF/itAYbFHiHG8nR7dmubEw YpJhGLLgGw8UQ3JOpOst83XvricVRuwCFAoZndw2906TkQx0t1TaeVC3GNpV+g1iPfTyhnlaUUi v34U8J915kjHXu0iQLGI278adAx37w== X-Google-Smtp-Source: AGHT+IGslFfRajiZrvpMgsr2WaYpbnicH4WTycvrC9dwb9gsQ5Jlo5csC7gbkNYULRKEzdHiKFdBqo622W4D X-Received: by 2002:a05:620a:1a10:b0:7b6:dac1:cb80 with SMTP id af79cd13be357-7c047ca804amr200420685a.58.1738886464849; Thu, 06 Feb 2025 16:01:04 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 6a1803df08f44-6e43ba40751sm1425506d6.21.2025.02.06.16.01.04 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 06 Feb 2025 16:01:04 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 06 Feb 2025 16:01:04 -0800 (PST) Message-ID: <67a54d40.050a0220.ba4fd.7e5dSMTPIN_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 86B3B6052471; Thu, 6 Feb 2025 19:01:04 -0500 (EST) Subject: |SUCCESS| pw151071 [PATCH] [v3] net: add thread-safe crc api From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250206203844.3874038-1-arkadiuszx.kusztal@intel.com> References: <20250206203844.3874038-1-arkadiuszx.kusztal@intel.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-sample-apps-testing Test-Status: SUCCESS http://dpdk.org/patch/151071 _Testing PASS_ Submitter: Kusztal, ArkadiuszX Date: Thursday, February 06 2025 20:38:44 DPDK git baseline: Repo:dpdk Branch: master CommitID:7125636162d67b1c40ba6802a3ff4466d125d243 151071 --> testing pass Upstream job id: Template-DTS-Pipeline#211276 Test environment and result as below: +--------------------+----------------------+ | Environment | compressdev_zlib_pmd | +====================+======================+ | Ubuntu 22.04 (ARM) | PASS | +--------------------+----------------------+ Ubuntu 22.04 (ARM) Kernel: 5.15.0-97-generic Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32514/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/