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 5270543F3A; Tue, 30 Apr 2024 12:51:47 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 339E24025C; Tue, 30 Apr 2024 12:51:47 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mails.dpdk.org (Postfix) with ESMTP id 53165400EF for ; Tue, 30 Apr 2024 12:51:46 +0200 (CEST) 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 4BEA12F4; Tue, 30 Apr 2024 03:52:12 -0700 (PDT) Received: from [10.57.65.175] (unknown [10.57.65.175]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 0E6713F73F; Tue, 30 Apr 2024 03:51:44 -0700 (PDT) Message-ID: <6e683024-3e5b-40e7-b89d-3308ce6b38b1@arm.com> Date: Tue, 30 Apr 2024 11:51:43 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 5/5] dts: add `show port stats` command to TestPmdShell Content-Language: en-GB To: Jeremy Spewock Cc: dev@dpdk.org, =?UTF-8?Q?Juraj_Linke=C5=A1?= , Paul Szczepanek References: <20240412111136.3470304-1-luca.vizzarro@arm.com> <20240412111136.3470304-6-luca.vizzarro@arm.com> 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 29/04/2024 16:54, Jeremy Spewock wrote: > On Fri, Apr 12, 2024 at 7:11 AM Luca Vizzarro wrote: >> + output = self.send_command(f"show port stats {port_id}") > > Does this also need to skip the first line in the output? Yep, well spotted!