From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Hall Subject: Re: [PKTGEN] dumb question: how to start packet TX and set the payload Date: Thu, 21 Jan 2016 14:01:13 -0500 Message-ID: <20160121190113.GC10170@mhcomputing.net> References: <56A07787.2040807@mhcomputing.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "dev@dpdk.org" To: "Wiles, Keith" Return-path: Received: from mail.mhcomputing.net (master.mhcomputing.net [74.208.228.170]) by dpdk.org (Postfix) with ESMTP id F0B4F8E98 for ; Thu, 21 Jan 2016 20:01:13 +0100 (CET) Content-Disposition: inline In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, Jan 21, 2016 at 03:01:33PM +0000, Wiles, Keith wrote: > The problem is you used the same core (2) for the -m option. Core 2 is being > used for the keyboard, timer and screen output. This means you must have the > -m option starting with core 3 as in -m 3.0 and your problem should go away. > The first or master core is consume by Pktgen to handle the previous stuff > and you must start with the next cores for Rx/Tx of packets. I really need > to put tests in the code, which I will try to add soon. I'll see if I can figure out some patches for that. Matthew.