Re: [PATCH V2] examples/pipeline: print table entries to file

2022-02-13 Thread Thomas Monjalon
12/01/2022 19:59, Cristian Dumitrescu: > Add support for the show CLI command to print table entries to a file > instead of standard output. > > Signed-off-by: Cristian Dumitrescu > Signed-off-by: Harshad Narayane Applied, thanks.

[PATCH V2] examples/pipeline: print table entries to file

2022-01-12 Thread Cristian Dumitrescu
Add support for the show CLI command to print table entries to a file instead of standard output. Signed-off-by: Cristian Dumitrescu Signed-off-by: Harshad Narayane --- examples/pipeline/cli.c | 34 +++--- 1 file changed, 27 insertions(+), 7 deletions(-) diff --git