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 4C16445EFC for ; Fri, 20 Dec 2024 19:49:29 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4832140156; Fri, 20 Dec 2024 19:49:29 +0100 (CET) Received: from mail-io1-f99.google.com (mail-io1-f99.google.com [209.85.166.99]) by mails.dpdk.org (Postfix) with ESMTP id 85B374003C for ; Fri, 20 Dec 2024 19:49:27 +0100 (CET) Received: by mail-io1-f99.google.com with SMTP id ca18e2360f4ac-844d555491eso75647539f.0 for ; Fri, 20 Dec 2024 10:49:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734720567; x=1735325367; 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=4dU/5CG0vuyliXlZe/qSaIYCG5tJz7Exfr/U1zp/4Gg=; b=Oc5WxzCqMzDPsci1cRxi+Sso8ePewiJyZKtEXpkz1IxAtM06/bF+hO41fudc4OJEyl ocLCk9FVBXPCzQ01FygWHBAlvDwev3rA2clEPhyj4XVCw/lvcCM7jwflvt0OfyaO+DTy g/H10uxnknXVncwi90TiifT0reyawxez2S7Xo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734720567; x=1735325367; 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=4dU/5CG0vuyliXlZe/qSaIYCG5tJz7Exfr/U1zp/4Gg=; b=RdkF7dlW6qrF3pE/mzKkavqMkr6agmzVW4JZgLwkyFWD650jSeF/ja0NOHt1qw7P2w m0cUfmc/k40HBPnETFSwoMw3Awv4yIsG4grKOcoD+3WN4rfSLWTExvAdHg3HUlF0fX6k /qij/+Qo/3pQq2AOMnY3XpM7HCkI1wUBbpfAPn2J2EIdqX6x9r5iLZFMZKIvp8/F/HjQ Kv9vlKfJbRLbXhs6FJ4MPD7BYjNGZf8aEKNODz5076hd5fJRXy6/2DSTH2FhCZ5ON9QE QORKfAaw8JNtujnVe4MjdVa0oMM8xM7xq8+CGxkR1Ar3nMD9zQJjMRKneRnUA7lgIOef V13w== X-Gm-Message-State: AOJu0YypZTAp5S1cQpHvi5+Wq1pPqqw68JJ9P4+por51K1jZpfk5ChT2 0+ppqoVn2Pqjw98VV26BRhxnh40c9XqDrBA9w7hF389lCVubuIFeYshH4hUirztZJl0mRwtijZp I7/3bxTW4xbB8yN5cEqoDazSLhYvdvmSxVlDjXKfR X-Gm-Gg: ASbGncvRvQnv+B0PA1gvYq9Vea+HaMOWDfa0WUuqDI/IVWkFqt9B/5mLxBeiLff6n2R yv2+g3o8pOjEmcrU8YzJtS7XnEwOYct3/atWHq9RMk6DRAWAyyaJnpdIfP7ivmbnddQPZcLj4pz noq4enHwQCA5Ezwac5lAOpRYmwdzS37wmF3YSmUAa9JAfapSVMgc5z4hsVnsHfC6nV7DntCci9k IovqTXn8HTw2ookIWkJLS7vCa3ErjwL1Jmt31u68+nnTo1Sj41jsIcSSw3S5E/wiYdgdjuBQpeh dw== X-Google-Smtp-Source: AGHT+IFBkv58xRp7PQkDr8eH91pSkghUcDJPV37Qey5eo4NAVqTe+TC9dJjW+NxNx+csAnJHre2e5JJ06HUu X-Received: by 2002:a05:6e02:174d:b0:3a7:c5a6:9822 with SMTP id e9e14a558f8ab-3c2d59198e3mr39358855ab.24.1734720566853; Fri, 20 Dec 2024 10:49:26 -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-3c0df19a3aesm2133565ab.21.2024.12.20.10.49.26 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 20 Dec 2024 10:49:26 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 20 Dec 2024 10:49:26 -0800 (PST) Message-ID: <6765bc36.050a0220.ce658.f199SMTPIN_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 30CF16052471; Fri, 20 Dec 2024 13:49:26 -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-sample-apps-testing Test-Status: SUCCESS http://dpdk.org/patch/149355 _Testing PASS_ Submitter: Maxime Coquelin Date: Friday, December 20 2024 14:58:02 DPDK git baseline: Repo:dpdk Branch: master CommitID:07604f264417959d76aa9fcb8cb0c3665f62f0d3 149355 --> testing pass Upstream job id: ACVP-FIPS-testing#8356 Test environment and result as below: +--------------------+----------------------+----------------------+ | Environment | compressdev_zlib_pmd | dpdk_fips_validation | +====================+======================+======================+ | Ubuntu 22.04 (ARM) | PASS | SKIPPED | +--------------------+----------------------+----------------------+ | Ubuntu 22.04 | PASS | SKIPPED | +--------------------+----------------------+----------------------+ | Ubuntu 20.04 | SKIPPED | PASS | +--------------------+----------------------+----------------------+ Ubuntu 22.04 (ARM) Kernel: 5.15.0-97-generic Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 22.04 Kernel: 5.15.0-100-generic Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 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/