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 5A0F546089 for ; Wed, 15 Jan 2025 07:49:34 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 394984025F; Wed, 15 Jan 2025 07:49:34 +0100 (CET) Received: from mail-yb1-f228.google.com (mail-yb1-f228.google.com [209.85.219.228]) by mails.dpdk.org (Postfix) with ESMTP id 23FAE4003C for ; Wed, 15 Jan 2025 07:49:33 +0100 (CET) Received: by mail-yb1-f228.google.com with SMTP id 3f1490d57ef6-e53a91756e5so11454212276.1 for ; Tue, 14 Jan 2025 22:49:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736923772; x=1737528572; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=yBYPrm99ajf3iaOKEqZAhAq2QJ2mc7X2sQDCxhioSI8=; b=K3tdOn29703Aem0yd0gwo2ECohH2pyQ1KboUsEkFLZN26CeM2GympQfZ2F3twLhbjo ksMFuz+5wEOuyuyBhRaAt+AkLysiieODoqD7tIXrmTYLqZEEVmBL69HLlRgpFwF8ztUt jG1iSEOu7f3svORYUr/BNCH/YiEz2rZSAu7lE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736923772; x=1737528572; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=yBYPrm99ajf3iaOKEqZAhAq2QJ2mc7X2sQDCxhioSI8=; b=KS4hfSFrkHAuGuwA/pGxL03P7F7XzIGVNYBkDKkwleSmM+6ph9oEK5KoiwrVSrsfAJ rBxWkI7f427cBrj5VqKsF0eEJ9FOGXwcQIhQD8VhhwChN/waNoYWVgVB1LL69A+naCYu LNndMBF4jW4xoZgv8iWCSOGPRzIOU/YhtsjllbGtIFzemqNReq7IltnP8azwTmAXg6mV +CwLIwCU6SyEP7UkaPY0IXq4xPNB49PMr8plZ48Rr0TFHvWyaT1eeMA6LeEHEoVgJsjs kt1vf5IZRNI7PfLGmTY6luNmJWWFH6nL42YqAnxe0r24h1OfziQMXP9EWQs43pVt7okS LcIA== X-Gm-Message-State: AOJu0YyPeFzfdSUBOGk55LpElCF9q+Tk+R/pnzb86CzpDa2acoO4i1oF l3MBmvLe/01kK4dyZ5AqO7a3T3IXKdUsVPIg1Kkku/3VFVDwd8dKsj5bBdm5nZ6WNbvDndTdqWo DOwuEPR1jGpg/qbiZJtLzEUfLoBoayQg5 X-Gm-Gg: ASbGncv9s4AEiHrneBmBXhcwdZxGWZ54MuLsreEvqvHeNTGkFE+4oqwx10qMEK8p2cy cJh6mDqCqWlfjCKzIIfFuy+ECq8wEkCxbSAiiyRlBiF6ffnZuwY6tdJcyg2bw18OSaBg2VpHvXD MoWbmY9994ZIWcFQleSBIGvDv1Of8Pf0LQU7MSpkhnY7yuUjUTG5IQGP2Z5wB+S0jR+fSznDZF0 +iYNGahqqS0C8FMnMiYCUCynR7kh5nVIkQADMYmgFPL2Z6c9neKHqbvcohZ2RivEn3+Woo6wOTZ Ytdfug== X-Google-Smtp-Source: AGHT+IFMVyqZf4UVKeLwkIWrke45pYqaVWDTGmriq2OoKUhetRJKx39vx0FpUtNrnb8BlA21ZoqEV6ViZz8T X-Received: by 2002:a05:690c:6702:b0:6ef:5ca3:d0d9 with SMTP id 00721157ae682-6f53123988fmr234636097b3.20.1736923772425; Tue, 14 Jan 2025 22:49:32 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 00721157ae682-6f546c35cbbsm11114197b3.4.2025.01.14.22.49.32 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 14 Jan 2025 22:49:32 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 14 Jan 2025 22:49:32 -0800 (PST) Message-ID: <67875a7c.0d0a0220.1ba7d1.ececSMTPIN_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 088EF6052471; Wed, 15 Jan 2025 01:49:32 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] 7ce7d3341d7e21c2a81f2fea8e451681d7306d77 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: tags/v22.11 7ce7d3341d7e21c2a81f2fea8e451681d7306d77 --> functional testing pass Upstream job id: Template-DTS-Pipeline#206956 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 | +-----------------------------+--------+ 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/32203/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/