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 0623145E33 for ; Wed, 4 Dec 2024 23:30:04 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 02BCD402AF; Wed, 4 Dec 2024 23:30:04 +0100 (CET) Received: from mail-oa1-f100.google.com (mail-oa1-f100.google.com [209.85.160.100]) by mails.dpdk.org (Postfix) with ESMTP id 84B7F4029B for ; Wed, 4 Dec 2024 23:30:02 +0100 (CET) Received: by mail-oa1-f100.google.com with SMTP id 586e51a60fabf-29e45280bcfso356761fac.1 for ; Wed, 04 Dec 2024 14:30:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733351401; x=1733956201; 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=Cwpm3Kx1Fam/TM16u/1LR19LAVb8U28SJxWVU6XO9js=; b=Pu0DUwsac3YAgkbyrvwxn7LJUqRiXpWWPOFLOCNe3ruLBfzV9Ri9D3BT1RTohtZ3T1 SeilKDNM0JS3FF36dRq0oLUcJ4PklVbjlsfAVCn9UNT0c4fZT4e025j+pKhnyKvQDZTX +CJIQAFxRmXFGhS49Ff38mZ9Sr1QXWDczAw2Y= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733351401; x=1733956201; 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=Cwpm3Kx1Fam/TM16u/1LR19LAVb8U28SJxWVU6XO9js=; b=UJ0CRITy9DyZtMdby9SbcKY9hoBivSod9SGjwOcdS4rJNk86hewaAeSw4bef485Hr3 bmQTx/n+q5lZK/L355POkZ9RKv04jv6k14WbDgmAnWFM3wod1lrrUAgvIDQt2zwpyjk7 j9QaunIVjeTj1QT6Q1EF1swsih8K+lYqya4Zc5UG11kxpLRO/KSQhkawr1wL8l1uo5z2 HMDsJ52h6V7Sqqp0VJ/J7vu4dj6xDjXnBL0I8/v4IxBrDgEap96m0jtO9yvLybHP8yvy u+goHvXQymZMmXYKQFcCJV870Ih3Mtuh8YGyz3cpN7oEWjt6UnPY6YiEnSPcIUKur72M wkEg== X-Gm-Message-State: AOJu0Ywzuap3C+T6iEwex56GcXQQecqmQbkAxK2umuJcMOMy6ORRs8Nv enVQVohqPjr6JJGQ0euyJcTICAFmME3Fip/NuqUHq0IgTJ66MiZ2ddAIuX4H4YjrgAzCVBCP83g Lk3OYM5+CEupbacqH80ciVMGhZbj/RCzYfriQuyGC X-Gm-Gg: ASbGnctLzlgfipwcuiukpGbhKuJZPj7sOJ2MWx2nar1wbxDDVxm7sUrKo6YPE5LRuky +cctb+miFfUQEw8FrkAfDxNkOQ2hVLSGJqyPB1Mxm6lPrFLc54mpu8SVo3CAXy/cKYLwXouWh5n tlMYBfVJKzEI8kfibc6wKhBox/cK1TGry7lyYd2FS7aOpyLkX3tuCoYoqrwgjmXrGBtVn7dGA2o r51FVz4tIFW3727pKSVidtPbeh8fIlHNKm1zfD6BtZP7nj0YxafPSJyHsk2C6PWhNqiA24= X-Google-Smtp-Source: AGHT+IEjHv6u3QhV3sk+VthvJc67rOmxQMwIeSb6KMM4PnehFKTiK86GifoBUVy8LzqWiP263wWfh5OvDQhu X-Received: by 2002:a05:6870:2b0e:b0:288:60d6:f183 with SMTP id 586e51a60fabf-29e8889d93amr8520761fac.38.1733351401555; Wed, 04 Dec 2024 14:30:01 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 586e51a60fabf-29f5691f7e7sm3621fac.33.2024.12.04.14.30.01 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Dec 2024 14:30:01 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 04 Dec 2024 14:30:01 -0800 (PST) Message-ID: <6750d7e9.050a0220.2dc9a8.041fSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.3] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 052236052471; Wed, 4 Dec 2024 17:30:01 -0500 (EST) Subject: |PENDING| pw149024-149028 [PATCH] [v2,6/6] lib/mldev: eliminate depe From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <1733348466-16057-7-git-send-email-andremue@linux.microsoft.com> References: <1733348466-16057-7-git-send-email-andremue@linux.microsoft.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: PENDING http://dpdk.org/patch/149028 _Testing pending_ Submitter: Andre Muezerie Date: Wednesday, December 04 2024 21:41:06 DPDK git baseline: Repo:dpdk Branch: master CommitID:7df61db6c387703a36306c1aea92225921e2eeb2 149024-149028 --> testing pending Upstream job id: Template-DTS-Pipeline#201105 Test environment and result as below: +--------------------+----------------------+----------------------+ | Environment | dpdk_fips_validation | compressdev_zlib_pmd | +====================+======================+======================+ | Ubuntu 20.04 | PEND | SKIPPED | +--------------------+----------------------+----------------------+ | Ubuntu 22.04 (ARM) | SKIPPED | PASS | +--------------------+----------------------+----------------------+ Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 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/32087/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/