Re: [dpdk-dev] [PATCH] port: configure loop count for source port

2021-10-25 Thread Thomas Monjalon
17/09/2021 12:32, Yogesh Jangra: > Add support for configurable number of loops through the input PCAP > file for the source port. Added an additional parameter to source > port CLI command. > > Signed-off-by: Yogesh Jangra > Acked-by: Cristian Dumitrescu Applied, thanks.

[dpdk-dev] [PATCH] port: configure loop count for source port

2021-09-17 Thread Yogesh Jangra
Add support for configurable number of loops through the input PCAP file for the source port. Added an additional parameter to source port CLI command. Signed-off-by: Yogesh Jangra Acked-by: Cristian Dumitrescu --- examples/pipeline/cli.c | 17 ++--- .../pipe