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 4144F45ED5 for ; Wed, 18 Dec 2024 04:43:05 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 15A7B4066E; Wed, 18 Dec 2024 04:43:05 +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 23339402AE for ; Wed, 18 Dec 2024 04:43:04 +0100 (CET) Received: by mail-qv1-f97.google.com with SMTP id 6a1803df08f44-6d8878ec049so57566806d6.3 for ; Tue, 17 Dec 2024 19:43:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734493383; x=1735098183; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=qOSRarLDGLjSMED8C160lfhnfqqvaaNZJSY+sQfMu/o=; b=aq0mK4p8s3JzWGfaT6f5iEKJIaMLki06BIN36vS5qGjxpeIpU+dcMIE61+gmVx/MZs eHdqNwtVScob3sX0Un2YgnupX5x6768XOlL2EX9qe5HjRSCU44O2ISf1uXBdKl86T9y1 Fq1PgEIZqUEFR7feKoh+mLQGv6ymQHloqLT0Y= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734493383; x=1735098183; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=qOSRarLDGLjSMED8C160lfhnfqqvaaNZJSY+sQfMu/o=; b=K+FGjyOp+BVruGAkwjBHyfriPArAE31lju9/TuC1zuW12/jSMwiHwCWzwADAV5/i7L KXam/tuxuEsriAnxw8HPvoH3fCKVvy1xeYbWLa0KaHG4swrMTNf44Qvu85OAdu+tH7hm dtbZBpi+FUwzcNTuVSlD5ez62ANTpCxVAu2git13lg2TAv7radEIkNUpDA8k+mIlNCxp PiWesGuBa3zfrx/CEwor1mrvmj5w0YnWvTTAn2PI/lkJtGaVC3/HCIkpYiAfeMYs83X6 0lxh1z4/75N9da/Z20QYZqoaar/qoZqAatZYyjcVVv1lPBow0Qwge+VljTklSSn9WHI/ Q2qg== X-Gm-Message-State: AOJu0YzQdkppdBdFjO9KCCIK0jvwfeBGbarfL9LeL9Qy0wQEf/A/bjXM 3CK1Y/JzQvTqHBIZZUIsFXeAxt2olY5mdSRXeEtJ3CRJlFiF7GOATlf4/z62L6/Z5fKRuN74T6e ZKrs9MdudjiK8LgiAKcNm4Flb5nmnMYxdD6HIIDapzRk+A1Fz X-Gm-Gg: ASbGncthhAUjK7HGMlqgwIjeaIuTIzWLrIRlF0F1qggAdvwKc89cNCFh/mFXvjr1h9K 8VVnUQIdAidueQW1HCnvEjJVHN6jCcaWaNQOF29iXgrtZEs6Jq5ITkplj6hJ9RyRA7sVCRO1VbU N3wib9qOZJcQ3L/P13S44FGkWscRsBTFTTYchH8FiNftCYIyynDcrROcDiD5YX0ihRyv56PIFVq R+Gk46g3kvOzTQXmzr8Jnly62DoyRP1TqMupESespnd7i4jiDPfhaxjhVhrcpXcCDjMhuCTt+dw zwR4GA== X-Google-Smtp-Source: AGHT+IGQjfZe09kFCaRWKAC2YgJE4OTME/elplNS0UjH2oQW+Y/dWa1m53FcZ/06l4qzU/pbW/pkvmMQj1bC X-Received: by 2002:ad4:5c8b:0:b0:6d8:b3a7:75a0 with SMTP id 6a1803df08f44-6dd0925e62emr27613386d6.47.1734493383370; Tue, 17 Dec 2024 19:43:03 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id 6a1803df08f44-6dcccf086a6sm4849546d6.0.2024.12.17.19.43.03 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 Dec 2024 19:43:03 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 17 Dec 2024 19:43:03 -0800 (PST) Message-ID: <676244c7.050a0220.38ca98.f64dSMTPIN_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 120136052471; Tue, 17 Dec 2024 22:43:03 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] 39bcde2d05afc0f904f906182be1e659b60ceeb7 From: dpdklab@iol.unh.edu To: Test Report 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 PASS_ Branch: 23.11-staging 39bcde2d05afc0f904f906182be1e659b60ceeb7 --> functional testing pass Upstream job id: Template-DTS-Pipeline#202944 Test environment and result as below: 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 | +-----------------------------+--------+ 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 | +-----------------------------+--------+ 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 | PASS | +----------------------------+--------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/31961/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/