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 3D0F32BA2 for ; Tue, 25 Apr 2017 11:43:11 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga105.jf.intel.com with ESMTP; 25 Apr 2017 02:43:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,249,1488873600"; d="scan'208";a="253162825" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga004.fm.intel.com with ESMTP; 25 Apr 2017 02:43:10 -0700 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) 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:43:10 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx156.amr.corp.intel.com (10.18.116.74) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 25 Apr 2017 02:43:10 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.117]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.224]) with mapi id 14.03.0319.002; Tue, 25 Apr 2017 17:43:07 +0800 From: "Wu, Jingjing" To: "Legacy, Allain (Wind River)" CC: "dev@dpdk.org" Thread-Topic: [PATCH 1/2] app/testpmd: load cmdline commands from file at startup Thread-Index: AQHSqlLyJ1sBjmUkSEivKkJmygD5tKHV+76A Date: Tue, 25 Apr 2017 09:43:06 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F810D4D24B@SHSMSX103.ccr.corp.intel.com> References: <20170331191320.143047-1-allain.legacy@windriver.com> <20170331191320.143047-2-allain.legacy@windriver.com> In-Reply-To: <20170331191320.143047-2-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 1/2] app/testpmd: load cmdline commands from file at startup 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:43:12 -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 1/2] app/testpmd: load cmdline commands from file at star= tup >=20 > Adds support to testpmd to load a set of cmdline CLI commands at startup. > This can be helpful when needing to cut-n-paste many commands each time > testpmd is restarted. This option will work in both interactive and non- > interactive modes. >=20 > ./testpmd -n4 -c3 ... -- --cmdline-file=3D/home/ubuntu/somefile.txt >=20 > Signed-off-by: Allain Legacy Looks useful, thanks Acked-by: Jingjing Wu