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 A57CB44120; Fri, 31 May 2024 23:06:51 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A7F5F42D9A; Fri, 31 May 2024 23:06:48 +0200 (CEST) Received: from mail-pg1-f175.google.com (mail-pg1-f175.google.com [209.85.215.175]) by mails.dpdk.org (Postfix) with ESMTP id 82EFB42DBD for ; Fri, 31 May 2024 23:06:45 +0200 (CEST) Received: by mail-pg1-f175.google.com with SMTP id 41be03b00d2f7-6c191abea71so1503073a12.1 for ; Fri, 31 May 2024 14:06:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1717189605; x=1717794405; darn=dpdk.org; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=R/1KnZWaqxuUBHKBamBLKGroxvBazNH9uevBbK5yto0=; b=gg+SiVsViUcuVXGa8HjbhGRiNSEam0/1AacS7ZHabG/Vuiwpqup1tc9Ltdn6VObM/D exc4eBtciU3APoyMYFsssIvZzapPcli3uGmn4N04aQu6SZFuvtlqNKwldHQgQP1B82yE OQcgU6CViF/uEOltjhlUxDflfV7iSptZ3DAfs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1717189605; x=1717794405; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=R/1KnZWaqxuUBHKBamBLKGroxvBazNH9uevBbK5yto0=; b=TNI7RaBIlxtQFOpUDuA4t9Eg+NrMgshw5OOoNQpczS/uICoDftUzdKFE/n/sasyIxJ feFfzFfMB4CUhv8bUX8qYDdZqP32V188VT4l0S7jh7faAATGaTTquQBwXLEnMWqSac1f tqBFrtRf0Suz7OSnflZu4uiQm5cfitVarGufMA1Mvlu6pQOu9sIghMpvwgIDU0XLv93e tzflIcK5P6LS2eOZDTDpS4eJeIgh2G8YRkTgQHV6dlsaJbnlnsqNmHB3OA8u41CEAf1/ 2jsTHUeLsK107+sqFYSA6Y+cZGxqZQJeE4DnF2pLQjkKJrmNNiffexgONKOZHit3xrXg m4Eg== X-Gm-Message-State: AOJu0YyEfzDmZK79alzhkycMo9FSOCIT69bTFWitC9uXLlJjcIpbDfbR btrQFJ9/IgmZ0DU1TqZacsAPuZdiV7KqNJB7CKce2brWThLYSZFpl63s5fWI/oQv53UZCOiVxhV hGQROa66S/THgPfgf539hwAI7JgCWxVWk8ddKMQ== X-Google-Smtp-Source: AGHT+IHOvCkyv5C+kA7ASko5g0dsUFD/ZELTTsN98TMh088MhnYCValYZPAgaSN3s3DLFDrsWV8jc4EUJmiZFSOeKQo= X-Received: by 2002:a17:90b:3695:b0:2c1:ae75:1863 with SMTP id 98e67ed59e1d1-2c1dc58b259mr2771170a91.27.1717189604669; Fri, 31 May 2024 14:06:44 -0700 (PDT) MIME-Version: 1.0 References: <20240412111136.3470304-1-luca.vizzarro@arm.com> <20240509112635.1170557-1-luca.vizzarro@arm.com> <20240509112635.1170557-3-luca.vizzarro@arm.com> In-Reply-To: <20240509112635.1170557-3-luca.vizzarro@arm.com> From: Jeremy Spewock Date: Fri, 31 May 2024 17:06:33 -0400 Message-ID: Subject: Re: [PATCH v2 2/5] dts: skip first line of send command output To: Luca Vizzarro Cc: dev@dpdk.org, =?UTF-8?Q?Juraj_Linke=C5=A1?= , Paul Szczepanek Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 Thu, May 9, 2024 at 7:26=E2=80=AFAM Luca Vizzarro wrote: > > The first line of the InteractiveShell send_command method is generally > the command input field. This sometimes is unwanted, therefore this > commit enables the possibility of omitting the first line from the > returned output. > > Signed-off-by: Luca Vizzarro > Reviewed-by: Paul Szczepanek > --- Reviewed-by: Jeremy Spewock