[dpdk-dev] [pktgen PATCH] Fix a typo in app/pktgen.c

Wiles, Keith keith.wiles at intel.com
Wed Feb 7 15:48:12 CET 2018



> On Feb 7, 2018, at 10:15 AM, Rosen, Rami <rami.rosen at intel.com> wrote:
> 
> This patch fixes a typo in pktgen_main_rxtx_loop() method 
> of app/pktgen.c.
> 
> Signed-off-by: Rami Rosen <rami.rosen at intel.com>
> ---
> app/pktgen.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/app/pktgen.c b/app/pktgen.c
> index 4904954..412585b 100644
> --- a/app/pktgen.c
> +++ b/app/pktgen.c
> @@ -1263,7 +1263,7 @@ pktgen_main_rxtx_loop(uint8_t lid)
> 	if (txcnt == 0)
> 		rte_panic("No ports found for %d lcore\n", lid);
> 
> -	printf("For TX found %d port(s) for lcore %d\n", rxcnt, lid);
> +	printf("For TX found %d port(s) for lcore %d\n", txcnt, lid);

Thanks I will apply it.

> 	for(idx = 0; idx < txcnt; idx++) {
> 		if (infos[idx] == NULL)
> 			rte_panic("Invalid TX config: port at index %d not found for %d lcore\n", idx, lid);
> -- 
> 2.14.3
> 

Regards,
Keith



More information about the dev mailing list