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 C61352F4 for ; Mon, 20 Jan 2014 19:30:52 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 20 Jan 2014 10:32:08 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.95,691,1384329600"; d="scan'208,217";a="441802079" Received: from orsmsx105.amr.corp.intel.com ([10.22.225.132]) by orsmga001.jf.intel.com with ESMTP; 20 Jan 2014 10:31:37 -0800 Received: from orsmsx115.amr.corp.intel.com (10.22.240.11) by ORSMSX105.amr.corp.intel.com (10.22.225.132) with Microsoft SMTP Server (TLS) id 14.3.123.3; Mon, 20 Jan 2014 10:31:36 -0800 Received: from orsmsx108.amr.corp.intel.com ([169.254.4.180]) by ORSMSX115.amr.corp.intel.com ([169.254.10.190]) with mapi id 14.03.0123.003; Mon, 20 Jan 2014 10:31:36 -0800 From: "Sharma, RishiX" To: "'dev@dpdk.org'" Thread-Topic: [dpdk-dev] Sending & Receiving Packets Thread-Index: Ac8WDdco8LA4GL/VRfW8QUGtx++xkA== Date: Mon, 20 Jan 2014 18:31:35 +0000 Message-ID: <0EC512B82F68174299CB115EE79F9AFA94ACA1@ORSMSX108.amr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.22.254.140] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] Sending & Receiving Packets 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: Mon, 20 Jan 2014 18:30:54 -0000 Hi Keith, Just to give you the background .I need to test the packet throughput perfo= rmance of one of my device using DPDK . The DUT is connected to my Linux host machine with one of the port and I wa= nt to run the Pktgen on my host machine to send the packets to the DUT wher= e DPDK (Testpmd app) is running in fwd rx_only mode.I have setup one of the= network port as igb_uio port and using it . I'm able to compile and run the pktgen with start all but I don't know how = to configure the pktgen to send packets to DUT. I want to know the steps and exact commands required to send packets to my = DUT . -Rishi