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 E7B544608D for ; Wed, 15 Jan 2025 17:09:53 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A1D2B402F2; Wed, 15 Jan 2025 17:09:53 +0100 (CET) Received: from mail-oo1-f97.google.com (mail-oo1-f97.google.com [209.85.161.97]) by mails.dpdk.org (Postfix) with ESMTP id 16101402F0 for ; Wed, 15 Jan 2025 17:09:52 +0100 (CET) Received: by mail-oo1-f97.google.com with SMTP id 006d021491bc7-5f2ed0b70d6so2685787eaf.3 for ; Wed, 15 Jan 2025 08:09:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736957391; x=1737562191; 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=dqflowhgo4chZTLCDzME4cv0vn3/o7Ro6zGYfGrPszg=; b=VJde7M3v7HW3Ex7BKEC1E7hYA57Mv7rBRUPznrdzTM017ccnxfI4lCYbtgIPkpetF/ hD2oqanuKMDcUE3igtjkNQ2WMaAEElz8JNEXuXHHItywkI83suEw4Ci3+P2TqzIwsktG u0EK3QEt31kC2HbQcu4r9JmM+xKr1mmRxvuDM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736957391; x=1737562191; 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=dqflowhgo4chZTLCDzME4cv0vn3/o7Ro6zGYfGrPszg=; b=Ld9++T28O6dRon+y7QHk9OsAf+dAO9o0tWtHvQLaMwxw7tMXla/IEPNyVklrNrjUwa 6xYLMCfaxlYfUroCZXfdotJxQUx86jUCBEpGYVCQqjAL//RuwQUqI16LtKtUNNXG54mu tMWymg6Dh7Gu/tObzE/I3xIotSZR04G6E8D+W6TnLvS4rGOchafS6QyzvFNdr6DZk/og gV9IBU9NqxdeHCwpboo803seZWTqOVw2F+wSMFa9DODhMcnfrIuqIO2AkwQmKRCfEu7c 9pxkpFQZObCB6OXecllmuR0Bz/JN2TaTs3t2eAqlxq5APkUllu3ClNvRFtoFIuctXgOD lSaA== X-Gm-Message-State: AOJu0Yw102IEqxlcMeRrU2o8FtGQRHilig/0u+fHS/jVAInhix58iEha J8wi3HJWOtwHPA6DulF+Qa79TwMgtjhuJr3AHaPpnCdCp8XRQhdoD91w1VgNG3O1j5qqCJwpFS2 YUFS3VkaBWNXbjx9UftzhDub1b3a9I8WMJSuIbl7y X-Gm-Gg: ASbGncuQfbs7EeXYQh7No13ux+JOzO7w2zar1rZRPio2QfAN8r7v4UvwNPhjxRtU05Y PfHZtiOh+tJwgCN0yvld3r0NaxZuziiPbhHfUEtxsdI4lNPqXHAtNWlhVDLwaEfbjjhjo0viHuS rnn9QYW1sJVHiU+94cBj1kePMhj36EhnDCzBTFvPRMTFwFnYXRD5/T4WKE0Y+LMSw4n1mNaPVfN KH/rUTPKN6JXthk9gqRrM0dHSI0XsBCDTgIDv+s7cAqujOTapSSHKjLzfC2hStUrVEaokCDQg4a NbM/9Q== X-Google-Smtp-Source: AGHT+IHwSlYAIAmXLMZVDtkljzNLkR4iPJU8J29BpmvU+wJMoKfgnMznmpBbdiXhTubnfnv1Zrct5ef8/95g X-Received: by 2002:a05:6871:a9c3:b0:29e:8485:197b with SMTP id 586e51a60fabf-2aa0666a9aemr17644100fac.2.1736957389611; Wed, 15 Jan 2025 08:09:49 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 586e51a60fabf-2ad8053cac9sm674366fac.11.2025.01.15.08.09.49 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Jan 2025 08:09:49 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 15 Jan 2025 08:09:49 -0800 (PST) Message-ID: <6787ddcd.050a0220.e0385.0f7aSMTPIN_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 341196052471; Wed, 15 Jan 2025 11:09:49 -0500 (EST) Subject: |SUCCESS| pw150098 [PATCH] [v0,1/1] common/cnxk: fix DPI mailbox str From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250115123654.1490937-1-vattunuru@marvell.com> References: <20250115123654.1490937-1-vattunuru@marvell.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/150098 _Functional Testing PASS_ Submitter: Vamsi Krishna Date: Wednesday, January 15 2025 12:36:54 DPDK git baseline: Repo:dpdk Branch: master CommitID:fd51012de5369679e807be1d6a81d63ef15015ce 150098 --> functional testing pass Upstream job id: Template-DTS-Pipeline#207083 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 | +-----------------------------+--------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32329/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/