Re: [dpdk-dev] [PATCH v6 27/33] eal/trace: add unit test cases

2020-04-21 Thread Jerin Jacob
On Tue, Apr 21, 2020 at 7:55 PM David Marchand wrote: > > On Tue, Apr 21, 2020 at 3:54 PM Jerin Jacob wrote: > > > > On Tue, Apr 21, 2020 at 6:23 PM David Marchand > > wrote: > > > > > > On Sun, Apr 19, 2020 at 12:03 PM wrote: > > > > > > > > From: Sunil Kumar Kori > > > > > > > > Example comm

Re: [dpdk-dev] [PATCH v6 27/33] eal/trace: add unit test cases

2020-04-21 Thread David Marchand
On Tue, Apr 21, 2020 at 3:54 PM Jerin Jacob wrote: > > On Tue, Apr 21, 2020 at 6:23 PM David Marchand > wrote: > > > > On Sun, Apr 19, 2020 at 12:03 PM wrote: > > > > > > From: Sunil Kumar Kori > > > > > > Example commands to run UT and check the traces with babeltrace viewer. > > > > > > - Del

Re: [dpdk-dev] [PATCH v6 27/33] eal/trace: add unit test cases

2020-04-21 Thread Jerin Jacob
On Tue, Apr 21, 2020 at 6:23 PM David Marchand wrote: > > On Sun, Apr 19, 2020 at 12:03 PM wrote: > > > > From: Sunil Kumar Kori > > > > Example commands to run UT and check the traces with babeltrace viewer. > > > > - Delete the existing /root/dpdk-traces/ directory if needed. > > > sudo rm -rf

Re: [dpdk-dev] [PATCH v6 27/33] eal/trace: add unit test cases

2020-04-21 Thread David Marchand
On Sun, Apr 19, 2020 at 12:03 PM wrote: > > From: Sunil Kumar Kori > > Example commands to run UT and check the traces with babeltrace viewer. > > - Delete the existing /root/dpdk-traces/ directory if needed. > > sudo rm -rf /root/dpdk-traces/ > > - Start the dpdk-test > > sudo ./build/app/test/d

[dpdk-dev] [PATCH v6 27/33] eal/trace: add unit test cases

2020-04-19 Thread jerinj
From: Sunil Kumar Kori Example commands to run UT and check the traces with babeltrace viewer. - Delete the existing /root/dpdk-traces/ directory if needed. > sudo rm -rf /root/dpdk-traces/ - Start the dpdk-test > sudo ./build/app/test/dpdk-test -c 0x3 - --trace=.* - Run trace_autotest > trac