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

Rami Rosen rami.rosen at intel.com
Wed Feb 7 17:15:12 CET 2018


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);
 	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



More information about the dev mailing list