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 BCECF45EFC for ; Fri, 20 Dec 2024 19:19:23 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 94F9340156; Fri, 20 Dec 2024 19:19:23 +0100 (CET) Received: from mail-oi1-f227.google.com (mail-oi1-f227.google.com [209.85.167.227]) by mails.dpdk.org (Postfix) with ESMTP id 599DC4003C for ; Fri, 20 Dec 2024 19:19:22 +0100 (CET) Received: by mail-oi1-f227.google.com with SMTP id 5614622812f47-3e63e5c0c50so1210073b6e.0 for ; Fri, 20 Dec 2024 10:19:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734718761; x=1735323561; 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=+DwazcDbVWQyzIJ8HWjLkGHVZ5LsTxePZp5hrb32qo4=; b=QMGw0RK5mBRKNpaoB5opDOE4cKMGInnN2Q4RTIHHlw5Lp/bJYgikac84oRsSSHLzED HvA38iudP53QUaq21uNueXK9ClPCIbEd34utWWRBTlrQYiwuSctBpw7UVr24KGMcrQhb pB3OeN/MwdOGkmOWYhaOi0OWuXKh8gjbbluNA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734718761; x=1735323561; 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=+DwazcDbVWQyzIJ8HWjLkGHVZ5LsTxePZp5hrb32qo4=; b=OQWUO0KS5Rjh4duvt/w54fX0upd5lmsz8T+josmQVB7nlgLt1dLHj6eA28HecncWZQ yPGUqwjjzmBpVh/oLwo+d+cmsn7XySnk+OErErtpLTwLr6imFR4Zzcxie8qeJT3ozHjH wdSIHwKFJRu/iBqoodOYOA5FpojT5NIH7cyuNe6Y4jk8cMQrXjnYhgxs7mbDegLtCoit r/b2n/GBAJlVp8gNrDQ3Ze/nfheC5XR/wLCQvy0dBGjG7MHbQmvhLJGnTc3fNF7dQUKU w2tw2oOen8bCOFpVF1/5PwRfimVwFaSHX4pk1MTsaNIPTRMS6u0qQ5stUSbg18QgTA2W oXFQ== X-Gm-Message-State: AOJu0YytKzlasr3WJPm6o2JsqeEnV4nMqfXy2O8jzEFiD7Q0SihDVMLL 5EaY0s124l8QC7fdTq32W0YPRb4A6qR1xJPJIn0RBvIrQx1OwESPrqgpr0pltdxoZVz6lzSsh2r 43q3kU8urx2LvyEM2o2fYsNaGAxjrM5eZPdcmI9/s X-Gm-Gg: ASbGncuQXTz2WNFkiWtDGkkOFegaR2QKzzLP6ighhIeTsPzlnbeCB2NDxZEzHdoHHEj RkdqBTD5twKsn/JzFFJYMYwDFKa+Ot+YuBArgfFtJqVFemrOnhwc4z3HaTGPJ4BZ3R7gU5Iw3S8 v+kycDczzgRVegYTMUCbB+EcFxYMSSqEfS6FFzpML4Z0Oy/VKQgIQUoEOkww2UeJgYyujLL4Qu9 ZaNAqgE9k7VWJLC3bnCjDutAfnbfHHnmxqFrcu0nVs9O//IgdEV+jW6yVqLWaJCYWq/UncQNsS/ qQ== X-Google-Smtp-Source: AGHT+IGDRnorgxKEHppoCs+FoSifgst0Z9xo6lUpCLGIAwg7hoAFc7lZGTB8hDKAg4+NoG2Evoh6YE1zvXtg X-Received: by 2002:a05:6808:2108:b0:3eb:3cd9:7543 with SMTP id 5614622812f47-3ecdd78018bmr3915749b6e.20.1734718761454; Fri, 20 Dec 2024 10:19:21 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 006d021491bc7-5f4db60f121sm78107eaf.14.2024.12.20.10.19.21 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 20 Dec 2024 10:19:21 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 20 Dec 2024 10:19:21 -0800 (PST) Message-ID: <6765b529.050a0220.86c5.5590SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.5] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id ED4AE6052471; Fri, 20 Dec 2024 13:19:20 -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-marvell-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#203634 Test environment and result as below: Ubuntu 20.04.6 Kernel: 5.4.105 Compiler: gcc 9.4 NIC: Marvell CN106XX 50000 Mbps Target: arm64-native-linuxapp-gcc Aggregate Results by Test Suite +-----------------+--------+ | Test Suite | Result | +=================+========+ | cmdline | PASS | +-----------------+--------+ | dynamic_queue | PASS | +-----------------+--------+ | ipv4_reassembly | PASS | +-----------------+--------+ | rxtx_callbacks | PASS | +-----------------+--------+ | tso | 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/