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 0F1314317C; Mon, 16 Oct 2023 11:04:29 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 82822402DC; Mon, 16 Oct 2023 11:04:28 +0200 (CEST) Received: from mail-qt1-f176.google.com (mail-qt1-f176.google.com [209.85.160.176]) by mails.dpdk.org (Postfix) with ESMTP id 22C25402BD for ; Mon, 16 Oct 2023 11:04:27 +0200 (CEST) Received: by mail-qt1-f176.google.com with SMTP id d75a77b69052e-4195fddd6d7so36361821cf.0 for ; Mon, 16 Oct 2023 02:04:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1697447066; x=1698051866; 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=SK/RCgO10ruwPBNDaRTam/lw7iRFK63kmIouPxHV35I=; b=Vwaz1g2pmlP/mLMaU6XA5AwCRWTP7O5mFRb59bPQZxrbPOLYZxsk576u7nw2vKOScw rknMWGNC+p9xGoXYBDVeweHFTOTHVw+h6+5xWTpSCENZvgMuTK+EOCdZoE+J1vq4IFbI PxymwXUKArJQYRw6szkIBCFTGT0sYCbSJQW3oGJByij7mhVZUNu7G/B1AU8C7DxbpRSw 9JU8bhxroueg/dHYH4f9ytC40N709pKD/gyisoM6n35aK8o8M7ptBxNrxleDz6IsWvg6 ZwuDcpm2Jx+sxsROUwN+Agb1ur8ibeRyDxDa+BrRaIBMvjrGnCqsyY2QmzToBMQh8tjq duDw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697447066; x=1698051866; 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=SK/RCgO10ruwPBNDaRTam/lw7iRFK63kmIouPxHV35I=; b=DXwJbzzx+3sh1j9MBorABEiFqAHDKyXU97fqjPkKzzvq6I/uQ8qUJgJBclZJ+6qsyv +UGeb+oXTGWVF4RHMqYcPwqCctZF+p8e0T1ML3NnlKV+lpn17k+6s5rj7XCZYL8+7IpY 8ndJVJWNTn1qK6IfD9a7xCanRo3gz6I8lQNvYHpwfaRB1xOoGUW8ZFjQRv+Aj+UWxHj2 D1HHQfcWMn20Az3vkQAA89w06G0KoW2UrBTRYQc2JDOhrp2KneRZk6jQwconAMCSxd7Z Ne4WJxscML5Fn+K35CNtfS89GBWK8XEkIB9EVqziD0hWUj2697L+O4NHvnkwePcFE1LU EGOQ== X-Gm-Message-State: AOJu0YyOVOy+1YWp11jPQNyunGnOZLLqdGL3Ia6Soy6ONV3KT+9QJhsR nSCH6wILSC2wt5Qtxu6qHl4O21OCngwSp7VmKEhoXx5/X0Y= X-Google-Smtp-Source: AGHT+IF7+kt8ORyKxZfBJa4u8NJ1Xyy0Ztd5nXIjzQ6RKt3znH9r7PrmwXcrIQxsr1g3BjueC9mySyvkAyTTVYXqgs8= X-Received: by 2002:ac8:7fca:0:b0:417:f666:b780 with SMTP id b10-20020ac87fca000000b00417f666b780mr9251673qtk.19.1697447066439; Mon, 16 Oct 2023 02:04:26 -0700 (PDT) MIME-Version: 1.0 References: <20230927115412.55018-13-skori@marvell.com> <20230929095814.692890-1-skori@marvell.com> <20230929095814.692890-3-skori@marvell.com> In-Reply-To: <20230929095814.692890-3-skori@marvell.com> From: Jerin Jacob Date: Mon, 16 Oct 2023 14:34:00 +0530 Message-ID: Subject: Re: [PATCH v8 02/12] app/graph: add telnet connectivity framework To: skori@marvell.com Cc: Rakesh Kudurumalla , dev@dpdk.org 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 Fri, Sep 29, 2023 at 10:36=E2=80=AFPM wrote: > > From: Sunil Kumar Kori > > It adds framework to initiate a telnet session with application. > > Some configurations and debug commands are exposed as runtime APIs. > Those commands can be invoked using telnet session. > > Application initiates a telnet server with host address 0.0.0.0 > and port number 8086 by default. > > To make it configurable, "-h" and "-p" options are provided. > Using them user can pass host address and port number on which > application will start telnet server. > > Using same host address and port number, telnet client can connect > to application. > > Syntax to connect with application: > # telnet > > Once session is connected, "graph> " prompt will be available. > Example: > # telnet 10.28.35.207 50000 > Trying 10.28.35.207... > Connected to 10.28.35.207. > Escape character is '^]'. > > Welcome! > > graph> > > Signed-off-by: Sunil Kumar Kori > Signed-off-by: Rakesh Kudurumalla > --- > > +Application allows some configuration to be modified at runtime using a = telnet session. > +Application initiates a telnet server with host address ``0.0.0.0`` and = port number ``8086`` > +by default. > + > +if user passes ``-h`` and ``-p`` options while running application then = corresponding > +IPv4 address and port number will be used for telnet session. IPv4 -> IP > + > +After successful launch of application, client can connect to applicatio= n using given > +host & port and console will be accessed with prompt ``graph>``. With above changes, Acked-by: Jerin Jacob