From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?I=c3=b1aki_Murillo?= Subject: Re: Pktgen rate issue Date: Thu, 21 Apr 2016 16:22:12 +0200 Message-ID: <5718E214.3000209@ehu.eus> References: <570CB0E3.7010709@ehu.eus> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable To: "Wiles, Keith" , "dev@dpdk.org" Return-path: Received: from smtp.ehu.eus (smtp.lg.ehu.es [158.227.0.66]) by dpdk.org (Postfix) with ESMTP id 865752BF8 for ; Thu, 21 Apr 2016 16:23:19 +0200 (CEST) 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" Hello Keith, I have done a patch to the pktgen, but I not sure how to submit it. I=20 would be very grateful if you give me some advice on how to contribute. Thank you, I=C3=B1aki Murillo El 12/04/16 a las 14:55, Wiles, Keith escribi=C3=B3: >> Hello >> >> I have been using pktgen for a while and I released that there is no >> possibility to set a rate between two whole numbers. >> >> I looked up the source code and I found out that the rate is stored = in >> a uint8_t. So, I made a quick-and-dirty change just to check if it is >> possible to get a speed between two hole numbers. It seemed to work >> properly. >> >> Is there a reason to use an uint8_t instead of a float, for example? > The uint8_t was easier then using floats :-) > > If you have a patch for this change please send it along and I will loo= k at adding the support. > >> Thank you, >> >> I=C3=B1aki Murillo >> > > Regards, > Keith > > > >