Re: [dpdk-dev] [PATCH] test/service: add perf test for service on app lcore

2020-05-06 Thread Van Haaren, Harry
> -Original Message- > From: David Marchand > Sent: Wednesday, May 6, 2020 4:44 PM > To: Van Haaren, Harry > Cc: dev ; Honnappa Nagarahalli > ; Phil Yang > Subject: Re: [dpdk-dev] [PATCH] test/service: add perf test for service on app > > + /* Performance test: call in a loop, and

Re: [dpdk-dev] [PATCH] test/service: add perf test for service on app lcore

2020-05-06 Thread David Marchand
On Fri, May 1, 2020 at 5:56 PM Harry van Haaren wrote: > > Add a performance test to the service run on app lcore auto- > test. This test runs the service in a tight loop, and measures > cycles passed, printing the results. It provides a quick cycle > cost value, enabling measuring performance of

Re: [dpdk-dev] [PATCH] test/service: add perf test for service on app lcore

2020-05-06 Thread Phil Yang
> -Original Message- > From: Lukasz Wojciechowski > Sent: Tuesday, May 5, 2020 4:50 AM > To: Harry van Haaren ; dev@dpdk.org > Cc: Honnappa Nagarahalli ; Phil Yang > > Subject: Re: [dpdk-dev] [PATCH] test/service: add perf test for service on > app lcore > >

Re: [dpdk-dev] [PATCH] test/service: add perf test for service on app lcore

2020-05-05 Thread Lukasz Wojciechowski
Re: [dpdk-dev] [PATCH] test/service: add perf test for service on >> app >> lcore > > >>> + unregister_all(); >>> return TEST_SUCCESS; >>>} >>> >> Hi Harry, > Hey Lukasz, > >> I like the idea of adding this test. I

Re: [dpdk-dev] [PATCH] test/service: add perf test for service on app lcore

2020-05-05 Thread Van Haaren, Harry
> -Original Message- > From: Lukasz Wojciechowski > Sent: Monday, May 4, 2020 9:50 PM > To: Van Haaren, Harry ; dev@dpdk.org > Cc: honnappa.nagaraha...@arm.com; phil.y...@arm.com > Subject: Re: [dpdk-dev] [PATCH] test/service: add perf test for serv

Re: [dpdk-dev] [PATCH] test/service: add perf test for service on app lcore

2020-05-04 Thread Lukasz Wojciechowski
W dniu 01.05.2020 o 17:56, Harry van Haaren pisze: > Add a performance test to the service run on app lcore auto- > test. This test runs the service in a tight loop, and measures > cycles passed, printing the results. It provides a quick cycle > cost value, enabling measuring performance of the f

[dpdk-dev] [PATCH] test/service: add perf test for service on app lcore

2020-05-01 Thread Harry van Haaren
Add a performance test to the service run on app lcore auto- test. This test runs the service in a tight loop, and measures cycles passed, printing the results. It provides a quick cycle cost value, enabling measuring performance of the function to run a service on an application lcore. Signed-off