From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 3B3178E80 for ; Tue, 20 Oct 2015 15:19:38 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP; 20 Oct 2015 06:16:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,707,1437462000"; d="scan'208";a="584552839" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by FMSMGA003.fm.intel.com with ESMTP; 20 Oct 2015 06:16:33 -0700 Received: from fmsmsx112.amr.corp.intel.com (10.18.116.6) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 20 Oct 2015 06:16:33 -0700 Received: from fmsmsx113.amr.corp.intel.com ([169.254.13.155]) by FMSMSX112.amr.corp.intel.com ([169.254.5.21]) with mapi id 14.03.0248.002; Tue, 20 Oct 2015 06:16:33 -0700 From: "Wiles, Keith" To: "shifalijshetty ." Thread-Topic: Issues with Pktgen working Thread-Index: AQHRCvTEHSq03BGPY0ucZn2posjnJJ50XSuc Date: Tue, 20 Oct 2015 13:16:33 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] Issues with Pktgen working X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Oct 2015 13:19:38 -0000 Make sure the cut/paste command is not getting broken into two lines. The >= normal means the shell is expecting you to finish the line after the quote= . Sent from my iPhone On Oct 19, 2015, at 10:04 PM, shifalijshetty . > wrote: Hi , I have installed pktgen in my linux system, facing issue with working . I have installed DPDK and Pktgen on my setup .followed the instruction to s= et up pktgen ,but the below command gives no ouput ,it just goes to ">" pro= mpt. can you please help me resolve the same. ./app/pktgen -c 0x1f -n 3 -- -P -m "[1:3].0, [2:4].1 My directory structure:"/root/dpdk-2.1.0/pktgen-2.9.5"As per instruction x= 86_64-pktgen-linuxapp-gcc should be created but it doesnt happen. make install T=3Dx86_64-pktgen-linuxapp-gcc make[1]: Nothing to be done for `install'. Thanks Shifali