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 9115D45E64 for ; Tue, 10 Dec 2024 07:28:49 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8C09D40264; Tue, 10 Dec 2024 07:28:49 +0100 (CET) Received: from mail-qv1-f97.google.com (mail-qv1-f97.google.com [209.85.219.97]) by mails.dpdk.org (Postfix) with ESMTP id A98B84025A for ; Tue, 10 Dec 2024 07:28:47 +0100 (CET) Received: by mail-qv1-f97.google.com with SMTP id 6a1803df08f44-6d8f916b40bso37817806d6.3 for ; Mon, 09 Dec 2024 22:28:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733812127; x=1734416927; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=lpqiq87aQIYBEJOfGt8JhHHOxDjAnrsWXJPW4T2Qk/A=; b=GnWTu34RznUztLixFnB0XeIyY7hYijjWAqQLhgpYnrtifqhs79vZlK8xCNa14enCx1 EJ6OHO356XN+vmHWh2YiJ8PPnyeykxLIc/fuJhHMzhJycDQOPnS1KfvG0KzkGnx7X8go eHoiovL8WSmvaEqaZWf4FoV8S2NMu8s41UU3E= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733812127; x=1734416927; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=lpqiq87aQIYBEJOfGt8JhHHOxDjAnrsWXJPW4T2Qk/A=; b=p0qBL9Qlou1OOzh5ld2/Dm4ZAXA7/rpVfqlqe5nO/QKEAk0QV/8IpgyrPyoqxNjO8v NX6lJvNzPvAh2gSgtTJZdemPsAY79lFvKKyVuPjwTG8jMmS0kWK4efmz+t5T0GVbpYX2 9kzQtDdeiKs3Uo3s8TFI9CBVmg6RnYjFGun+eUaYdYG2qbu1OBDWNeL8Gk7WP2gDqJbk KTKBLWhEd9TxL4GJTltxnNqO/uKoYP/pFs0+JJUVmr00DbaNXMeiYTdFKLvUVLr+YNwr Vaz3ldBKLuZrAvk3udgdd5JD3i/VSQjy38HS/aQyTd2N6qW6m+jAKoBA5k+I4vU5UGEt PwWw== X-Gm-Message-State: AOJu0YynOfUgHzyJxN7A8t/NyVUCVV9PcaF7TI44kwh0dohQrVJIn+oa lQHDRi4vr+rP1ivqCHzJmYMlRf8ySAHsPxiVD19SSVQNXGopOpVdt8fZNLzpqthwd/az3tB0FI8 cxzbaj2DVbmGf7WMmjLq1Ff3AV6+iNtL5 X-Gm-Gg: ASbGncuxT0ZYILYhb1DmDAzCRdfqf+WLS4E4YqdHk9WAVCnu5Tlp+lo1dx7YmRn40oK 6vcWgOleYe1KKqDjLcjSDKaH8jQsimzrSVskl322Z3377p1/GCx7CZZxdpvsILFLN+qojlx0ooX FNbfLw9roOyWOfUwzEOSufJH8NG4bXIUTbOtIsGbtYh6vyuVM3oRnm3eQsnE1cQV8/la5GCdWN/ N4lSJQ3h6ZwIJwodBG5K8A9H6CobKQwVx7kiwFzIeD90pET7Vhvrv3/S019wiiMmc8rJ10Hpok= X-Google-Smtp-Source: AGHT+IEOX1k8dVO5L77oUPFNJ1zSTdXqMpm1QmdkLpkhXB1EfI9PDjb792cBhFzuB4V9bz5ZPqYMH25oolDB X-Received: by 2002:a05:6214:d48:b0:6d4:22d4:f5b0 with SMTP id 6a1803df08f44-6d91e425429mr45392676d6.33.1733812127109; Mon, 09 Dec 2024 22:28:47 -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-6d8dac147f9sm5489316d6.66.2024.12.09.22.28.47 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 09 Dec 2024 22:28:47 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 09 Dec 2024 22:28:47 -0800 (PST) Message-ID: <6757df9f.050a0220.5cc9f.1255SMTPIN_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 CC2946052471; Tue, 10 Dec 2024 01:28:46 -0500 (EST) Subject: |FAILURE| [GIT MASTER] f197f1e13ccfb74c92ad05602443dd0984f39540 From: dpdklab@iol.unh.edu To: Test Report , Georgii Tkachuk , Qian Xu , Lijuan Tu , Ferruh Yigit Cc: dpdk-test-reports@iol.unh.edu, Xueming Li , Christian Ehrhardt , Kevin Traynor , Luca Boccassi 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 _Functional Testing issues_ Branch: tags/v21.11 f197f1e13ccfb74c92ad05602443dd0984f39540 --> functional testing issues Upstream job id: Template-DTS-Pipeline#201757 Test environment and result as below: Arm Ampere Altra - Ubuntu 22.04 Kernel: 5.15.83+ Compiler: gcc 11.4 NIC: Intel Corporation QAT 8970 0 Mbps Aggregate Results by Test Suite +----------------------------+--------+ | Test Suite | Result | +============================+========+ | crypto_perf_cryptodev_perf | FAIL | +----------------------------+--------+ Ubuntu 20.04 Kernel: 5.4.0-122-generic Compiler: gcc 9.4.0 NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps Aggregate Results by Test Suite +-----------------------------+--------+ | Test Suite | Result | +=============================+========+ | unit_tests_mbuf | PASS | +-----------------------------+--------+ | vhost_virtio_user_interrupt | PASS | +-----------------------------+--------+ | virtio_smoke | PASS | +-----------------------------+--------+ Ubuntu 20.04 Kernel: 5.4.0-122-generic Compiler: gcc 9.4.0 NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps Aggregate Results by Test Suite +-----------------------------+--------+ | Test Suite | Result | +=============================+========+ | unit_tests_mbuf | PASS | +-----------------------------+--------+ | vhost_virtio_user_interrupt | PASS | +-----------------------------+--------+ | virtio_smoke | PASS | +-----------------------------+--------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/31886/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/