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 9293C45E79 for ; Wed, 11 Dec 2024 16:00:32 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8F56F402A8; Wed, 11 Dec 2024 16:00:32 +0100 (CET) Received: from mail-il1-f225.google.com (mail-il1-f225.google.com [209.85.166.225]) by mails.dpdk.org (Postfix) with ESMTP id 4F9A64026E for ; Wed, 11 Dec 2024 16:00:30 +0100 (CET) Received: by mail-il1-f225.google.com with SMTP id e9e14a558f8ab-3a7d690479eso38011625ab.0 for ; Wed, 11 Dec 2024 07:00:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733929229; x=1734534029; 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=laPzO9l1KlEJwBHJpYAwb20Cm7kTa89QU7pC+yPJmrQ=; b=DrTr2NhD4T4R/Lj5SQz8aFsm+9PtAC7RL9tNCywUEx/kmagkRsHL9HQCAeqKNkYbbV JENrI/s3z+imKRK0ymtaLoJiJ1OB7A72/5TA4tsgzGQq+RGjlWt3C2YfmoihD/rAT8AL J7SQ/J1FlxGqqAJW5Reg+BGySiLsnhTXf/CdI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733929229; x=1734534029; 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=laPzO9l1KlEJwBHJpYAwb20Cm7kTa89QU7pC+yPJmrQ=; b=phXa/VpwEhL0T9l5dE1NLYN68Llfzos4xYSIjOtJ+dnfHwPxzbS0PUDaN2ku4ip4iO pqALkUk4RH5vSg7EzYwFnKviynbqV6/0rSyyQPnW8tvw03SBwRHoCp92sXr28nHB+c+0 NCtU6zKWGkPkQ8rgVIJdyToKxpkRvDo/o1IqTXeO7Fk1E1Ch0fPSricGR6jpIDzUJf4Y 8wJpUayVqYzW5mS/mpeJsBgOoVnBcgP75+B0DSi/Hrv+vQrWYhux5uWzwV5y5slGTTWA TXmRSZgmrPeiOhGraiKKTNcaey1wO1pTuH1uPS20zlmi5/WxZc9zW/TAlGrkIWaHxw/Q OvpQ== X-Gm-Message-State: AOJu0Yz7NkacSUuKpu4rpCYwqFLaKlcOdMDBOVUkmZ20OYhCuqpEsRM9 grD6rrlUyrN1nmDFWhnNNxkeK8K6abCwaxGWTOdKFqyEf55uov+5wAxpFev+027rESSEuaMyqfa EbaNmEIH/wJHxU9lXUdu4fam1dhksniO6VKgB1Kdo X-Gm-Gg: ASbGncvyHOD8xgsLejuKapzc8UOFDbHVgeRLBvySQdfKo+2Kj28ohRfBHlxl0BspffU UHORuwFNZ1jWdw67AxNtyKqbakSyPxvC87XoHjVvQohhy3VPYsbpbHb+iHGUOgy2n1u84Sb80O1 Bf6bpWp4XokCMsFL/IrBXoPUEL6dd0AdXEDjIxHpoiCxGeLpERoGJvGuaPUtwlm91f75XEE7mw1 N6bZCDn0NxD4FjrIXO1P8DbYVn+kLkt0AHOGszg2iU8kQU0T1xMff53Opg8gQCH0fj7coEY5N8= X-Google-Smtp-Source: AGHT+IEoJzxd0EcFbd5gisKfn8HB1CQI9PwiW7zqDj7sFY0vb62eLBLYgzylYRFxl2l0TyokPdziMH/Of8lE X-Received: by 2002:a05:6e02:20e3:b0:3a7:c60b:ad90 with SMTP id e9e14a558f8ab-3ac2c100592mr314975ab.3.1733929229473; Wed, 11 Dec 2024 07:00:29 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id e9e14a558f8ab-3a81980af54sm5580965ab.10.2024.12.11.07.00.29 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 11 Dec 2024 07:00:29 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 11 Dec 2024 07:00:29 -0800 (PST) Message-ID: <6759a90d.050a0220.2620b6.2521SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.4] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 7493F6052471; Wed, 11 Dec 2024 10:00:28 -0500 (EST) Subject: |PENDING| pw149153 [PATCH] test/dispatcher: transfer impl_opaque fie From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241211141303.132448-1-mattias.ronnblom@ericsson.com> References: <20241211141303.132448-1-mattias.ronnblom@ericsson.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/149153 _Testing pending_ Submitter: Mattias Ronnblom Date: Wednesday, December 11 2024 14:13:03 DPDK git baseline: Repo:dpdk Branch: master CommitID:7df61db6c387703a36306c1aea92225921e2eeb2 149153 --> testing pending Upstream job id: Generic-Unit-Test-DPDK#298757 Test environment and result as below: +-----------------------+--------------+---------------------------+------------------------------+----------------+ | Environment | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test | +=======================+==============+===========================+==============================+================+ | Ubuntu 20.04 ARM SVE | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------+--------------+---------------------------+------------------------------+----------------+ | Debian 12 (arm) | SKIPPED | PEND | PASS | PEND | +-----------------------+--------------+---------------------------+------------------------------+----------------+ | Fedora 39 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------+--------------+---------------------------+------------------------------+----------------+ | RHEL9 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------+--------------+---------------------------+------------------------------+----------------+ | Ubuntu 20.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------+--------------+---------------------------+------------------------------+----------------+ | Fedora 40 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------+--------------+---------------------------+------------------------------+----------------+ | Ubuntu 24.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------+--------------+---------------------------+------------------------------+----------------+ | CentOS Stream 9 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------+--------------+---------------------------+------------------------------+----------------+ | Fedora 40 (ARM Clang) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------+--------------+---------------------------+------------------------------+----------------+ | Ubuntu 22.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------+--------------+---------------------------+------------------------------+----------------+ | Fedora 39 (ARM Clang) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------+--------------+---------------------------+------------------------------+----------------+ Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 20.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Fedora 39 (ARM Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32119/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/