From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id AA7D043E37;
	Wed, 10 Apr 2024 16:07:30 +0200 (CEST)
Received: from mails.dpdk.org (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id 74EFA402CF;
	Wed, 10 Apr 2024 16:07:30 +0200 (CEST)
Received: from foss.arm.com (foss.arm.com [217.140.110.172])
 by mails.dpdk.org (Postfix) with ESMTP id 68CE8402C7
 for <dev@dpdk.org>; Wed, 10 Apr 2024 16:07:29 +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 B57EB139F;
 Wed, 10 Apr 2024 07:07:58 -0700 (PDT)
Received: from [10.1.32.34] (FVFG51LCQ05N.cambridge.arm.com [10.1.32.34])
 by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 389F13F766;
 Wed, 10 Apr 2024 07:07:28 -0700 (PDT)
Message-ID: <5fb93129-3ddd-48ff-bf31-1d8004ec463b@arm.com>
Date: Wed, 10 Apr 2024 15:07:26 +0100
MIME-Version: 1.0
User-Agent: Mozilla Thunderbird
Subject: Re: [PATCH 5/6] dts: add statefulness to InteractiveShell
Content-Language: en-GB
To: =?UTF-8?Q?Juraj_Linke=C5=A1?= <juraj.linkes@pantheon.tech>
Cc: Jeremy Spewock <jspewock@iol.unh.edu>, dev@dpdk.org,
 Jack Bond-Preston <jack.bond-preston@arm.com>,
 Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
References: <20240326190422.577028-1-luca.vizzarro@arm.com>
 <20240326190422.577028-6-luca.vizzarro@arm.com>
 <CAAA20UR0qHSf0rnyuYqSXsXzRAosy58wqPB_A=AVznpCAyX9+g@mail.gmail.com>
 <CAOb5WZbpheQTjYx7ebydS2j1PoLcW14=B4zrp9Se-nRr5y7PaQ@mail.gmail.com>
 <ceebb411-5883-4c3d-b1ea-438f6dd2a75f@arm.com>
 <CAOb5WZaRG_PxyGuN6btpqfQ6xH73wum=JWyANis9xV3q0qKEyQ@mail.gmail.com>
From: Luca Vizzarro <Luca.Vizzarro@arm.com>
In-Reply-To: <CAOb5WZaRG_PxyGuN6btpqfQ6xH73wum=JWyANis9xV3q0qKEyQ@mail.gmail.com>
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 <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org

On 10/04/2024 14:35, Juraj Linkeš wrote:
> We should also consider that this would introduce a difference in API
> between the interactive and non-interactive sessions. Do we want to do
> this there as well?

Could definitely add it there as well. You are referring to 
RemoteSession I presume, right?