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 ADA5445E1E for ; Tue, 3 Dec 2024 19:24:05 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 896BA40261; Tue, 3 Dec 2024 19:24:05 +0100 (CET) Received: from mail-il1-f227.google.com (mail-il1-f227.google.com [209.85.166.227]) by mails.dpdk.org (Postfix) with ESMTP id 813044025D for ; Tue, 3 Dec 2024 19:24:04 +0100 (CET) Received: by mail-il1-f227.google.com with SMTP id e9e14a558f8ab-3a79911ac70so25379045ab.1 for ; Tue, 03 Dec 2024 10:24:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733250244; x=1733855044; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=NuAmesrLPwR0+tv9R9bMGJJpEdA56f0wrCdvJ0wcgeU=; b=Ar/wnwOMxiGW6oWGKcetYMzX86svA3xYO6SuY2zKG7g6ZpPLsYrG3jVaw9mJlNFasW H3l4F5/dl+2d0TzWTYVrtvFnn+XOuRLaHeO3Bw/BdsdOoNYCjD5XTN93tsVHqseDlrLM LgwLLAZMrMifDNOivMSSWWzRwwB1PHwImSzTA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733250244; x=1733855044; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=NuAmesrLPwR0+tv9R9bMGJJpEdA56f0wrCdvJ0wcgeU=; b=IAjy8GRZx0ePwBZKIhmY+oKMeZiKr7UTsM5Rh2LrQIDQq/g3MI3xCdpla6CbOchRof zdb16dUETsVVfk/yd96seORkUniGmyI3Sh4ESdKALkYjUCktH1w2RWUgDslOWA36I8Uv 0vNGhtXc6Es+VNuWaMtRPmNloOf7jiI1midIg3801aWGGjMD2ZdC/U8AF8Sd68SaEqjM ih+SJA26xmoHc9DzZXzTdG3dnEkPcLQCDGU3bPJCAJxWMLHDgONeAaCZKRu3kPBawCoZ du342Za+iOciBXf6x52qLAqEobolrUZqVnzPxDjVONVUTd3yVla6MvqLk7Qos5uaJ0Ku dn/Q== X-Gm-Message-State: AOJu0YyjdJ2fBH/NEdSNPAnPTDyZ7Jzxwl5Becl8rfaxL/X9rPNHAZnF /G1bkRqzp7BaiPbt4Iz3aJf6s4GlHvY97DOzRAraVuGdp1+LrXDdJRej1OIsxKdQSirup4stsUz xpPfaOVuJLHMzCIN3qV0+0Nh5kzfx5A129NQSS92dwz/qsDW4VSwZmYQn X-Gm-Gg: ASbGncuKFEAzt7bvZUEmsNUeoje/Qig4ZM6oc9WQxni9JpGMFySnh21QwllC012Dom+ eysBlNU43MDxrwAs3ZEpxYMSOC4tYhQnEdQhTPvmG0MgxyVTVIAbTJhju4AhfwXI29HLZYfvCHy IfKVBWyX0NAFRxZU31SYtvZx2Nu8phwScBNwWduBooDTjFC7hQlYwFWKwEAJGP36daKGYSlHTN5 zvCp3+bL5TOhPrKDGh+4gL3xRkgkahdA5h0BqpD7teLBl+B+55BkduwvofehUTDweSKh6/a+pM= X-Google-Smtp-Source: AGHT+IFCpCY9hsb7dZqkfqn6wxYdoCxsdC2huEo/jHo3pC6vKvBTTcAdknqaSRRVuFgZClOUbiVGU11zXK4M X-Received: by 2002:a05:6e02:198f:b0:3a7:e732:471b with SMTP id e9e14a558f8ab-3a7f9a4ded9mr33024195ab.11.1733250243877; Tue, 03 Dec 2024 10:24: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 8926c6da1cb9f-4e230e93512sm481219173.70.2024.12.03.10.24.03 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 03 Dec 2024 10:24:03 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 03 Dec 2024 10:24:03 -0800 (PST) Message-ID: <674f4cc3.050a0220.f4990.af61SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.6] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 655736052471; Tue, 3 Dec 2024 13:24:03 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] 4843aacb0d1201fef37e8a579fcd8baec4acdf98 From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu, Akhil Goyal 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: dpdk-next-crypto 4843aacb0d1201fef37e8a579fcd8baec4acdf98 --> functional testing pass Upstream job id: Template-DTS-Pipeline#200665 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 XL710-QDA2 40000 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/31818/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/