[dpdk-dev] [PATCH v2][PKTGEN] Rate as a decimal number

2016-04-22 Thread inaki.murillo
Currently Pktgen does not accept a decimal number for the rate. This patch makes possible to set a decimal number as a rate. Signed-off-by: I?aki Murillo Arroyo --- app/cmd-functions.c | 71 --- app/cmd-functions.h | 38

[dpdk-dev] [PATCH] Rate as a decimal number

2016-04-21 Thread inaki.murillo
Currently Pktgen does not accept a decimal number for the rate. This patch makes possible to set a decimal number as a rate. Signed-off-by: I?aki Murillo Arroyo --- app/cmd-functions.c| 71 +- app/cmd-functions.h| 38 + app/lpktgenlib.c |2 +- app/pktgen-cmds.c |