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 AD4B645EFC for ; Fri, 20 Dec 2024 18:52:21 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9D49F40156; Fri, 20 Dec 2024 18:52:20 +0100 (CET) Received: from mail-il1-f225.google.com (mail-il1-f225.google.com [209.85.166.225]) by mails.dpdk.org (Postfix) with ESMTP id 73CC34003C for ; Fri, 20 Dec 2024 18:52:18 +0100 (CET) Received: by mail-il1-f225.google.com with SMTP id e9e14a558f8ab-3a7deec316aso7551275ab.1 for ; Fri, 20 Dec 2024 09:52:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734717138; x=1735321938; 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=pVQYUylQgmaAfPhwuFMd2zF01cZkc/CiEv4FC5/8bKY=; b=QC9AOfS6HrMBFPK3mOi7RE26PdyLPHPzbQr2nPnfppIVZIkOEKAsuTx5Wmp7tp0ALl eQ+X8cpkme6myCJaTHXx5jl27MMRWVPw4xZHAAHjQmdzKZ4Ljt/87KZoPBjXHgLYKcky TKjBDkUjoaHJdyqoCXf+XCM98+cDXrZKjNdtU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734717138; x=1735321938; 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=pVQYUylQgmaAfPhwuFMd2zF01cZkc/CiEv4FC5/8bKY=; b=q3KfvuxoVeuhFXjroKBPNS88knQKlR12pudEHbed5U9jkW0/IOFExDBbc+2IjPYn0O fvkGucaotWGEnVu9f6z3InsOaNDkaCL04t5WxUMOLVGUofLZHtjbpddnhbg8FvXOJAmT B71V4b7dYuH0BPRjd/CQxpAip/lLpFdb/POl4qXrcm/fnu5N0XE0eYBeX4I/T1S96mC1 PM0E3L6dbtJ3NwBIbsHt0Bp/FuKXwsuzY7xTPiomwarWKg0gt42zgLI4VYm46n1cWrUD i9UwiRWBIBNxpmy34iobBWIh0M1o6ZgUPqrfANDSwY0+EtA3NsIa8tuJJa3sCRMhGRlK IBzA== X-Gm-Message-State: AOJu0YwnLFJUm3C1dpU6w8eOpPRHiI4VUt5XfkxUvb5Ij8LPzrQvGP6M m6wPo3/Vq4gs43zU25Im66QciA3WJqarHd5KU6Te9ImHWDb6KuH9pvgVJi2GXw3Wvp48Ly24lvg izT2ebVrxqc1wNrPUi4M/9+TwkEJnm23jQyzpRNSk X-Gm-Gg: ASbGnctY4I3p65JJNx4CVNucV1sjm/JelM9VXSsJG+bGoG9YXGsy1YhxW+OjvQUpkfM 95M1LEPLABb0T1crZUIF0x508TzvEXJsPA+RXxiGiYEIa2C+4fo/4HU22oh8OeBImBVSfGGUQe0 HjYJf7KoP4ax4CXfM4axh7OPKnvE0Kn7cRJghh3mGZV6I5DQvnXiN9wvJbhhGo+ncIDq+8ICjyV cEUncv5/XgasXM5bfP+xPASLYYgOTHp/HFasAB41HihMUZEGxRh/mYUpygm9fCMpx/VVMGzhnn9 nw== X-Google-Smtp-Source: AGHT+IHkqwonJzFWiyoXoIXn1fKGdbXDfPfx2NiO0HoLR/upIAsP5lenvc5Rnvtlnt6CO9OR7V+epIxYknwC X-Received: by 2002:a05:6e02:1685:b0:3a7:6e59:33ad with SMTP id e9e14a558f8ab-3c2d4e6c573mr32152805ab.17.1734717137651; Fri, 20 Dec 2024 09:52:17 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id e9e14a558f8ab-3c0e5a1e3dasm2041655ab.52.2024.12.20.09.52.17 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 20 Dec 2024 09:52:17 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 20 Dec 2024 09:52:17 -0800 (PST) Message-ID: <6765aed1.050a0220.113ab2.f56bSMTPIN_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 2ED196052471; Fri, 20 Dec 2024 12:52:17 -0500 (EST) Subject: |SUCCESS| pw149355 [PATCH] net/vhost: improve devargs documentation From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241220145802.3851767-1-maxime.coquelin@redhat.com> References: <20241220145802.3851767-1-maxime.coquelin@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/149355 _Functional Testing PASS_ Submitter: Maxime Coquelin Date: Friday, December 20 2024 14:58:02 DPDK git baseline: Repo:dpdk Branch: master CommitID:07604f264417959d76aa9fcb8cb0c3665f62f0d3 149355 --> functional testing pass Upstream job id: Template-DTS-Pipeline#203629 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/32183/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/