Re: [dpdk-dev] [PATCH v3 4/5] app/testpmd: add jansson library

2021-10-12 Thread Ori Kam
Hi Gregory, > -Original Message- > From: Slava Ovsiienko > Sent: Monday, October 11, 2021 9:15 PM > Subject: [PATCH v3 4/5] app/testpmd: add jansson library > > From: Gregory Etelson > > Testpmd interactive mode provides CLI to configure application commands. > Testpmd reads CLI com

[dpdk-dev] [PATCH v3 4/5] app/testpmd: add jansson library

2021-10-11 Thread Viacheslav Ovsiienko
From: Gregory Etelson Testpmd interactive mode provides CLI to configure application commands. Testpmd reads CLI command and parameters from STDIN, and converts input into C objects with internal parser. The patch adds jansson dependency to testpmd. With jansson, testpmd can read input in JSON fo