From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id C73482BA2 for ; Tue, 25 Apr 2017 11:47:37 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga105.jf.intel.com with ESMTP; 25 Apr 2017 02:47:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,249,1488873600"; d="scan'208";a="253164216" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga004.fm.intel.com with ESMTP; 25 Apr 2017 02:47:36 -0700 Received: from fmsmsx152.amr.corp.intel.com (10.18.125.5) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 25 Apr 2017 02:47:36 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX152.amr.corp.intel.com (10.18.125.5) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 25 Apr 2017 02:47:36 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.117]) by SHSMSX104.ccr.corp.intel.com ([10.239.4.70]) with mapi id 14.03.0319.002; Tue, 25 Apr 2017 17:47:34 +0800 From: "Wu, Jingjing" To: "Legacy, Allain (Wind River)" CC: "dev@dpdk.org" Thread-Topic: [PATCH 2/2] app/testpmd: load cmdline commands from file at runtime Thread-Index: AQHSqlLrl1lO7oZ5skyHGeT1UOrNoaHV/TOg Date: Tue, 25 Apr 2017 09:47:33 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F810D4D272@SHSMSX103.ccr.corp.intel.com> References: <20170331191320.143047-1-allain.legacy@windriver.com> <20170331191320.143047-3-allain.legacy@windriver.com> In-Reply-To: <20170331191320.143047-3-allain.legacy@windriver.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 2/2] app/testpmd: load cmdline commands from file at runtime X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Apr 2017 09:47:38 -0000 > -----Original Message----- > From: Allain Legacy [mailto:allain.legacy@windriver.com] > Sent: Saturday, April 1, 2017 3:13 AM > To: Wu, Jingjing > Cc: dev@dpdk.org > Subject: [PATCH 2/2] app/testpmd: load cmdline commands from file at > runtime >=20 > Adds support to testpmd to load a set of cmdline CLI commands at runtime. > This can be helpful when needing to cut-n-paste many commands where cut-n= - > paste may not be practical. >=20 > testpmd> load /home/ubuntu/somefile.txt >=20 > Signed-off-by: Allain Legacy Acked-by: Jingjing Wu