From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.mhcomputing.net (master.mhcomputing.net [74.208.228.170]) by dpdk.org (Postfix) with ESMTP id B0EF68F9E for ; Thu, 21 Jan 2016 20:00:38 +0100 (CET) Received: by mail.mhcomputing.net (Postfix, from userid 1000) id 1D117FC; Thu, 21 Jan 2016 14:00:38 -0500 (EST) Date: Thu, 21 Jan 2016 14:00:38 -0500 From: Matthew Hall To: "Wiles, Keith" Message-ID: <20160121190037.GB10170@mhcomputing.net> References: <56A07787.2040807@mhcomputing.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PKTGEN] dumb question: how to start packet TX and set the payload 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: Thu, 21 Jan 2016 19:00:38 -0000 On Thu, Jan 21, 2016 at 03:05:38PM +0000, Wiles, Keith wrote: > Forgot to answer this one. Pktgen does not allow the user to define the > content of the packet per say only the fill pattern and what ever you > configure the packet type to be. If you would like to submit a patch for > adding user specific content it has always been a goal of my to add that > feature. I am happy to work to make the patch, it would help if you could provide some hints where in the code I should look... when I went searching for seqCnt I found a packet-constructor function run in a loop when applying a packet-sequence operation. Is the packet-constructor the right place or should I look somewhere else? Matthew.