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 7AA05463BC; Tue, 11 Mar 2025 12:33:45 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1DCDF4027F; Tue, 11 Mar 2025 12:33:45 +0100 (CET) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mails.dpdk.org (Postfix) with ESMTP id 6298840263 for ; Tue, 11 Mar 2025 12:33:44 +0100 (CET) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id E239A152B; Tue, 11 Mar 2025 04:33:54 -0700 (PDT) Received: from [192.168.1.203] (usa-sjc-mx-foss1.foss.arm.com [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id C46583F673; Tue, 11 Mar 2025 04:33:42 -0700 (PDT) Message-ID: <277e2496-42ed-4995-8e93-3d73220f2db6@arm.com> Date: Tue, 11 Mar 2025 13:33:40 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 2/6] dts: use topology in smoke tests To: Dean Marx Cc: dev@dpdk.org, Paul Szczepanek , Patrick Robb References: <20250224132823.196509-1-luca.vizzarro@arm.com> <20250224132823.196509-3-luca.vizzarro@arm.com> Content-Language: en-GB From: Luca Vizzarro In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On 05/03/2025 23:26, Dean Marx wrote: > On Mon, Feb 24, 2025 at 8:30 AM Luca Vizzarro wrote: >> The smoke tests where wrongly using all the node's ports for the smoke >> tests. Ensure only the ports specified in the current topology are used. > > > Should be were, not where argh, good catch! thank you! > >> Signed-off-by: Luca Vizzarro >> Reviewed-by: Paul Szczepanek > Reviewed-by: Dean Marx