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 E41C545EA2 for ; Sat, 14 Dec 2024 18:05:27 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BB7064026F; Sat, 14 Dec 2024 18:05:27 +0100 (CET) Received: from mail-yw1-f225.google.com (mail-yw1-f225.google.com [209.85.128.225]) by mails.dpdk.org (Postfix) with ESMTP id B449C4025D for ; Sat, 14 Dec 2024 18:05:26 +0100 (CET) Received: by mail-yw1-f225.google.com with SMTP id 00721157ae682-6ef7f8acc33so26647227b3.1 for ; Sat, 14 Dec 2024 09:05:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734195926; x=1734800726; 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=9gaZRa29c44f33B56ISNYVL5rPkddugFm7Iwy231Kdo=; b=Ees34etx0hvY1t87UxD4dASohGG13zVnljls9KyK+UdlNbaFbpzyENBJR2vB+xhNda 5gaOBYzolQOwHiH0MI55+Xy4Qfm9ZgQAf4kD+3dWZrx7QUMEX/bE0wCTF97FYHgjwFXB 0qZ4IYFJwUsbMaKeMa/fTwf4xjUvsbLBdY6bM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734195926; x=1734800726; 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=9gaZRa29c44f33B56ISNYVL5rPkddugFm7Iwy231Kdo=; b=VoeGDGiJWoNrFYdDtxxhhNVLItU/DRdbQ361QNTf21FB7OItysdr9p+BP7oTy1bWQI qg3oFXaIR5lqjsJ0nTN2WUzRbnwvFU3/Qgvi0vjb0CF5qtyRj9yErFXtCmPmueLZnI0g ZbxvKTs5auvD5IUjp8xpcX+Rl6IT/fq4wrASDwTmccWdq6s8DHWgdPdsowKvaHF3EEZI 3Fd6JPazeoL8mKy32ubm8IyFz0/qbIFdADc2V+hM4nWl3BuXMNC0IziYMrYgIgbDDgl2 m0HlKnswZU/CrYbru9TSSShfGPk8al/jACE6Om/709XmHDxaY3ADVsZcOaFRlXV9e9Nw jnkQ== X-Gm-Message-State: AOJu0YywAh6wX2bSM4R3aAK7/XUJYQy633gYP5SUAbHJV1ZwQc/Ez+D5 2j48VLdBoUXY0Z6Oi+4ZlseUTaKEae3E1uXDzw36uAtWzxWi9SKTKT/gKhQeauGL7Xa3WfAAg+s g2Pwx78TMseWdgR7edIbm40iSfJwcnQUUlOucyGA76CTMyWjyxdZcEDco X-Gm-Gg: ASbGncsT5vD9flAhSkEzs+RfMveKM85uuzPFu/GI+yM8N57G/cbBm4RgbSiauabDurl DW5SpETneGxZsmolv5bpPASu/Sxd8Dl70YutvjxwDvVB0zj0Kd6hYCp+ASPdCdseyS7hDHb0Twl cpfMysM7Dpe7oaHgb8n/QQr0FutjZPyJLAsQVoUQFekpy68j6MeQRT+zWNERmon78YoCrnzNq0w iHhZmCnU0ha30DKGwUPCKPYQg+QoPwA1VqkGamPLvZdriDLpKZO0sYA7SiALRWOJMZZH1XtomqO Ncz7mg== X-Google-Smtp-Source: AGHT+IHD/5D6NOYp4Z1aIVkzagYTg7YDGARklHHP5Xo987mFrsRW+3IRbrT7t1AE+L1amAPufIy6MNr6UwDo X-Received: by 2002:a05:690c:6608:b0:6e5:a431:af41 with SMTP id 00721157ae682-6f279bc856amr65895577b3.38.1734195926068; Sat, 14 Dec 2024 09:05:26 -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 00721157ae682-6f289265b4asm568217b3.47.2024.12.14.09.05.26 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sat, 14 Dec 2024 09:05:26 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Sat, 14 Dec 2024 09:05:26 -0800 (PST) Message-ID: <675dbad6.050a0220.ec185.3d68SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.2] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id C30B96052471; Sat, 14 Dec 2024 12:05:25 -0500 (EST) Subject: |SUCCESS| pw149223-149228 [PATCH] [v2,6/6] buildtools: externally ch From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241213105010.1527683-7-david.marchand@redhat.com> References: <20241213105010.1527683-7-david.marchand@redhat.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-intel-Functional Test-Status: SUCCESS http://dpdk.org/patch/149228 _Functional Testing PASS_ Submitter: David Marchand Date: Friday, December 13 2024 10:50:10 DPDK git baseline: Repo:dpdk Branch: master CommitID:7df61db6c387703a36306c1aea92225921e2eeb2 149223-149228 --> functional testing pass Upstream job id: Template-DTS-Pipeline#202413 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 | +-----------------------------+--------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32135/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/