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 48BA545DBE for ; Thu, 28 Nov 2024 08:00:34 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2F3454066D; Thu, 28 Nov 2024 08:00:34 +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 A82AB402EB for ; Thu, 28 Nov 2024 08:00:32 +0100 (CET) Received: by mail-il1-f225.google.com with SMTP id e9e14a558f8ab-3a7a46ca756so2030355ab.0 for ; Wed, 27 Nov 2024 23:00:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732777232; x=1733382032; 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=WksfXYrtI8AtzZAC5rku812BJ2yEFaQnkspYQ9uWonc=; b=W2Gdp/hbBxQUHi2Qbox3duSmGEV4bqbhWob1SnUsR0gD/t/KflLFoWtswrKsmjWsdw 94IJi2t5x9KhXaCrfc8DLcn1sXuHnV3av4/BmIPEGPbopuZFKa/gXVUJuIpUP5XD5zEy 1bbOXsrEW+X1UrWsWs3pHhbVpslfExODspYNk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732777232; x=1733382032; 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=WksfXYrtI8AtzZAC5rku812BJ2yEFaQnkspYQ9uWonc=; b=VMbTvFVp3XNWGD2Lj088qbj1owiM8dyQLKbScCn7RRoDOKKic1y5cI3arXkR8+/LeQ rzfiN3BzzU+HjC2LRTmr6wrOX6BxMNgWmYh5O1om4jKUuRePTioI2mBexbjxmuw8ijgq IMDr+NPkbXr4ONvhJFNvZiZ9pgxSXN1MWIK1x1tvHic8RS+2LbO8AnGYguL8FsahkLer 5xYD4fSSzHbcxdYkavEFL54K6zSJSb/zQRID/5sjff5UeZv92jLUmsYEZPWsB5hC9RJt eaXJHI4ckCGqsYDJWgeNweIzHhsccfbUAy2dnBFMJMkciqgDNK3TrxUaidqY1eizyzFx Xldg== X-Gm-Message-State: AOJu0Yw6rCG0IinBigI7Gs2lKBkw4vttfTqE9dIKixJEVtHXQbZx4pXM 6ppjG6H0TCtMDPypS6+hI7UxZ1XMixgUyl0OGgSwn14ylsxYCG2nBL5BpqP3vrT+Dh0u5h+dBkQ C8ZeeLRRwdaj5LhWmUQcWu1sHh9djux96UJT3atXa/0ohp9ktokqab7rf X-Gm-Gg: ASbGncuQSUkQCBxaj6MJpr9XXJTGGZ+WJYXYgTmeXl31/jpondutozOm0iDUSwmQ89S jux/m7fwaGEAdGz7Ohl2ZJ3PzKI8X9DQyikTPrUkHmuPNoDTpxR6dYq2W4Dvn5aUvoxpBtjHjaC 8nXs471/fZYHN86FbYLzwR3FZR8tf5IkYlNaUnQRre3vp2EAlu8/1Pc3yIB3GlMiVbKJgo/FIkd 2pJZFUNw1PUJKVzp7N0tXMi84KtP0YI4BN51NXVScFrqrlI0HPrPL+X70wfre9c7fsp7k6fYHU= X-Google-Smtp-Source: AGHT+IGUyQRASXWtXMibKb1gIcsAyLikL0JZo0B2AGPemJzKraLBRrCM3VtrCAvA3zj9cbyTJPHrrHkjyu4A X-Received: by 2002:a05:6e02:194b:b0:3a7:9533:c3ac with SMTP id e9e14a558f8ab-3a7c55259cfmr53928645ab.4.1732777231752; Wed, 27 Nov 2024 23:00:31 -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 e9e14a558f8ab-3a7ccbde9bbsm339875ab.4.2024.11.27.23.00.31 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 27 Nov 2024 23:00:31 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 27 Nov 2024 23:00:31 -0800 (PST) Message-ID: <6748150f.050a0220.37bdc4.279bSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.6] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 326226052471; Thu, 28 Nov 2024 02:00:31 -0500 (EST) Subject: |SUCCESS| pw148934 [PATCH] eal: fix bus cleanup in secondary process From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241128054829.1453-1-ming.1.yang@nokia-sbell.com> References: <20241128054829.1453-1-ming.1.yang@nokia-sbell.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/148934 _Testing PASS_ Submitter: myang Date: Thursday, November 28 2024 05:48:29 DPDK git baseline: Repo:dpdk Branch: master CommitID:4843aacb0d1201fef37e8a579fcd8baec4acdf98 148934 --> testing pass Upstream job id: Template-DTS-Pipeline#199849 Test environment and result as below: +--------------------+----------------------+ | Environment | compressdev_zlib_pmd | +====================+======================+ | Ubuntu 22.04 (ARM) | PASS | +--------------------+----------------------+ Ubuntu 22.04 (ARM) Kernel: 5.15.0-97-generic Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32050/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/